disable annoying warning
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 29 Oct 2021 04:19:34 +0000 (23:19 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 29 Oct 2021 04:19:34 +0000 (23:19 -0500)
build.bat

index 2b7dcebdeb5092e2af69670d408c153591b4dfce..e39e8faedb94cd5473fb7500b69735411eb9cf99 100644 (file)
--- 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