We can finally enable -Werror :)

This commit is contained in:
Michael Brown
2007-07-24 12:43:11 +01:00
parent 90b5315db0
commit b188311edd

View File

@@ -101,7 +101,7 @@ DOXYGEN ?= doxygen
#
CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
CFLAGS += -Os -ffreestanding
CFLAGS += -Wall -W
CFLAGS += -Wall -W -Werror
CFLAGS += -g
CFLAGS += $(EXTRA_CFLAGS)
ASFLAGS += $(EXTRA_ASFLAGS)