Bruno Haible <[EMAIL PROTECTED]> wrote:
> Compiling coreutils-6.4 with gcc-4.1 and
>
> ./configure --prefix=/packages/gnu \
> CPPFLAGS="-Wall -Wformat=2 -Wmissing-field-initializers
> -Wmissing-format-attribute -Wpointer-arith -Wstrict-aliasing=2
> -Wwrite-strings" \
> CFLAGS="-O2 -g -Wbad-fu
Paul Eggert <[EMAIL PROTECTED]> wrote:
> Thanks for catching those. I prefer the 'const' after the type that
> it modifies, so I installed the following into gnulib. (For coreutils
> I guess I need to come up to speed on its new version control system.)
No rush. I'm looking at them now.
_
Thanks for catching those. I prefer the 'const' after the type that
it modifies, so I installed the following into gnulib. (For coreutils
I guess I need to come up to speed on its new version control system.)
2006-10-24 Paul Eggert <[EMAIL PROTECTED]>
* lib/getdate.y (yyerror): Make t
Hi,
Compiling coreutils-6.4 with gcc-4.1 and
./configure --prefix=/packages/gnu \
CPPFLAGS="-Wall -Wformat=2 -Wmissing-field-initializers
-Wmissing-format-attribute -Wpointer-arith -Wstrict-aliasing=2 -Wwrite-strings"
\
CFLAGS="-O2 -g -Wbad-function-cast -Wdeclaration-after-statement"
yiel