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 898f807 commit 521dc56Copy full SHA for 521dc56
config.mak.dev
@@ -1,5 +1,6 @@
1
ifeq ($(filter no-error,$(DEVOPTS)),)
2
DEVELOPER_CFLAGS += -Werror
3
+SPARSE_FLAGS += -Wsparse-error
4
endif
5
ifneq ($(filter pedantic,$(DEVOPTS)),)
6
DEVELOPER_CFLAGS += -pedantic
0 commit comments