Removed all warnings, now in Werror

Change-Id: I02dbd9fef2c1b5d6aba4ea713f1e1ea305b389bf
This commit is contained in:
Felix Raimundo
2016-03-22 18:56:00 +01:00
parent d84e139954
commit 80ad6e606b
5 changed files with 3 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ endif
SFLAGS += -Ilib -I.
# Flags - Building options
SFLAGS += -Wall
SFLAGS += -Wall -Werror
# Flags - Optimizations
ifeq ($(DEBUG),1)