about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-08-26 03:17:03 +0000
committerUlrich Drepper <drepper@redhat.com>2007-08-26 03:17:03 +0000
commit278bfa00b668eb79b6cfb493ae3ea985ea7a844b (patch)
treee7511b34d81cfb8eff714d86094fbb143859ddc7 /ChangeLog
parenta45d733cce8aebeae8d04fa1e67ca928d119dc39 (diff)
downloadglibc-278bfa00b668eb79b6cfb493ae3ea985ea7a844b.tar.gz
glibc-278bfa00b668eb79b6cfb493ae3ea985ea7a844b.tar.xz
glibc-278bfa00b668eb79b6cfb493ae3ea985ea7a844b.zip
* iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
	to keep gcc quiet.
	* iconvdata/iso-2022-cn.c (BODY): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db8ef780a6..d34cbac343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-08-25  Ulrich Drepper  <drepper@redhat.com>
 
+	* iconvdata/iso-2022-kr.c (BODY): Fake initialization of array buf
+	to keep gcc quiet.
+	* iconvdata/iso-2022-cn.c (BODY): Likewise.
+
 	* locale/programs/ld-collate.c (collate_output): Avoid warning if
 	NDEBUG is defined.