[Pcsclite-cvs-commit] r3361 - /trunk/HandlerTest/Host/handler_test.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Mar 23 10:05:52 UTC 2009


Author: rousseau
Date: Mon Mar 23 10:05:51 2009
New Revision: 3361

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3361
Log:
handler_test.c:99: warning: redundant redeclaration of ‘optarg’
/usr/include/getopt.h:59: warning: previous declaration of ‘optarg’ was here
handler_test.c:100: warning: redundant redeclaration of ‘optind’
/usr/include/getopt.h:73: warning: previous declaration of ‘optind’ was here
handler_test.c:100: warning: redundant redeclaration of ‘opterr’
/usr/include/getopt.h:78: warning: previous declaration of ‘opterr’ was here
handler_test.c:100: warning: redundant redeclaration of ‘optopt’
/usr/include/getopt.h:82: warning: previous declaration of ‘optopt’ was here

Modified:
    trunk/HandlerTest/Host/handler_test.c

Modified: trunk/HandlerTest/Host/handler_test.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/handler_test.c?rev=3361&op=diff
==============================================================================
--- trunk/HandlerTest/Host/handler_test.c (original)
+++ trunk/HandlerTest/Host/handler_test.c Mon Mar 23 10:05:51 2009
@@ -94,10 +94,6 @@
 char t1 = FALSE;
 char stop_on_error = TRUE;
 char extended = FALSE;
-
-/* getopt(3) */
-extern char *optarg;
-extern int optind, opterr, optopt;
 
 
 void help(char *argv0)




More information about the Pcsclite-cvs-commit mailing list