Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.87k stars 1.54k forks source link

Conversion from value of type NSIndexPath* to incompatible type IGListMoveIndexPath* #68

Closed valeriyvan closed 8 years ago

valeriyvan commented 8 years ago

XCode's static analyser shows issue: /Users/someuser/somepath/IGListKit/Source/IGListDiff.mm:179:13: Conversion from value of type 'NSIndexPath ' to incompatible type 'IGListMoveIndexPath '

New issue checklist

rnystrom commented 8 years ago

Interesting, I think this is a false-positive from the static analyzer.

It looks like we need to address the static analyzer though so we can have a clean analysis.

rnystrom commented 8 years ago

Closed as of #69