From 09849846eec9531bc48fa547b5c24c550b777734 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 2 Dec 2012 09:52:53 +0200 Subject: Argh, I meant Visual Studio 2010 --- solenv/gbuild/platform/com_MSC_defs.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solenv/gbuild/platform') 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 -- cgit