From 8844026f26161a74a16b0c9fbdae8421bfec79ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 1 Aug 2023 03:05:55 +0200 Subject: Silence compiler warnings in test targets -Wunused-parameter --- tests/32modereport.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/32modereport.c') diff --git a/tests/32modereport.c b/tests/32modereport.c index cab887c..db7ddf2 100644 --- a/tests/32modereport.c +++ b/tests/32modereport.c @@ -4,6 +4,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + termo_t *tk; termo_key_t key; int initial, mode, value; -- cgit v1.2.3