Compiler glitch
Compiler glitch
- Subject: Compiler glitch
- From: "Jan E. Schotsman" <email@hidden>
- Date: Sat, 4 Mar 2006 19:58:35 +0100
This can't be right:
void foo( SInt8 *x );
char x;
SInt8 y;
foo( &x ); // Warning: pointers differ in signedness
foo( &y ); // No warning
Jan E.
_______________________________________________
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