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

Removes warnings related to unsigned long casting #69 #76

Closed defvol closed 11 years ago

defvol commented 11 years ago

Removes the following warning:

warning: values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead

Fixes issue #69

tciuro commented 11 years ago

Thank you!