ObjectiveHAL / ObjectiveHAL

Objective-C implementation of the JSON Hypertext Application Language
MIT License
22 stars 7 forks source link

Compiler warning when use a 64-bit simulator #18

Open zorn opened 10 years ago

zorn commented 10 years ago

I have the current version (ObjectiveHAL (1.2.4) installed in my app via CocoaPods. When using a 64-bit simulator I get the following warning:

.../Pods/ObjectiveHAL/ObjectiveHAL/OHResource.m:330:60: Values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead

Pretty easy to fix but I didn't see it listed as a bug so thought I would. Thanks!