aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-search.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kbx/keybox-search.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kbx/keybox-search.c b/kbx/keybox-search.c
index 153186b4f..927399d48 100644
--- a/kbx/keybox-search.c
+++ b/kbx/keybox-search.c
@@ -1015,6 +1015,8 @@ keybox_get_flags (KEYBOX_HANDLE hd, int what, int idx, unsigned int *value)
size_t length;
gpg_err_code_t ec;
+ (void)idx; /* Not yet used. */
+
if (!hd)
return gpg_error (GPG_ERR_INV_VALUE);
if (!hd->found.blob)