diff options
Diffstat (limited to 'test/diagnostic.c')
-rw-r--r-- | test/diagnostic.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, ""); } |