diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 09:22:34 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 09:22:34 -0700 |
commit | 08c7ad975ca9e9f017dbbd35e2c01f34058ca700 (patch) | |
tree | 418e5fcac3ea9828a1a3ccf522a41608db6ad819 /ChangeLog | |
parent | 9dd5b8a167cfc4fdab3c3862ca3cb14fd9836297 (diff) | |
download | glibc-08c7ad975ca9e9f017dbbd35e2c01f34058ca700.tar glibc-08c7ad975ca9e9f017dbbd35e2c01f34058ca700.tar.gz glibc-08c7ad975ca9e9f017dbbd35e2c01f34058ca700.tar.bz2 glibc-08c7ad975ca9e9f017dbbd35e2c01f34058ca700.zip |
Avoid two warnings in strtol{,l} tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-10-30 Ulrich Drepper <drepper@redhat.com> + * stdlib/tst-strtol.c (tests): Mark one more constant as unsigned + to avoid warning. + * stdlib/tst-strtoll.c (tests): Likewise. + [BZ #9986] * time/strftime_l.c (__strftime_internal): Allow %OC. |