Skip to content

Commit 3156ee1

Browse files
committed
Re-apply warning as error
1 parent bc37649 commit 3156ee1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ports/stm32f4/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ endif
105105

106106
C_DEFS += -DMCU_PACKAGE=$(MCU_PACKAGE)
107107

108-
#TODO: Add ASM Flags? -Werror
109-
CFLAGS += $(INC) -Wall -std=gnu11 -nostdlib $(BASE_CFLAGS) $(C_DEFS) $(CFLAGS_MOD) $(COPT)
108+
CFLAGS += $(INC) -Werror -Wall -std=gnu11 -nostdlib $(BASE_CFLAGS) $(C_DEFS) $(CFLAGS_MOD) $(COPT)
110109

111110
# Undo some warnings.
112111
# STM32 apparently also uses undefined preprocessor variables quite casually,

0 commit comments

Comments
 (0)