From f19e4c544bbd4bcdd7ae62fd2f5b8fd3e6ded22c Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 28 Oct 2021 23:19:34 -0500 Subject: [PATCH] disable annoying warning --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2b7dcebd..e39e8fae 100644 --- a/build.bat +++ b/build.bat @@ -21,6 +21,6 @@ if "%ONYX_ENABLE_RUN_WITH_WASMER%" == "1" ( del *.pdb > NUL 2> NUL del *.ilk > NUL 2> NUL -cl.exe %FLAGS% /Iinclude /std:c17 /Tc %SOURCE_FILES% /link %LINK_OPTIONS% /DEBUG /OUT:onyx.exe /incremental:no /opt:ref /subsystem:console +cl.exe %FLAGS% /Iinclude /std:c17 /TC %SOURCE_FILES% /link /IGNORE:4217 %LINK_OPTIONS% /DEBUG /OUT:onyx.exe /incremental:no /opt:ref /subsystem:console del *.obj > NUL 2> NUL -- 2.25.1