diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-25 01:26:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-25 01:26:30 +0000 |
commit | 2a068d20fbe9e59b9c43dbeb9fa54999bdb19e10 (patch) | |
tree | e4c33d64a53d79197df9f3799d7d39886728744f /ChangeLog | |
parent | 9c0592ab3b82691480fff3732239d5892d367df9 (diff) | |
download | glibc-2a068d20fbe9e59b9c43dbeb9fa54999bdb19e10.zip glibc-2a068d20fbe9e59b9c43dbeb9fa54999bdb19e10.tar.gz glibc-2a068d20fbe9e59b9c43dbeb9fa54999bdb19e10.tar.bz2 |
Update.
* locale/findlocale.c: Add casts to avoid warnings.
* locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings.
* misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast
to avoid warnings.
* misc/tsearch.c (const_node): New type.
(trecurse): Correct casts to avoid warnings.
(__twalk): Likewise.
* stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and
LONG_BIT.
* debug/backtrace-tst.c (compare): Add casts to avoid warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2000-11-24 Ulrich Drepper <drepper@redhat.com> + * locale/findlocale.c: Add casts to avoid warnings. + * locale/localeinfo.h (LIMAGIC): Add cast to avoid warnings. + * misc/efgcvt_r.c (fcvt_r): Use ssize_t instead of int and add cast + to avoid warnings. + * misc/tsearch.c (const_node): New type. + (trecurse): Correct casts to avoid warnings. + (__twalk): Likewise. + * stdlib/tst-limits.c: Add z modifier to formats for WORD_BIT and + LONG_BIT. + + * debug/backtrace-tst.c (compare): Add casts to avoid warnings. + * test-skeleton.c: Mark local functions as static to avoid warnings. 2000-11-23 H.J. Lu <hjl@gnu.org> |