summaryrefslogtreecommitdiff
path: root/scons
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-11-09 10:33:21 +0000
committerJosé Fonseca <jfonseca@vmware.com>2011-11-09 10:33:21 +0000
commit1d1c0fa2f31de5190909c869452ae9a2e23bba00 (patch)
tree05203579ab04d8764110fb9a82f15253595b6126 /scons
parent63e7a4c6e5bf51d8090046ebc5adcb4207448565 (diff)
scons: Disable deprecated POSIX name MSVC warnings.
Diffstat (limited to 'scons')
-rwxr-xr-xscons/gallium.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/gallium.py b/scons/gallium.py
index 18be73f769f..9651925a4d4 100755
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -453,6 +453,7 @@ def generate(env):
'/fp:fast', # fast floating point
'/W3', # warning level
#'/Wp64', # enable 64 bit porting warnings
+ '/wd4996', # disable deprecated POSIX name warnings
]
if env['machine'] == 'x86':
ccflags += [