Am Montag, 10. März 2008 12:21:59 schrieb Dennis Schridde:
> Am Montag, 10. März 2008 12:07:44 schrieb Giel van Schijndel:
> > Dennis Schridde schreef:
> > > Author: devurandom
> > > Date: Mon Mar 10 03:01:46 2008
> > > New Revision: 3986
> > >
> > > URL: http://svn.gna.org/viewcvs/warzone?rev=3986&view=rev
> > > Log:
> > > - Don't define CFLAGS anymore, export WZ_CFLAGS instead, which can be
> > > overridden by make commandlines - Set -DYY_NO_INPUT only in those
> > > places where needed
> > > - Add some previously forgotten CFLAGS where needed
> > > - Remove extranous -lintl from WIN32_LIBS
> > > - Remove apparently unnecessary directory from Mac include (png_util
> > > doesn't need it either)
> > >
> > > Modified:
> > >     trunk/configure.ac
> > >     trunk/lib/framework/Makefile.am
> > >     trunk/lib/gamelib/Makefile.am
> > >     trunk/lib/ivis_common/Makefile.am
> > >     trunk/lib/ivis_common/png_util.c
> > >     trunk/lib/ivis_opengl/Makefile.am
> > >     trunk/lib/netplay/Makefile.am
> > >     trunk/lib/script/Makefile.am
> > >     trunk/lib/sequence/Makefile.am
> > >     trunk/lib/sound/Makefile.am
> > >     trunk/lib/sqlite3/Makefile.am
> > >     trunk/lib/widget/Makefile.am
> > >     trunk/src/Makefile.am
> >
> > From this revision onward I get compiler warnings (which are fatal due
> > to -Werror):
>
> For sqlite3 I fixed them by disabling -Werror.
> The rest is caused by autoconf defaulting to -O2 for CFLAGS... *doh!*
> I forgot that that would happen...
> But since the autoconf gurus strongly suggested not touching CFLAGS, I
> guess I'll go and fix the few remaining type-punning warnings, which are
> actually quite fatal. (type-punning can lead to incorrect generated code)
PS: You can circumvent that by running ./configure CFLAGS=""

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to