projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e7a4c
)
scons: Disable deprecated POSIX name MSVC warnings.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 9 Nov 2011 10:33:21 +0000
(10:33 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 9 Nov 2011 10:33:21 +0000
(10:33 +0000)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 18be73f769f5df0f871df5b5cfdaf8740e84ebd6..9651925a4d47a1ec8e5d42cc0f3b2612d755c0fa 100755
(executable)
--- 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 += [