From f857815a8c0a4e8d4f35c9a49c655545fb692195 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 14 Oct 2024 14:03:01 -0700 Subject: Misc build fixes. (#5271) * Don't use __assume for SLANG_ASSERT + build fixes. * Fix. * build slang-wasm conditionally * Fix. * revert retry open file * revert include. * another attempt of silencing compiler warnings. * revert assume change. --- source/slangc/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slangc/main.cpp') diff --git a/source/slangc/main.cpp b/source/slangc/main.cpp index 6e76e2f93..c7cca428b 100644 --- a/source/slangc/main.cpp +++ b/source/slangc/main.cpp @@ -104,7 +104,7 @@ SLANG_TEST_TOOL_API SlangResult innerMain(StdWriters* stdWriters, slang::IGlobal SlangResult res = _compile(compileRequest, argc, argv); // Now that we are done, clean up after ourselves spDestroyCompileRequest(compileRequest); - + return res; } -- cgit v1.2.3