[ros-diffs] [weiden] 16949: temporarily disable -Werror for tools,
there seem to be differences between versions of gcc
issuing some warnings
weiden at svn.reactos.com
weiden at svn.reactos.com
Mon Aug 1 14:51:26 CEST 2005
temporarily disable -Werror for tools, there seem to be differences
between versions of gcc issuing some warnings
Modified: trunk/reactos/tools/tools.mak
_____
Modified: trunk/reactos/tools/tools.mak
--- trunk/reactos/tools/tools.mak 2005-08-01 11:59:22 UTC (rev
16948)
+++ trunk/reactos/tools/tools.mak 2005-08-01 12:51:20 UTC (rev
16949)
@@ -5,8 +5,8 @@
TOOLS_OUT = $(OUTPUT_)$(TOOLS_BASE)
TOOLS_OUT_ = $(TOOLS_OUT)$(SEP)
-TOOLS_CFLAGS = -Werror -Wall -Wpointer-arith -Wno-strict-aliasing
-TOOLS_CPPFLAGS = -Werror -Wall -Wpointer-arith
+TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing
+TOOLS_CPPFLAGS = -Wall -Wpointer-arith
TOOLS_LFLAGS =
$(TOOLS_INT): | $(INTERMEDIATE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050801/eacc6acd/attachment.html
More information about the Ros-diffs
mailing list