scons: Disable deprecated POSIX name MSVC warnings.

This commit is contained in:
José Fonseca
2011-11-09 10:33:21 +00:00
parent 63e7a4c6e5
commit 1d1c0fa2f3

View File

@@ -453,6 +453,7 @@ def generate(env):
'/fp:fast', # fast floating point '/fp:fast', # fast floating point
'/W3', # warning level '/W3', # warning level
#'/Wp64', # enable 64 bit porting warnings #'/Wp64', # enable 64 bit porting warnings
'/wd4996', # disable deprecated POSIX name warnings
] ]
if env['machine'] == 'x86': if env['machine'] == 'x86':
ccflags += [ ccflags += [