Re: adding a few 'const's

2006-10-24 Thread Jim Meyering
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

Re: adding a few 'const's

2006-10-24 Thread Jim Meyering
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. _

Re: adding a few 'const's

2006-10-24 Thread Paul Eggert
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

adding a few 'const's

2006-10-24 Thread Bruno Haible
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