libtnccs: Fix build with DEBUG_LEVEL < 1
This commit is contained in:
@@ -111,7 +111,7 @@ void libtnccs_deinit(void)
|
||||
static bool load_imcvs_from_config(char *filename, bool is_imc)
|
||||
{
|
||||
bool success = FALSE;
|
||||
int line_nr = 0;
|
||||
int line_nr DBG_UNUSED = 0;
|
||||
chunk_t *src, line;
|
||||
char *label;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user