Re: printf-frexp.c evokes shadowing warning

2007-10-07 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Jim Meyering wrote: >> printf-frexp.c evokes a shadowing warning on at least a debian unstable >> system, and now that coreutils uses it (via vasprintf-posix), it causes >> the "make distcheck" build to fail: >> >> printf-frexp.c: In function 'printf_fre

Re: printf-frexp.c evokes shadowing warning

2007-10-07 Thread Bruno Haible
Jim Meyering wrote: > printf-frexp.c evokes a shadowing warning on at least a debian unstable > system, and now that coreutils uses it (via vasprintf-posix), it causes > the "make distcheck" build to fail: > > printf-frexp.c: In function 'printf_frexp': > printf-frexp.c:65: error: declaration

printf-frexp.c evokes shadowing warning

2007-10-07 Thread Jim Meyering
Hi Bruno, printf-frexp.c evokes a shadowing warning on at least a debian unstable system, and now that coreutils uses it (via vasprintf-posix), it causes the "make distcheck" build to fail: printf-frexp.c: In function 'printf_frexp': printf-frexp.c:65: error: declaration of 'exp' shadows a gl