mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
14 lines
447 B
Diff
14 lines
447 B
Diff
diff --git a/swift/lib/AST/ASTDumper.cpp b/swift/lib/AST/ASTDumper.cpp
|
|
index 0e42ac1250e..c9243a0da8d 100644
|
|
--- a/swift/lib/AST/ASTDumper.cpp
|
|
+++ b/swift/lib/AST/ASTDumper.cpp
|
|
@@ -442,7 +442,7 @@ static StringRef getDumpString(RequirementKind kind) {
|
|
static unsigned getDumpString(unsigned value) {
|
|
return value;
|
|
}
|
|
-static size_t getDumpString(size_t value) {
|
|
+static unsigned long getDumpString(unsigned long value) {
|
|
return value;
|
|
}
|
|
|