diff options
Diffstat (limited to '')
-rw-r--r-- | g10/passphrase.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 8703580dc..15129661f 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -398,6 +398,8 @@ void passphrase_clear_cache ( u32 *keyid, const char *cacheid, int algo ) { int rc; + + (void)algo; if (!cacheid) { @@ -441,6 +443,8 @@ ask_passphrase (const char *description, const char *cacheid, int *canceled) { char *pw = NULL; + + (void)promptid; if (canceled) *canceled = 0; |