projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12a66d
)
Remove -Wdeclaration-after-statement because it's not supported by GCC
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 Jan 2006 20:09:25 +0000
(20:09 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 Jan 2006 20:09:25 +0000
(20:09 +0000)
(GCC 3.4) on the elaines. Ugh.
src/Make.config
patch
|
blob
|
history
diff --git
a/src/Make.config
b/src/Make.config
index fdf6ce164901a928f195355aadb1d588dc34baf5..b1d480e70ae51453e636057e5b7d556722443825 100644
(file)
--- a/
src/Make.config
+++ b/
src/Make.config
@@
-24,8
+24,7
@@
endif
# Compiler and assembler invocation.
DEFINES =
-WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers \
- -Wdeclaration-after-statement
+WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
CFLAGS = -g -MMD -msoft-float
CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs -MMD