diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-26 03:17:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-26 03:17:03 +0000 |
commit | 278bfa00b668eb79b6cfb493ae3ea985ea7a844b (patch) | |
tree | e7511b34d81cfb8eff714d86094fbb143859ddc7 /ChangeLog | |
parent | a45d733cce8aebeae8d04fa1e67ca928d119dc39 (diff) | |
download | glibc-278bfa00b668eb79b6cfb493ae3ea985ea7a844b.tar.gz |
* 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |