solenv/inc/wntmsc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 158a7c73bb0a701b12fc3e2e96eff965c73435cc Author: Michael Stahl <[email protected]> Date: Fri Jul 13 16:10:02 2012 +0200 wntmsc.mk: disable warnings-as-errors for binfilter Change-Id: If5ac0aa620d514ca4affe2b20d647a9e9129032e diff --git a/solenv/inc/wntmsc.mk b/solenv/inc/wntmsc.mk index afafe38..ec84e98 100644 --- a/solenv/inc/wntmsc.mk +++ b/solenv/inc/wntmsc.mk @@ -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" _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
