aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/kbxutil.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-10-20 13:53:23 +0000
committerWerner Koch <[email protected]>2008-10-20 13:53:23 +0000
commit0a5f7424660e404e5fd0361b9331d154acf01d6c (patch)
treeb84fb5a994045e12eb326441d8c924094bd915cd /kbx/kbxutil.c
parentFix a bug in estream_snprintf. Found by a failed t-gettime under Windows. (diff)
downloadgnupg-0a5f7424660e404e5fd0361b9331d154acf01d6c.tar.gz
gnupg-0a5f7424660e404e5fd0361b9331d154acf01d6c.zip
Marked all unused args on non-W32 platforms.
Diffstat (limited to '')
-rw-r--r--kbx/kbxutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kbx/kbxutil.c b/kbx/kbxutil.c
index cadc06775..afc4b79e4 100644
--- a/kbx/kbxutil.c
+++ b/kbx/kbxutil.c
@@ -133,6 +133,8 @@ my_strusage( int level )
static void
my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr)
{
+ (void)dummy;
+
/* Map the log levels. */
switch (level)
{