fix warnings

This commit is contained in:
John Estropia
2023-06-07 14:17:10 +09:00
parent 4b4ae61635
commit 7988d98b92
5 changed files with 10 additions and 9 deletions

View File

@@ -1215,6 +1215,7 @@ extension NSAttributeType: CoreStoreDebugStringConvertible {
case .objectIDAttributeType: return ".objectIDAttributeType"
case .UUIDAttributeType: return ".UUIDAttributeType"
case .URIAttributeType: return ".URIAttributeType"
case .compositeAttributeType: return ".compositeAttributeType"
@unknown default:
fatalError()
}