Re: where have all the IVARS gone? (long time passing...)
Re: where have all the IVARS gone? (long time passing...)
- Subject: Re: where have all the IVARS gone? (long time passing...)
- From: Bill Bumgarner <email@hidden>
- Date: Mon, 10 Jul 2006 08:05:38 -0700
On Jul 10, 2006, at 12:35 AM, Chris Suter wrote:
int ivar1;
int ivar1;
int main() {
return 1;
}
% cc -Wall foo.c
%
No warnings. That seems like a bug to me.
It's not a bug. That's what the C spec. says it should do.
Neat. Why would anyone want that to happen? It seems that the
second declaration is, effectively, a no-op.
I have filed a feature request style bug against the compiler.
b.bum
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden