Disable warning C4996 on spirv-tools
This commit is contained in:
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
|
||||
})
|
||||
Reference in New Issue
Block a user