diff options
Diffstat (limited to 'tests/02getkey.c')
-rw-r--r-- | tests/02getkey.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/02getkey.c b/tests/02getkey.c index a5443e2..8e58e64 100644 --- a/tests/02getkey.c +++ b/tests/02getkey.c @@ -4,6 +4,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + termo_t *tk; termo_key_t key; |