On Tuesday 14 June 2016 13:05:53 Paul Eggert wrote:
> On 06/14/2016 11:54 AM, Tim Rühsen wrote:
> > mmm, you (or anyone else) don't know a way to use special CFLAGS just
> > for gnulib / lib directory (or in general: a subdirectory) ?
>
> Yes, that's reasonably common. See coreutils configure.ac f
On 06/14/2016 11:54 AM, Tim Rühsen wrote:
mmm, you (or anyone else) don't know a way to use special CFLAGS just
for gnulib / lib directory (or in general: a subdirectory) ?
Yes, that's reasonably common. See coreutils configure.ac for an
example; look for "We use a slightly smaller set of warn
On Tuesday 14 June 2016 09:36:14 Paul Eggert wrote:
> Tim Ruehsen wrote:
> > fatal-signal.c:196:19: warning: comparison between signed and unsigned
> > integer expressions [-Wsign-compare]
> >
> > if (!(sig < sizeof (saved_sigactions) / sizeof
> >
> > (saved_sigactions[0])))
>
> Yes, w
Tim Ruehsen wrote:
fatal-signal.c:196:19: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
if (!(sig < sizeof (saved_sigactions) / sizeof
(saved_sigactions[0])))
Yes, we don't bother to fix those, as the code is fine. Instead, other projects
use th
Hi Paul,
first of all, thanks for your quick and comprehensive answer.
On Monday 13 June 2016 11:34:09 Paul Eggert wrote:
> On 06/13/2016 07:52 AM, Tim Ruehsen wrote:
> > Especially -Wlong-long and -pedantic floods the screen with warnings and
> > notes from gnulib modules. Finding any warnings e
On 06/13/2016 07:52 AM, Tim Ruehsen wrote:
Especially -Wlong-long and -pedantic floods the screen with warnings and notes
from gnulib modules. Finding any warnings emanated by Wget sources becomes
very tedious. Some example output below.
What do you suggest to avoid the verbose output from gnuli
Hi,
a while ago the number of warnings / notes when compiling gnulib modules
increased to an extend, that it is hardly possible to check/lint for C89
compliance.
Background: We try to be compliant to C89 with the GNU Wget project (C header
+ sources). Each patch is checked by compiling the pro