temporarily disable -Werror for tools, there seem to be differences between versions...
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 1 Aug 2005 12:51:20 +0000 (12:51 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 1 Aug 2005 12:51:20 +0000 (12:51 +0000)
svn path=/trunk/; revision=16949

reactos/tools/tools.mak

index 15150d2..0791b81 100644 (file)
@@ -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)