Don't treat warnings as errors for 3rd party projs
This commit is contained in:
5
third_party/spirv-tools.lua
vendored
5
third_party/spirv-tools.lua
vendored
@@ -69,8 +69,3 @@ project("spirv-tools")
|
||||
"spirv-tools/source/util/bitutils.h",
|
||||
"spirv-tools/source/util/hex_float.h",
|
||||
})
|
||||
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