Skip to content

Commit

Permalink
We can finally enable -Werror :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Jul 24, 2007
1 parent 90b5315 commit b188311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit b188311

Please sign in to comment.