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