optionsfrom: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner
2025-01-10 18:53:57 +01:00
parent 4cf0a5b631
commit 504e6033d9
+1 -1
View File
@@ -70,7 +70,7 @@ METHOD(options_t, from, bool,
char **newargv;
chunk_t src, line, token;
bool good = TRUE;
int linepos = 0;
int linepos DBG_UNUSED = 0;
FILE *fd;
/* avoid endless loops with recursive --optionsfrom arguments */