From: Brendan Hansen Date: Fri, 29 Oct 2021 04:19:34 +0000 (-0500) Subject: disable annoying warning X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=f19e4c544bbd4bcdd7ae62fd2f5b8fd3e6ded22c;p=onyx.git disable annoying warning --- 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