projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cacc49
)
Add -Wsystem-headers.
author
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 04:27:28 +0000
(
04:27
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 20 Sep 2004 04:27:28 +0000
(
04:27
+0000)
src/Make.config
patch
|
blob
|
history
diff --git
a/src/Make.config
b/src/Make.config
index d4143b84b857119e1bffb419df05d5671bd70a29..dd7631327b8db857d67ee41b98486e6a5bc24028 100644
(file)
--- a/
src/Make.config
+++ b/
src/Make.config
@@
-22,7
+22,7
@@
RM = rm
CAT = cat
# Compiler and assembler invocation.
-WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes
+WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes
-Wsystem-headers
CFLAGS = -g -O3 -MMD -msoft-float
ASFLAGS = -Wa,--gstabs -MMD