From 1d1c0fa2f31de5190909c869452ae9a2e23bba00 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 9 Nov 2011 10:33:21 +0000 Subject: [PATCH] scons: Disable deprecated POSIX name MSVC warnings. --- scons/gallium.py | 1 + 1 file changed, 1 insertion(+) 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 += [ -- 2.30.2