diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 23:09:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-24 23:09:17 +0000 |
commit | 03c4ded352703c5cfbee90af024a366fa87a3b56 (patch) | |
tree | 8f296cdbf7c7c08efd72ef003c6a34387ff6b9fb | |
parent | 000a4dfe5fb3059101cd8e604c0ed82fe32d25dd (diff) | |
download | glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.tar glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.tar.gz glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.tar.bz2 glibc-03c4ded352703c5cfbee90af024a366fa87a3b56.zip |
Add a few casts to avoid warnings.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ * string/test-memset.c (do_one_test): Compare effect of call, not only return value. - Add a few cassts to avoid warnings. + Add a few casts to avoid warnings. 2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp> |