We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac959d7 commit 4f47632Copy full SHA for 4f47632
Makefile.defines
@@ -85,7 +85,7 @@ CFLAGS += -Wvla -Wundef -Wshadow -Wformat=2 -Wformat-security -Wwrite-strings
85
86
ENABLE_SDK_WERROR ?= 0
87
ifneq ($(ENABLE_SDK_WERROR),0)
88
- CFLAGS += -Werror
+ CFLAGS += -Werror -Werror=\#pragma-messages
89
endif
90
91
CFLAGS += -fdata-sections -ffunction-sections -funsigned-char -fshort-enums
0 commit comments