Hi!
when compiling base with GCC I see this warning NSOperation.m: In function '-[NSBlockOperation main]':NSOperation.m:581:19: warning: assignment to 'GSBlockOperationBlock' {aka 'struct <anonymous> *'} from incompatible pointer type 'i' [-Wincompatible-pointer-types]
while((theBlock = [en nextObject]) != NULL) maybe it is bogus with our block macros, but why? I wonder what the type "i" is. Riccardo
