http://git.etherboot.org
/
people
/
sha0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90b5315
)
We can finally enable -Werror :)
author
Michael Brown
<mcb30@etherboot.org>
Tue, 24 Jul 2007 11:43:11 +0000
(12:43 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 24 Jul 2007 11:43:11 +0000
(12:43 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
3ed947f
..
c313bb5
100644
(file)
--- 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)