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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Apr 9 14:09:32 UTC 2009


Author: rousseau
Date: Thu Apr  9 14:09:30 2009
New Revision: 3421

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3421
Log:
handler_test.c:967: warning: unused parameter ‘e’

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=3421&op=diff
==============================================================================
--- trunk/HandlerTest/Host/handler_test.c (original)
+++ trunk/HandlerTest/Host/handler_test.c Thu Apr  9 14:09:30 2009
@@ -969,6 +969,8 @@
 	int rv;
 #ifndef CONTACTLESS
 	int i;
+#else
+	(void)e;
 #endif
 
 	printf("\n%s\n", text);




More information about the Pcsclite-cvs-commit mailing list