Skip to content

Commit 63db2bc

Browse files
authored
Merge pull request #5728 from btriller/unix-iface-ndebug-unused
libenv/unix_iface: Mark variable as NDEBUG_UNUSED
2 parents 8f9076b + c303c73 commit 63db2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libenv/unix_iface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ static void InitIgnoreInterfaces()
844844
FILE *fin;
845845
char filename[CF_BUFSIZE], regex[256];
846846

847-
int ret = snprintf(
847+
NDEBUG_UNUSED int ret = snprintf(
848848
filename,
849849
sizeof(filename),
850850
"%s%c%s",

0 commit comments

Comments
 (0)