diff options
Diffstat (limited to 'agent/protect.c')
-rw-r--r-- | agent/protect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agent/protect.c b/agent/protect.c index bc44fe107..1084ee208 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -1632,6 +1632,7 @@ agent_get_shadow_info_type (const unsigned char *shadowkey, size_t n, saved_n; int depth = 0; + (void)depth; s = shadowkey; if (*s != '(') return gpg_error (GPG_ERR_INV_SEXP); |