mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
temporarily disable -Werror for tools, there seem to be differences between versions of gcc issuing some warnings
svn path=/trunk/; revision=16949
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user