"'char' type is unsigned" seems to be broken
"'char' type is unsigned" seems to be broken
- Subject: "'char' type is unsigned" seems to be broken
- From: Brian Barnes <email@hidden>
- Date: Mon, 9 May 2005 22:38:50 -0400
Turning on "'char' type is unsigned" and running this code:
char txt[256];
unsigned char txt2[256];
strcpy(txt,"abc");
strcpy(txt2,"abc");
gets you:
warning: pointer targets in passing argument 1 of 'strcpy' differ in
signedness
For the first line.
"-funsigned-char" is in the compile arguments. Once again, I'm using
-fast, this might be breaking it.
[>] Brian
_______________________________________________
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