diff options
| author | Werner Koch <[email protected]> | 2008-10-20 13:53:23 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2008-10-20 13:53:23 +0000 |
| commit | 0a5f7424660e404e5fd0361b9331d154acf01d6c (patch) | |
| tree | b84fb5a994045e12eb326441d8c924094bd915cd /scd/ccid-driver.c | |
| parent | Fix a bug in estream_snprintf. Found by a failed t-gettime under Windows. (diff) | |
| download | gnupg-0a5f7424660e404e5fd0361b9331d154acf01d6c.tar.gz gnupg-0a5f7424660e404e5fd0361b9331d154acf01d6c.zip | |
Marked all unused args on non-W32 platforms.
Diffstat (limited to 'scd/ccid-driver.c')
| -rw-r--r-- | scd/ccid-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 52a397927..b2c39cd6d 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -1353,7 +1353,7 @@ ccid_close_reader (ccid_driver_t handle) int ccid_check_card_presence (ccid_driver_t handle) { - + (void)handle; /* Not yet implemented. */ return -1; } |
