diff options
| author | DrChat <arkolbed@gmail.com> | 2018-02-19 12:58:17 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2018-02-19 12:58:17 -0600 |
| commit | eb6ce26d4309785ccdffb1a03c4be55adca7b6f8 (patch) | |
| tree | 571b8f019065565928034f2a23d50fb897c37047 | |
| parent | b5127cf9248c5a3d0cc7b9bca5f145904174db8b (diff) | |
Disable warning C4996 on spirv-tools
| -rw-r--r-- | third_party/spirv-tools.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/spirv-tools.lua b/third_party/spirv-tools.lua index 455faddcf..bf900a6e9 100644 --- a/third_party/spirv-tools.lua +++ b/third_party/spirv-tools.lua @@ -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 })
\ No newline at end of file |
