Re: Compiler glitch
Re: Compiler glitch
- Subject: Re: Compiler glitch
- From: Chris Espinosa <email@hidden>
- Date: Sat, 4 Mar 2006 12:30:05 -0800
On Mar 4, 2006, at 10:58 AM, Jan E. Schotsman wrote: This can't be right:
void foo( SInt8 *x );
char x; SInt8 y;
foo( &x ); // Warning: pointers differ in signedness foo( &y ); // No warning
The compiler invocation line would be helpful in diagnosing this, especially as it controls which dialect of C, which standard, and how strict the warnings are.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden