mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-19 14:30:39 +02:00
scons: Disable deprecated POSIX name MSVC warnings.
This commit is contained in:
parent
63e7a4c6e5
commit
1d1c0fa2f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 += [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue