Skip to content

Commit 61b999f

Browse files
author
Rheno Manggala Budiasa
committed
Set no error for 'unused-but-set-variable' warning
1 parent 3cb0d54 commit 61b999f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ CFLAGS_WARN := \
4747
-Wno-unknown-warning-option \
4848
-Wno-unused-macros \
4949
-Wno-switch-enum \
50-
-Wno-poison-system-directories
50+
-Wno-poison-system-directories \
51+
-Wno-error=unused-but-set-variable
5152

5253
CFLAGS_DIAG := \
5354
-fmessage-length=152 \

0 commit comments

Comments
 (0)