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/05read.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/05read.c') diff --git a/tests/05read.c b/tests/05read.c index 226acca..c8475c7 100644 --- a/tests/05read.c +++ b/tests/05read.c @@ -9,6 +9,9 @@ int main (int argc, char *argv[]) { + (void) argc; + (void) argv; + int fd[2]; termo_t *tk; termo_key_t key; -- cgit v1.2.3