mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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:
parent
7fafe4314a
commit
4ae7cce227
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ TOOLS_INT_ = $(TOOLS_INT)$(SEP)
|
||||||
TOOLS_OUT = $(OUTPUT_)$(TOOLS_BASE)
|
TOOLS_OUT = $(OUTPUT_)$(TOOLS_BASE)
|
||||||
TOOLS_OUT_ = $(TOOLS_OUT)$(SEP)
|
TOOLS_OUT_ = $(TOOLS_OUT)$(SEP)
|
||||||
|
|
||||||
TOOLS_CFLAGS = -Werror -Wall -Wpointer-arith -Wno-strict-aliasing
|
TOOLS_CFLAGS = -Wall -Wpointer-arith -Wno-strict-aliasing
|
||||||
TOOLS_CPPFLAGS = -Werror -Wall -Wpointer-arith
|
TOOLS_CPPFLAGS = -Wall -Wpointer-arith
|
||||||
TOOLS_LFLAGS =
|
TOOLS_LFLAGS =
|
||||||
|
|
||||||
$(TOOLS_INT): | $(INTERMEDIATE)
|
$(TOOLS_INT): | $(INTERMEDIATE)
|
||||||
|
|
Loading…
Reference in a new issue