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/12strpkey.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/12strpkey.c') diff --git a/tests/12strpkey.c b/tests/12strpkey.c index 96f1d31..ada29c5 100644 --- a/tests/12strpkey.c +++ b/tests/12strpkey.c @@ -4,6 +4,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + termo_t *tk; termo_key_t key; const char *endp; -- cgit v1.2.3