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

Re: [MiNT] FreeMiNT build broken (trunk)



=?ISO-8859-1?Q?Vincent_Rivi=E8re?= wrote:

> Le 12/06/2012 02:03, Alan Hourihane a écrit :
> > ../xa_shel.c:1244:24: error: 'c' may be used uninitialized in this function
>
> I don't know if there is an actual bug in that code, but here is a
> general remark.

It's a compiler-bug (not in 4.6 what I used). But maybe it's to hard to
recognize for the compiler that c is not used uninitialized.

> If it can be proven that there is no actual bug, something should be
> affected to that 'c' variable just to silence the buggy compiler.

Already done.

-Helmut