Disable warning C4996 on spirv-tools

This commit is contained in:
DrChat 2018-02-19 12:58:17 -06:00
parent b5127cf924
commit eb6ce26d43
1 changed files with 1 additions and 0 deletions

View File

@ -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
})