[Top][All Lists]
[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.
- [avr-gcc-list] New GCC warning - how to silence?, larry barello, 2007/04/05
- RE: [avr-gcc-list] New GCC warning - how to silence?, Eric Weddington, 2007/04/05
- Re: [avr-gcc-list] New GCC warning - how to silence?, Joerg Wunsch, 2007/04/05
- Re: [avr-gcc-list] New GCC warning - how to silence?, Joerg Wunsch, 2007/04/06
- RE: [avr-gcc-list] New GCC warning - how to silence?, Eric Weddington, 2007/04/06
- Re: [avr-gcc-list] New GCC warning - how to silence?, Joerg Wunsch, 2007/04/06
- RE: [avr-gcc-list] New GCC warning - how to silence?, Eric Weddington, 2007/04/06
- Re: [avr-gcc-list] New GCC warning - how to silence?, Joerg Wunsch, 2007/04/06
- RE: [avr-gcc-list] New GCC warning - how to silence?, larry barello, 2007/04/07
- Re: [avr-gcc-list] New GCC warning - how to silence?, Rolf Magnus, 2007/04/07
- Re: [avr-gcc-list] New GCC warning - how to silence?, Joerg Wunsch, 2007/04/08
- RE: [avr-gcc-list] New GCC warning - how to silence?, Eric Weddington, 2007/04/08
- Re: [avr-gcc-list] New GCC warning - how to silence?, David Brown, 2007/04/10