Skip to content

Commit 9e9c953

Browse files
authored
Merge pull request #13276 from davezarzycki/nfc_fix_warning
2 parents 3257005 + 56febcb commit 9e9c953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ class alignas(1 << TypeAlignInBits) TypeBase {
309309
unsigned : NumTypeBaseBits;
310310

311311
/// \brief The unique number assigned to this type variable.
312-
unsigned ID : 64 - NumTypeBaseBits;
312+
uint64_t ID : 64 - NumTypeBaseBits;
313313
};
314314
NUMBITS(TypeVariableType, 64);
315315

0 commit comments

Comments
 (0)