avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] vfprintf warnings


From: E. Weddington
Subject: Re: [avr-libc-dev] vfprintf warnings
Date: Mon, 11 Nov 2002 10:07:23 -0700

On 11 Nov 2002 at 16:09, Joerg Wunsch wrote:

> As E. Weddington wrote:
> 
> > Since I've been giving it a shot at building avrlibc with the latest
> > snapshots, I've noticed that there are 4 warnings for vfprintf.c
> > stating that 4 variables are possibly uninitialized before use:
> > base, pb, width, and prec.
> 
> That's OK.
> 
> There's no way to tell gcc to shut up about them.  

-Wno-uninitialized

See: http://gcc.gnu.org/onlinedocs/gcc/Warning-
Options.html#Warning%20Options

Eric





reply via email to

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