fix: mismatched function prototypes (#69)
Co-authored-by: Mario Behling <mb@mariobehling.de>
This commit is contained in:
committed by
GitHub
parent
68148af209
commit
647e653d23
1
Makefile
1
Makefile
@@ -131,6 +131,7 @@ C_INCLUDES = \
|
||||
ASFLAGS = $(MCU) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
|
||||
CFLAGS = $(MCU) $(C_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections
|
||||
CFLAGS += -Werror=implicit-function-declaration
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -g -gdwarf-2 -DDEBUG=$(DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user