diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-02-26 10:40:19 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-02-26 10:40:19 +0530 |
commit | 53a5c423fb77a0befa400b4672ac98cf910db986 (patch) | |
tree | 56359dd97463c9d9eed9906716191dfa93d29164 /ChangeLog | |
parent | 2a983a2e0a2da070219a9cc5f4157d9dceee3c88 (diff) | |
download | glibc-53a5c423fb77a0befa400b4672ac98cf910db986.zip glibc-53a5c423fb77a0befa400b4672ac98cf910db986.tar.gz glibc-53a5c423fb77a0befa400b4672ac98cf910db986.tar.bz2 |
Fix some build warnings
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com> + + * locale/elem-hash.h (elem_hash): Mark as pure and possibly + unused. + * posix/regex_internal.h (__attribute): Remove. + [!_LIBC && __i386__]: Use __attribute__ instead of __attribute. + (re_string_context_at): Likewise. + (bitset_not): Use __attribute__ and mark function as possibly + unused. + (bitset_merge): Likewise. + (bitset_mask): Likewise. + (re_string_char_size_at): Likewise. + (re_string_wchar_at): Likewise. + (re_string_elem_size_at): Likewise. + 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com> * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented |