Skip to content

Commit c303c73

Browse files
committed
libenv/unix_iface: Mark variable as NDEBUG_UNUSED
1 parent dc46560 commit c303c73

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)