Enable warnings as errors
This commit is contained in:
parent
224fc8a20f
commit
f39e9928eb
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@ endif
|
|||
endif
|
||||
CFLAGS += -Wall
|
||||
CFLAGS += -Wstrict-prototypes
|
||||
CFLAGS += -Werror
|
||||
#CFLAGS += -mshort-calls
|
||||
#CFLAGS += -fno-unit-at-a-time
|
||||
#CFLAGS += -Wundef
|
||||
|
@ -115,6 +116,7 @@ CPPFLAGS += -O$(OPT)
|
|||
CPPFLAGS += -w
|
||||
CPPFLAGS += -Wall
|
||||
CPPFLAGS += -Wundef
|
||||
CPPFLAGS += -Werror
|
||||
#CPPFLAGS += -mshort-calls
|
||||
#CPPFLAGS += -fno-unit-at-a-time
|
||||
#CPPFLAGS += -Wstrict-prototypes
|
||||
|
|
Loading…
Reference in a new issue