bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

printf-frexp.c evokes shadowing warning


From: Jim Meyering
Subject: printf-frexp.c evokes shadowing warning
Date: Sun, 07 Oct 2007 21:34:07 +0200

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 global declaration
  /usr/include/bits/mathcalls.h:101: error: shadowed declaration is here
  make[5]: *** [printf-frexp.o] Error 1

Please rename the parameter, e.g.,
("exponent" is already taken)

  sed -i 's/\<exp\>/exp_param/' printf-frexp.c




reply via email to

[Prev in Thread] Current Thread [Next in Thread]