mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Disable warning C4996 on spirv-tools
This commit is contained in:
parent
b5127cf924
commit
eb6ce26d43
1
third_party/spirv-tools.lua
vendored
1
third_party/spirv-tools.lua
vendored
|
|
@ -72,4 +72,5 @@ project("spirv-tools")
|
|||
filter("platforms:Windows")
|
||||
buildoptions({
|
||||
"/wd4800", -- Forcing value to bool 'true' or 'false'
|
||||
"/wd4996", -- Call to 'std::equal' with parameters that may be unsafe
|
||||
})
|
||||
Loading…
Reference in a new issue