Name: ALFA-RICER 2009-11-16 13:54
IT'S BEEN A LONG TIME SINCE THE LAST DISCUSSION WE HAD ABOUT THIS...
gcc used to BAWWW about this:while(a=*i++)-Wall, not -Werror, and it would generate a warning, not an error. It would still compile just fine.
while ((a=*i++))- (id)init {
if (self = [super init]) {
// some shit
}
return self;
}= and ==. I've written over 9000 lines (seriously) of C and have yet to make that mistake.