[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: making coreutils configure `gcc -Wall' clean
From: |
Jim Meyering |
Subject: |
Re: making coreutils configure `gcc -Wall' clean |
Date: |
Thu, 12 Oct 2006 22:40:08 +0200 |
Ralf Wildenhues <address@hidden> wrote:
> The patch below enables CVS coreutils to be built with
> ../coreutils/configure -C CC='gcc -Wall -Werror -fno-builtin' \
> CPPFLAGS=-Dlint
>
> on my GNU/Linux system, after one more tiny patch to gnulib
> (sent to its list). Not quite sure if that fits your coding style.
>
> 2006-10-12 Ralf Wildenhues <address@hidden>
>
> * configure.ac: Avoid compiler warnings about default return
> type in function definitions and unused variables in tests.
> * src/who.c (print_user) [HAVE_UT_HOST]: hostlen is only needed
> if this is #defined.
Thanks!
I've checked that in.