diff options
Diffstat (limited to 'source/slang/slang-check-conformance.cpp')
| -rw-r--r-- | source/slang/slang-check-conformance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-check-conformance.cpp b/source/slang/slang-check-conformance.cpp index 394d0693f..59547ef0a 100644 --- a/source/slang/slang-check-conformance.cpp +++ b/source/slang/slang-check-conformance.cpp @@ -272,7 +272,7 @@ namespace Slang sized = true; } } - else if (auto intVal = arrayType->getElementCount()) + else if (arrayType->getElementCount()) { sized = true; typeTag = (TypeTag)((int)typeTag | (int)TypeTag::LinkTimeSized); |
