diff options
Diffstat (limited to 'agent/t-protect.c')
-rw-r--r-- | agent/t-protect.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agent/t-protect.c b/agent/t-protect.c index aadbe6adc..0e29cafe2 100644 --- a/agent/t-protect.c +++ b/agent/t-protect.c @@ -294,6 +294,9 @@ test_agent_get_shadow_info (void) int main (int argc, char **argv) { + (void)argc; + (void)argv; + gcry_control (GCRYCTL_DISABLE_SECMEM); test_agent_protect (); |