projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a966cc
)
Comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 2 Jan 2005 01:37:05 +0000
(
01:37
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 2 Jan 2005 01:37:05 +0000
(
01:37
+0000)
grading/userprog/Makefile
patch
|
blob
|
history
diff --git
a/grading/userprog/Makefile
b/grading/userprog/Makefile
index 0a09f5ae7353fc6fe09dc3afaedf763e751c44a4..1eb67b3142af29a46f1591b25f1eea24f47bbc5e 100644
(file)
--- a/
grading/userprog/Makefile
+++ b/
grading/userprog/Makefile
@@
-93,6
+93,8
@@
clean::
include $(SRCDIR)/Makefile.userprog
+# Use -Werror because otherwise there's so much output spew
+# that it's very difficult to pick out warnings.
CFLAGS += -Werror
Makefile: Make.base Make.tests mkmf