Objective-Zip
Objective-Zip copied to clipboard
Silencing implicit conversion warnings.
In Xcode 6.1.1 Product > Analyse shows lots of implicit conversion warnings in ZipFile.m
. Those could be easily fixed with explicit casting.
As you can see on screenshot, line 102
is fixed. You can check on updated ZipFile.m.
If you think this is good idea, I can push my changes to the project.