summaryrefslogtreecommitdiff
path: root/source/slang
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang')
-rw-r--r--source/slang/slang-check.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/slang/slang-check.cpp b/source/slang/slang-check.cpp
index 74e30cf8d..e52baaa84 100644
--- a/source/slang/slang-check.cpp
+++ b/source/slang/slang-check.cpp
@@ -93,10 +93,10 @@ namespace Slang
if (type == PassThroughMode::GenericCCpp)
{
// try testing for availability on all C/C++ compilers
- getOrLoadDownstreamCompiler(PassThroughMode::Clang, sink);
- getOrLoadDownstreamCompiler(PassThroughMode::Gcc, sink);
- getOrLoadDownstreamCompiler(PassThroughMode::VisualStudio, sink);
- getOrLoadDownstreamCompiler(PassThroughMode::LLVM, sink);
+ getOrLoadDownstreamCompiler(PassThroughMode::Clang, nullptr);
+ getOrLoadDownstreamCompiler(PassThroughMode::Gcc, nullptr);
+ getOrLoadDownstreamCompiler(PassThroughMode::VisualStudio, nullptr);
+ getOrLoadDownstreamCompiler(PassThroughMode::LLVM, nullptr);
}
// Mark that we have tried to load it