[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-07-23, Elias Pschernig <elias@xxxxxxxxxx> wrote:
> On Sat, 2006-07-22 at 15:31 -0700, Chris wrote:
> > On Saturday 22 July 2006 06:50, Peter Wang wrote:
> > > I would be nice if some other people tested it as well before then.
> >
> > It won't compile with --enable-strictwarn on my Linux machine, using GCC 4.1.
> > It complains about possibly using an uninitialized struct in
> > src/compat/cotimer.c (even though it really can't). The attached patch fixes
> > that. It then complains about type-punning in grabber.c, but this isn't
> > easilly fixable with how the code is all structured.
> >
>
> Here's a patch to silence those.
Committed to 4.2 and 4.3.
Peter