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 b9ecb0f commit 535f4b3Copy full SHA for 535f4b3
ports/mimxrt10xx/Makefile
@@ -92,7 +92,7 @@ else
92
#CFLAGS += -flto -flto-partition=none
93
endif
94
95
-CFLAGS += $(INC) -ggdb -Wall -Wno-cast-align -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT)
+CFLAGS += $(INC) -ggdb -Wall -Werror -std=gnu11 -nostdlib -fshort-enums $(BASE_CFLAGS) $(CFLAGS_MOD) $(COPT)
96
97
# TODO: add these when -Werror is applied
98
# Disable some warnings, as do most ports. NXP SDK causes undef, tinyusb causes cast-align
0 commit comments