In my singleton release method, I have it doing nothing:
-(void) release {
//A whole lot of nothing.
}
But it produces this warning:
Warning: Conflicting distributed object modifiers on return type in implementation of 'release'
I googled and saw others have the same error, but no explanation of the warning. Anyone know what the warning is about?