libtnccs: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner 2025-01-13 12:51:30 +01:00
parent 47d5adc96a
commit e248f0f3c2

View File

@ -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;