diff options
| author | ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> | 2024-05-22 09:18:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 06:18:22 -0700 |
| commit | 8e15bdc9179213d403b540a879a1816699bde5e6 (patch) | |
| tree | ee986632900f4ca7c65065f6866cb51d2544105f /source/slang/slang-compiler.cpp | |
| parent | 52b5bb43fd2933a30b405e7938ff62b209eea026 (diff) | |
Fix all Clang-14 warnings (#4203)
* fix all Clang-14 warnings
* remove a clang-14 warning fix because it is a MSVC warning...
Diffstat (limited to 'source/slang/slang-compiler.cpp')
| -rw-r--r-- | source/slang/slang-compiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/slang-compiler.cpp b/source/slang/slang-compiler.cpp index 5ef9a50b1..7211a1f6e 100644 --- a/source/slang/slang-compiler.cpp +++ b/source/slang/slang-compiler.cpp @@ -1669,6 +1669,7 @@ namespace Slang SLANG_UNEXPECTED("unhandled code generation target"); break; } + return SLANG_FAIL; } void EndToEndCompileRequest::writeArtifactToStandardOutput(IArtifact* artifact, DiagnosticSink* sink) |
