diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-20 00:05:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-20 00:05:23 +0000 |
commit | be14d48f5add22dd5b2615730fb9a72c48c5ae68 (patch) | |
tree | b479c73ea42c1fe0c57d9fc9f8727ce4d18faa6d /ChangeLog | |
parent | ecd4caf9783c99fb068a100c35899a0c3a3c6d98 (diff) | |
download | glibc-be14d48f5add22dd5b2615730fb9a72c48c5ae68.tar.gz glibc-be14d48f5add22dd5b2615730fb9a72c48c5ae68.tar.xz glibc-be14d48f5add22dd5b2615730fb9a72c48c5ae68.zip |
Fix more set-but-not-used warnings in _itowa.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f8dd00b249..6a2c45d212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-11-19 Joseph Myers <joseph@codesourcery.com> + * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare + DUMMY variables with __attribute__ ((unused)). + * bits/byteswap.h: Include <bits/types.h>. (__bswap_64): Use __uint64_t instead of unsigned long long int. |