wntmsc.mk: disable warnings-as-errors for binfilter

Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e
This commit is contained in:
Michael Stahl
2012-07-13 16:10:02 +02:00
parent f7f4e9a823
commit 158a7c73bb

View File

@@ -195,7 +195,7 @@ CFLAGSWERRCC=-WX -DLIBO_WERROR
# Once all modules on this platform compile without warnings, set
# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
# settings.mk):
MODULES_WITH_WARNINGS :=
MODULES_WITH_WARNINGS := binfilter
CDEFS+=-DWIN32 -D_MT -DWINVER=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500
.IF "$(COMEX)" == "11"