[Pcsclite-cvs-commit] r2105 - trunk/HandlerTest/Host
Ludovic Rousseau
rousseau at costa.debian.org
Tue Jul 11 16:00:54 UTC 2006
Author: rousseau
Date: 2006-07-11 16:00:54 +0000 (Tue, 11 Jul 2006)
New Revision: 2105
Modified:
trunk/HandlerTest/Host/handler_test.c
Log:
avoid a "warning: unused variable ?\226?\128?\152i?\226?\128?\153" when CONTACTLESS is not defined
Modified: trunk/HandlerTest/Host/handler_test.c
===================================================================
--- trunk/HandlerTest/Host/handler_test.c 2006-07-11 15:57:20 UTC (rev 2104)
+++ trunk/HandlerTest/Host/handler_test.c 2006-07-11 16:00:54 UTC (rev 2105)
@@ -944,7 +944,10 @@
UCHAR r[], PDWORD r_length,
UCHAR e[], int e_length)
{
- int rv, i;
+ int rv;
+#ifndef CONTACTLESS
+ int i;
+#endif
printf("\n%s\n", text);
log_xxd(0, "Sent: ", s, s_length);
More information about the Pcsclite-cvs-commit
mailing list