From 03d18776802c08f3487712974746e8e21b4ce19e Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Fri, 9 Jul 2021 09:14:42 -0700 Subject: Disable another MSVC warning that is known to be noisy (and which showed up with the recent setjmp workaround). --- scripts/genie.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/genie.lua b/scripts/genie.lua index 833cb6e3712..173b0eee78e 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1382,6 +1382,7 @@ end "/wd4457", -- warning C4457: declaration of 'xxx' hides function parameter "/wd4458", -- warning C4458: declaration of 'xxx' hides class member "/wd4459", -- warning C4459: declaration of 'xxx' hides global declaration + "/wd4611", -- warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable "/wd4702", -- warning C4702: unreachable code "/wd4706", -- warning C4706: assignment within conditional expression "/wd4804", -- warning C4804: '>>': unsafe use of type 'bool' in operation -- cgit v1.2.3