diff options
Diffstat (limited to '')
-rw-r--r-- | jnlib/t-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/t-support.c b/jnlib/t-support.c index 126104846..756c54c7f 100644 --- a/jnlib/t-support.c +++ b/jnlib/t-support.c @@ -120,6 +120,7 @@ gcry_free (void *a) int gpg_err_code_from_errno (int err) { + (void)err; assert (!"stub function"); return -1; } |