aboutsummaryrefslogtreecommitdiffstats
path: root/src/wait-user.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wait-user.c')
-rw-r--r--src/wait-user.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wait-user.c b/src/wait-user.c
index ba287617..c7bc80f8 100644
--- a/src/wait-user.c
+++ b/src/wait-user.c
@@ -46,6 +46,8 @@ _gpgme_user_io_cb_handler (void *data, int fd)
struct tag *tag = (struct tag *) data;
gpgme_ctx_t ctx;
+ (void)fd;
+
assert (data);
ctx = tag->ctx;
assert (ctx);