diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-16 14:08:47 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-16 14:08:47 -0700 |
commit | db1ee0a836f4938dc14014c6341fcb11ef66e929 (patch) | |
tree | 88f4765a244382aba3faf23c2d898e317d0758b5 /ChangeLog | |
parent | 30f696374d434578a159712552f3da533f02e8dd (diff) | |
download | glibc-db1ee0a836f4938dc14014c6341fcb11ef66e929.tar.gz glibc-db1ee0a836f4938dc14014c6341fcb11ef66e929.tar.xz glibc-db1ee0a836f4938dc14014c6341fcb11ef66e929.zip |
Suppress -Wunused-but-set warnings in GMP code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8f6903c408..3842dd148d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-08-16 Roland McGrath <roland@hack.frob.com> + + * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused)) + on _QL, which is set by umul_ppmm but never used. + * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY + variables, which are set by GMP macros but never used. + * stdio-common/_itowa.c (_itowa): Likewise. + * stdlib/divmod_1.c (mpn_divmod_1): Likewise. + * stdlib/mod_1.c (mpn_mod_1): Likewise. + 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com> * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>: |