diff main.c @ 666:1b18551b25e7

Silence a warning about unused function argument.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 03:06:40 +0200
parents 87ef546de419
children f212cbfbd93c
line wrap: on
line diff
--- a/main.c	Fri Feb 12 03:05:07 2016 +0200
+++ b/main.c	Fri Feb 12 03:06:40 2016 +0200
@@ -624,6 +624,7 @@
 void nn_ioctx_msgfunc(th_ioctx *ctx, const int level, const char *msg)
 {
     (void) ctx;
+    (void) level;
     printMsgConst(NULL, LOG_STAMP | LOG_WINDOW | LOG_FILE, msg);
 }