avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] New GCC warning - how to silence?


From: Lars Noschinski
Subject: Re: [avr-gcc-list] New GCC warning - how to silence?
Date: Fri, 6 Apr 2007 09:35:38 +0200
User-agent: mutt-ng/devel-r804 (Linux)

* larry barello <address@hidden> [07-04-06 09:01]:
Ok, this is the most interesting answer and begs another question: Are you
just saying use either signed or unsigned (I typically use uint8_t except
when the signedness counts) or is "char" a distinct type that has defined
behavior across portable systems?

char is either the same as signed char or the same as unsigned char. But
whether it is signed or unsigned is not defined.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]