tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
Other
404 stars 39 forks source link

Fix warnings #109

Closed tciuro closed 10 years ago

tciuro commented 10 years ago

Using Xcode 6 Beta, the following two warnings appear:

/NanoStore/Classes/Advanced/NSFOrderedDictionary.m:55:15: Designated initializer should only invoke a designated initializer on 'super'

/NanoStore/Classes/Advanced/NSFOrderedDictionary.m:53:1: Designated initializer missing a 'super' call to a designated initializer of the super class