Re: Curly bracket question
- From: Grant Edwards <grante@xxxxxxxx>
- Date: Sat, 29 Mar 2008 19:11:03 -0000
On 2008-03-29, Grant Edwards <grante@xxxxxxxx> wrote:
I spent a few days battling with splint, and never got it to do
anything useful.
In order to elimiate warnings about code like this:
unsigned uint8_t b;
b = 5;
You had to turn off warnings for code like this:
unsigned uint8_t b;
b = 12345;
Oops. Disregard the "unsigned" in the above example.
--
Grant
.
- References:
- Curly bracket question
- From: Martin Griffith
- Re: Curly bracket question
- From: John B
- Re: Curly bracket question
- From: CBFalconer
- Re: Curly bracket question
- From: Rich Webb
- Re: Curly bracket question
- From: CBFalconer
- Re: Curly bracket question
- From: Grant Edwards
- Curly bracket question
- Prev by Date: Re: Speeding up a "for" loop (8051)
- Next by Date: Re: Best microcontroller with Linux development tools
- Previous by thread: Re: Curly bracket question
- Next by thread: Re: Curly bracket question
- Index(es):