From a96e16af6a24bf929032612fb8cd0397ca5aeb11 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 23 Nov 2009 19:02:24 -0800 Subject: Follow up on 64 bit compilation warnings. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 081d5e6f..9f3d4a38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2009-11-23 Kaz Kylheku + + Follow up on 64 bit compilation warnings. + + * lib.c (chr, chrp): Do not convert directly between wchar_t and + the pointer type; go through cnum intermediate value. + + * stream.c (vformat): Fix bad cast from pointer to int; this was + missed in the conversion to cnum because it should have been a + cast to long originally. + 2009-11-23 Kaz Kylheku * Makefile (conftest.o): revert change that took CFLAGS from -- cgit v1.2.3