diff options
Diffstat (limited to 'tests/04flags.c')
-rw-r--r-- | tests/04flags.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/04flags.c b/tests/04flags.c index 00e786d..05eb949 100644 --- a/tests/04flags.c +++ b/tests/04flags.c @@ -5,6 +5,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + termo_t *tk; termo_key_t key; |