From: Thomas Bluemel Date: Mon, 1 Aug 2005 12:51:20 +0000 (+0000) Subject: temporarily disable -Werror for tools, there seem to be differences between versions... X-Git-Tag: ReactOS-0.2.8~1388 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=4ae7cce227cf526d04f580dcbb8303a6cacc19f7;hp=7fafe4314a3c6c37f98939edfa381d967e8a6b93 temporarily disable -Werror for tools, there seem to be differences between versions of gcc issuing some warnings svn path=/trunk/; revision=16949 --- diff --git a/reactos/tools/tools.mak b/reactos/tools/tools.mak index 15150d28cb7..0791b8139e2 100644 --- 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 = -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)