changeset 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 23d16d9cdf96
children f004877a3f51
files main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);
 }