From: José Fonseca Date: Wed, 9 Nov 2011 10:33:21 +0000 (+0000) Subject: scons: Disable deprecated POSIX name MSVC warnings. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d1c0fa2f31de5190909c869452ae9a2e23bba00;p=mesa.git scons: Disable deprecated POSIX name MSVC warnings. --- 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 += [