AlanQuatermain / AQGridView

A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
http://quatermain.tumblr.com/
BSD 3-Clause "New" or "Revised" License
2.37k stars 450 forks source link

ARC-based library vs. non-ARC ExpanderDemo #142

Closed claybridges closed 12 years ago

claybridges commented 12 years ago

Is giving 2 warnings, e.g.

[path]/AQGridView/Examples/ExpanderDemo/Classes/../../../Classes/AQGridViewCell.m:101:1: 
warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]
evadne commented 12 years ago

Probably need flags.

On Jul 7, 2012, at 2:33, Clay Bridges reply@reply.github.com wrote:

Is giving 2 warnings, e.g.

[path]/AQGridView/Examples/ExpanderDemo/Classes/../../../Classes/AQGridViewCell.m:101:1: warning: method possibly missing a [super dealloc] call [-Wobjc-missing-super-calls]


Reply to this email directly or view it on GitHub: https://github.com/AlanQuatermain/AQGridView/issues/142

evadne commented 12 years ago

This looks like an issue with using old versions of Xcode / clang / iOS SDK. I’ll be closing this issue for now — but please do re-open it (and provide information of your environment) if that’s still happening with either Xcode 4.4 or 4.5.