Enable warnings as errors

This commit is contained in:
Fred Sundvik 2017-04-09 20:04:41 +03:00
parent 224fc8a20f
commit f39e9928eb
1 changed files with 2 additions and 0 deletions

View File

@ -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