From 8b6e67674da3b9db3208b914bd8d892abb62ec48 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Nov 2000 07:10:00 +0000 Subject: Update. * string/strcoll.c: Add casts to avoid warnings. * string/strnlen.c: Likewise. * string/strxfrm.c: Likewise. * sysdeps/generic/_strerror.c: Likewise. * sysdeps/generic/memrchr.c: Likewise. * sysdeps/generic/strcasestr.c: Likewise. * sysdeps/generic/strstr.c: Likewise. * locale/weight.h (findidx): Add const to cast to avoid warning. --- locale/weight.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/weight.h b/locale/weight.h index 6151faacea..f707b15a50 100644 --- a/locale/weight.h +++ b/locale/weight.h @@ -38,7 +38,7 @@ findidx (const unsigned char **cpp) size_t nhere; /* The first thing is the index. */ - i = *((int32_t *) cp); + i = *((const int32_t *) cp); cp += sizeof (int32_t); /* Next is the length of the byte sequence. These are always -- cgit v1.2.1