summaryrefslogtreecommitdiff
path: root/solenv/gbuild
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-12-02 09:52:53 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-12-02 09:52:53 +0200
commit09849846eec9531bc48fa547b5c24c550b777734 (patch)
treebd495396e6d9b372dfa863ef273f68fe18162bc4 /solenv/gbuild
parentafa3ed9eafd50de4fa07b37acd4a317d515bf09d (diff)
Argh, I meant Visual Studio 2010
Diffstat (limited to 'solenv/gbuild')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk
index 5017283a2566..e867e98aa57c 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