Skip to content

Commit

Permalink
Set no error for 'unused-but-set-variable' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rheno committed May 29, 2022
1 parent 3cb0d54 commit 61b999f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ CFLAGS_WARN := \
-Wno-unknown-warning-option \
-Wno-unused-macros \
-Wno-switch-enum \
-Wno-poison-system-directories
-Wno-poison-system-directories \
-Wno-error=unused-but-set-variable

CFLAGS_DIAG := \
-fmessage-length=152 \
Expand Down

0 comments on commit 61b999f

Please sign in to comment.