From 7f8eb725b5f9f17b3d4dcc236e521674780726dc Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Wed, 23 Dec 2009 20:48:53 +0000 Subject: Removes support for MSVC 7.1 from the scons scripts. --- scons/SConscript | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scons/SConscript') diff --git a/scons/SConscript b/scons/SConscript index 7c2bfbf6..764cd7bc 100644 --- a/scons/SConscript +++ b/scons/SConscript @@ -110,13 +110,6 @@ if env['PLATFORM'] == 'win32': env.Append(CCFLAGS=[ '-wd4127', # Disables warning "conditional expression is constant", # triggered by VC 8.0's own STL header . - '-wd4702', # Disables warning "unreachable code", triggered by VC - # 7.1's own STL header . - '-wd4675', # Disables warning "resolved overload was found by - # argument-dependent lookup" generated by VC 7.1. - # It just says that VC 7.1 fixed a bug in earlier - # versions of VC so the code behavior will be - # different than compiled with VC 6.0, for example. ]) # Note: The relative paths in SConscript files are relative to the location -- cgit v1.2.3