From 8f475fcf10a3500bf5fdbb459bc5009a310842e3 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 21 May 2019 14:49:42 +0300 Subject: tests: silene a compiler warning. Signed-off-by: Gediminas Jakutis --- test/diagnostic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/diagnostic.c b/test/diagnostic.c index 370d9e8..017682d 100644 --- a/test/diagnostic.c +++ b/test/diagnostic.c @@ -23,6 +23,7 @@ int diagnostic_test(char *testname) { + (void) testname; /* basically a NOOP */ return ok(0, ""); } -- cgit v1.2.3