bug-coreutils
[Top][All Lists]
Advanced

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

Re: enable compiler warnings for gnulib-tests


From: Jim Meyering
Subject: Re: enable compiler warnings for gnulib-tests
Date: Wed, 21 Oct 2009 19:49:43 +0200

Eric Blake wrote:
> OK to commit?  We build lib using gcc warnings, but not gnulib-tests; it is
> nicer to treat all gnulib files equally.  Right now, many of the gnulib tests
> are quite noisy with coreutils' set of warnings, that will involve a series of
> patches to gnulib to clean up.
>
> Meanwhile, I was seeing multiple instances of warnings like this when using
> cygwin's gcc 4.3.4:
>
>   CC       mbswidth.o
> cc1: warning: -funit-at-a-time is required for inlining of functions that are
> only called once [-Wdisabled-optimization]
...
> Subject: [PATCH] maint: turn on compiler warnings for gnulib tests
>
> * gnulib-tests/Makefile.am (AM_CFLAGS): Add WARN_CFLAGS.
> * configure.ac (enable-gcc-warnings): Also use -funit-at-a-time,
> to silence gcc 4.3.4 -Wdisabled-optimization.
> * .gitignore: Ignore some more files.

Good idea.  Please do.
Thanks.




reply via email to

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