comparison 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
comparison
equal deleted inserted replaced
665:23d16d9cdf96 666:1b18551b25e7
622 622
623 623
624 void nn_ioctx_msgfunc(th_ioctx *ctx, const int level, const char *msg) 624 void nn_ioctx_msgfunc(th_ioctx *ctx, const int level, const char *msg)
625 { 625 {
626 (void) ctx; 626 (void) ctx;
627 (void) level;
627 printMsgConst(NULL, LOG_STAMP | LOG_WINDOW | LOG_FILE, msg); 628 printMsgConst(NULL, LOG_STAMP | LOG_WINDOW | LOG_FILE, msg);
628 } 629 }
629 630
630 631
631 BOOL nn_check_name_list(th_llist_t *list, const char *name) 632 BOOL nn_check_name_list(th_llist_t *list, const char *name)