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: Rolf Magnus
Subject: Re: [avr-gcc-list] New GCC warning - how to silence?
Date: Sat, 7 Apr 2007 00:26:20 +0200
User-agent: KMail/1.9.6

On Freitag, 6. April 2007, Lars Noschinski wrote:
> * 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.

No. It has the same representation as one of them, but it's always a distinct 
type.




reply via email to

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