From 0d2f48bb4a25495bbb44ab4ef3a9a545cdc19359 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 29 Jul 2003 23:48:35 +0000 Subject: * include/ctype.h (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Avoid "dereferencing type-punned pointer will break strict-aliasing rules" warnings. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3c483363c..79716fa928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-29 Jakub Jelinek + + * 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 * elf/Makefile: Revert accidental changes in last commit. -- cgit v1.2.3