diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-02 09:52:53 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-12-02 09:52:53 +0200 |
commit | 09849846eec9531bc48fa547b5c24c550b777734 (patch) | |
tree | bd495396e6d9b372dfa863ef273f68fe18162bc4 /solenv | |
parent | afa3ed9eafd50de4fa07b37acd4a317d515bf09d (diff) |
Argh, I meant Visual Studio 2010
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_defs.mk | 4 |
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 |