summaryrefslogtreecommitdiff
path: root/source/slangc/main.cpp
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-10-14 14:03:01 -0700
committerGitHub <noreply@github.com>2024-10-14 14:03:01 -0700
commitf857815a8c0a4e8d4f35c9a49c655545fb692195 (patch)
tree78fecf229aece79d27d4d42664eda267706670c5 /source/slangc/main.cpp
parent5126d58ab2252357014df4136a4a1e07c7c2d5f4 (diff)
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.
Diffstat (limited to 'source/slangc/main.cpp')
-rw-r--r--source/slangc/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}