diff options
| author | Yong He <yonghe@outlook.com> | 2024-10-14 14:03:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 14:03:01 -0700 |
| commit | f857815a8c0a4e8d4f35c9a49c655545fb692195 (patch) | |
| tree | 78fecf229aece79d27d4d42664eda267706670c5 /source/slangc/main.cpp | |
| parent | 5126d58ab2252357014df4136a4a1e07c7c2d5f4 (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.cpp | 2 |
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; } |
