r25338 - trunk/TOOLS/netstream.c
10 Dec
2007
10 Dec
'07
8:18 a.m.
Author: diego Date: Mon Dec 10 14:18:27 2007 New Revision: 25338 Log: Remove unused parameters from main(), fixes the warnings: netstream.c:340: warning: unused parameter 'argc' netstream.c:340: warning: unused parameter 'argv' Modified: trunk/TOOLS/netstream.c Modified: trunk/TOOLS/netstream.c ============================================================================== --- trunk/TOOLS/netstream.c (original) +++ trunk/TOOLS/netstream.c Mon Dec 10 14:18:27 2007 @@ -337,7 +337,7 @@ static int main_loop(int listen_fd) { return 0; } -int main(int argc, char** argv) { +int main(void) { int listen_fd; struct sockaddr_in addr;
6544
Age (days ago)
6546
Last active (days ago)
4 comments
3 participants
participants (3)
-
diego -
Diego Biurrun -
Rich Felker