mapbox / Simple-KML

Simple KML is a simple & lightweight parsing library for KML written in Objective-C for the iOS platform.
BSD 3-Clause "New" or "Revised" License
208 stars 58 forks source link

iOS4: static analyzer warnings #8

Closed VeeraSrinivasan closed 12 years ago

VeeraSrinivasan commented 13 years ago

Xcode 4.0 generates following static analyzer warnings when simpleXML is included in the project. The warnings are

  1. zip.c: Dead Store - Value stored to err is never read
  2. unzip.c: Dead store - value stored to lSeek is never read
  3. unzip.c: Dead store - value stored to lSeek is never read
  4. unzip.c: Dead store - value stored to err is never read
incanus commented 13 years ago

Thanks for the report. This more properly belongs on http://code.google.com/p/objective-zip/, since that's the library in use that owns those files (this comes from KMZ support, which are basically zip archives).

VeeraSrinivasan commented 13 years ago

Thanks for your quick response. I have reported there as well. Issue #11. No responses so far. Just curious, do you see the same warnings with XCode 4.02?

incanus commented 12 years ago

Closing this here. Yes, I do see these two, but I just look past them for now.