diff options
| author | Yong He <yonghe@outlook.com> | 2019-01-30 20:46:03 -0800 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2019-01-30 20:46:03 -0800 |
| commit | c1fe5f295e843d10e24ae0d053fc3813a29aec89 (patch) | |
| tree | 474756e1a3193318f4faa27e9d103465bb194e14 /source | |
| parent | 04f1badc29d41e642597039f9822a6e3aa1138cc (diff) | |
fixup x86 compiler error.
Diffstat (limited to 'source')
| -rw-r--r-- | source/slang/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/check.cpp b/source/slang/check.cpp index 1b17ec49f..74adaccda 100644 --- a/source/slang/check.cpp +++ b/source/slang/check.cpp @@ -6601,7 +6601,7 @@ namespace Slang candidate.subst = genSubst; auto& checkedArgs = genSubst->args; - int aa = 0; + uint32_t aa = 0; for (auto memberRef : getMembers(genericDeclRef)) { if (auto typeParamRef = memberRef.As<GenericTypeParamDecl>()) |
