projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8bee0e
)
scons: Disable more MSVC pedantic security warnings.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 21 Oct 2009 16:03:52 +0000
(17:03 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 22 Oct 2009 18:12:12 +0000
(19:12 +0100)
scons/gallium.py
patch
|
blob
|
history
diff --git
a/scons/gallium.py
b/scons/gallium.py
index 587294af71dcbd0e7bc7f10d498f74d7880e28db..34877b2f8b327b234b627a86f2650efef615e9f7 100644
(file)
--- a/
scons/gallium.py
+++ b/
scons/gallium.py
@@
-263,7
+263,10
@@
def generate(env):
if msvc and env['toolchain'] != 'winddk':
cppdefines += [
'VC_EXTRALEAN',
+ '_CRT_SECURE_NO_WARNINGS',
'_CRT_SECURE_NO_DEPRECATE',
+ '_SCL_SECURE_NO_WARNINGS',
+ '_SCL_SECURE_NO_DEPRECATE',
]
if debug:
cppdefines += ['_DEBUG']