projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7fafe43
)
temporarily disable -Werror for tools, there seem to be differences between versions...
author
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 1 Aug 2005 12:51:20 +0000
(12:51 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 1 Aug 2005 12:51:20 +0000
(12:51 +0000)
svn path=/trunk/; revision=16949
reactos/tools/tools.mak
patch
|
blob
|
history
diff --git
a/reactos/tools/tools.mak
b/reactos/tools/tools.mak
index
15150d2
..
0791b81
100644
(file)
--- a/
reactos/tools/tools.mak
+++ b/
reactos/tools/tools.mak
@@
-5,8
+5,8
@@
TOOLS_INT_ = $(TOOLS_INT)$(SEP)
TOOLS_OUT = $(OUTPUT_)$(TOOLS_BASE)
TOOLS_OUT_ = $(TOOLS_OUT)$(SEP)
-TOOLS_CFLAGS = -W
error -W
all -Wpointer-arith -Wno-strict-aliasing
-TOOLS_CPPFLAGS = -W
error -W
all -Wpointer-arith
+TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing
+TOOLS_CPPFLAGS = -Wall -Wpointer-arith
TOOLS_LFLAGS =
$(TOOLS_INT): | $(INTERMEDIATE)