mirror of
https://github.com/google/googletest.git
synced 2025-11-12 15:55:01 -05:00
Removes support for MSVC 7.1 from the scons scripts.
This commit is contained in:
@@ -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 <list>.
|
||||
'-wd4702', # Disables warning "unreachable code", triggered by VC
|
||||
# 7.1's own STL header <xtree>.
|
||||
'-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
|
||||
|
||||
Reference in New Issue
Block a user