[Libreoffice-commits] .: solenv/gbuild

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 1 23:53:16 PST 2012


 solenv/gbuild/platform/com_MSC_defs.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 09849846eec9531bc48fa547b5c24c550b777734
Author: Tor Lillqvist <tlillqvist at suse.com>
Date:   Sun Dec 2 09:52:53 2012 +0200

    Argh, I meant Visual Studio 2010

diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 5017283..e867e98 100644
--- a/solenv/gbuild/platform/com_MSC_defs.mk
+++ b/solenv/gbuild/platform/com_MSC_defs.mk
@@ -184,10 +184,10 @@ gb_CXXFLAGS := \
 	-Zc:forScope,wchar_t- \
 	-Zm500 \
 
-# New warning(s) in Visual Studio 2012, let's try disabling these only
+# New warning(s) in Visual Studio 2010, let's try disabling these only
 # for that specific compiler version, in case a later one will not
 # need them disabled.
-ifeq ($(VCVER),110)
+ifeq ($(VCVER),100)
 
 # C4986: 'function': exception specification does not match previous
 #   declaration. This warning is generated by VS2012 headers (!), and is


More information about the Libreoffice-commits mailing list