mimxrt10xx: enable Werror
This commit is contained in:
parent
b9ecb0fdb4
commit
535f4b3c54
@ -92,7 +92,7 @@ else
|
|||||||
#CFLAGS += -flto -flto-partition=none
|
#CFLAGS += -flto -flto-partition=none
|
||||||
endif
|
endif
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
# TODO: add these when -Werror is applied
|
# TODO: add these when -Werror is applied
|
||||||
# Disable some warnings, as do most ports. NXP SDK causes undef, tinyusb causes cast-align
|
# Disable some warnings, as do most ports. NXP SDK causes undef, tinyusb causes cast-align
|
||||||
|
Loading…
x
Reference in New Issue
Block a user