summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2007-07-24 13:43:11 +0200
committerMichael Brown2007-07-24 13:43:11 +0200
commitb188311edda9a097d6d1525c5f0f15ba0764744b (patch)
tree30b2be0022b0278a26a28ed606a4a7d65ad49825 /src/Makefile
parentMerge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff)
downloadipxe-b188311edda9a097d6d1525c5f0f15ba0764744b.tar.gz
ipxe-b188311edda9a097d6d1525c5f0f15ba0764744b.tar.xz
ipxe-b188311edda9a097d6d1525c5f0f15ba0764744b.zip
We can finally enable -Werror :)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 3ed947f3..c313bb5e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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)