blocks and NSInvocation question

2011-04-10 Thread John Michael Zorko
Hello, all ... I'm stumped as to why this generates a warning when I compile. Do I need to do something special with my AVURLAsset * to be able to access it from inside the block in order to add it to an NSInvocation? for (int index = 0; index < [assetsToLoad count]; index ++) {

Re: blocks and NSInvocation question

2011-04-11 Thread Ken Thomases
On Apr 10, 2011, at 11:53 PM, John Michael Zorko wrote: > I'm stumped as to why this generates a warning when I compile. Do I need to > do something special with my AVURLAsset * to be able to access it from inside > the block in order to add it to an NSInvocation? >AVURLAsset *asset = [