Skip to content

Commit 669c88a

Browse files
authored
Merge pull request #136 from RomanPodymov/master
Fixed Xcode 10.2 warnings
2 parents e8327a6 + f6be54a commit 669c88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Async/Async.swift

+1
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ public extension DispatchQoS.QoSClass {
762762
case .utility: return "Utility"
763763
case .background: return "Background"
764764
case .unspecified: return "Unspecified"
765+
@unknown default: return "Unknown"
765766
}
766767
}
767768
}

0 commit comments

Comments
 (0)