projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fc5ca70
)
hake: x86_64: re-enable -Werror for cpu driver
author
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 29 Aug 2017 12:59:37 +0000 (14:59 +0200)
committer
Simon Gerber
<simon.gerber@inf.ethz.ch>
Tue, 29 Aug 2017 14:26:38 +0000 (16:26 +0200)
Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>
hake/X86_64.hs
patch
|
blob
|
history
diff --git
a/hake/X86_64.hs
b/hake/X86_64.hs
index
acb6c52
..
d45eb20
100644
(file)
--- a/
hake/X86_64.hs
+++ b/
hake/X86_64.hs
@@
-89,7
+89,7
@@
kernelCFlags = [ Str s | s <- [ "-fno-builtin",
"-Wredundant-decls",
"-Wno-packed-bitfield-compat",
"-Wno-unused-but-set-variable",
--- "-Werror",
+ "-Werror",
"-imacros deputy/nodeputy.h",
"-mno-mmx",
"-mno-sse",