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 01fdd95 commit 90f7340Copy full SHA for 90f7340
ports/atmel-samd/Makefile
@@ -148,7 +148,7 @@ else
148
endif
149
150
151
-CFLAGS += $(INC) -Wall -Werror -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT) -Wimplicit-fallthrough=2
+CFLAGS += $(INC) -Wall -Werror -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT)
152
153
ifeq ($(CHIP_FAMILY), samd21)
154
CFLAGS += \
py/circuitpy_defns.mk
@@ -31,6 +31,7 @@ BASE_CFLAGS = \
31
-fsingle-precision-constant \
32
-fno-strict-aliasing \
33
-Wdouble-promotion \
34
+ -Wimplicit-fallthrough=2 \
35
-Wno-endif-labels \
36
-Wstrict-prototypes \
37
-Werror-implicit-function-declaration \
0 commit comments