diff options
author | 2019-05-21 14:49:42 +0300 | |
---|---|---|
committer | 2019-05-21 14:49:42 +0300 | |
commit | 8f475fcf10a3500bf5fdbb459bc5009a310842e3 (patch) | |
tree | 4b8464cd7c63e019b27cd7b19c37e5335222f774 /test | |
parent | 84bb2d5d08c70558ac36b22f16dec7681e0d8a8e (diff) | |
download | librin-0.0.4.tar.gz librin-0.0.4.tar.bz2 librin-0.0.4.zip |
tests: silene a compiler warning.librin-0.0.4
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'test')
-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, ""); } |