SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

.../SafeSlinger-iOS/safeslingermessager/safeslingermessager/UniversalDB.m:378:59: Implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'int' #13

Closed stroucki closed 10 years ago

stroucki commented 10 years ago

64 bit IOS has decided to change NSInteger types to be long. Have fun! :)

tenmalin commented 10 years ago

Use casting to solve all warnings.

tenmalin commented 10 years ago

Close in feature release 1.7.1.