diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-29 23:48:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-29 23:48:35 +0000 |
commit | 0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359 (patch) | |
tree | 110e38214162147ace4c97dc7834c78cc3a5ff47 /ChangeLog | |
parent | 98c24a32e60751a02e33e08f7069dd7725c51fd4 (diff) | |
download | glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.tar glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.tar.gz glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.tar.bz2 glibc-0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359.zip |
* include/ctype.h (__ctype_b_loc, __ctype_toupper_loc,
__ctype_tolower_loc): Avoid "dereferencing type-punned pointer will
break strict-aliasing rules" warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-07-29 Jakub Jelinek <jakub@redhat.com> + + * include/ctype.h (__ctype_b_loc, __ctype_toupper_loc, + __ctype_tolower_loc): Avoid "dereferencing type-punned pointer will + break strict-aliasing rules" warnings. + 2003-07-29 Roland McGrath <roland@redhat.com> * elf/Makefile: Revert accidental changes in last commit. |