Paul Eggert wrote:
> Still haven't gotten around to looking at the files copied to 
> coreutils/gnulib-tests, which are lower priority.

The -Wuseless-cast warning option, in particular, is a coding style option:
  - It never points to dangerous code.
  - As soon as one uses typedef, it is normal to cast from type T1
    to type T2 even if T1 and T2 happen to already be the same.
  - Also, in function-like macros, it is commonplace to use casts,
    just to make sure the operations are done on specific types.
    These casts also often trigger -Wuseless-cast warnings.

In a gnulib testdir, there are 446 warnings of this type (log attached).
Which shows that this warning option is not useful for Gnulib.
I'm therefore disabling it:


2026-05-08  Bruno Haible  <[email protected]>

        Silence -Wuseless-cast in all Gnulib compilation units.
        * m4/gnulib-common.m4 (gl_CC_GNULIB_WARNINGS): Add -Wno-useless-cast.

diff --git a/m4/gnulib-common.m4 b/m4/gnulib-common.m4
index 5a804d5b4d..e058add812 100644
--- a/m4/gnulib-common.m4
+++ b/m4/gnulib-common.m4
@@ -1,5 +1,5 @@
 # gnulib-common.m4
-# serial 118
+# serial 120
 dnl Copyright (C) 2007-2026 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -1452,6 +1452,7 @@ AC_DEFUN([gl_CC_GNULIB_WARNINGS]
     dnl -Wno-unused-const-variable            >= 6.1          >= 3.9
     dnl -Wno-unused-function                  >= 3            >= 3.9
     dnl -Wno-unused-parameter                 >= 3            >= 3.9
+    dnl -Wno-useless-cast                     >= 14
     dnl
     cat > conftest.c <<\EOF
       #if (__GNUC__ >= 3 && !defined __clang__) || (__clang_major__ + 
(__clang_minor__ >= 9) > 3)
@@ -1486,6 +1487,9 @@ AC_DEFUN([gl_CC_GNULIB_WARNINGS]
       #if (__GNUC__ + (__GNUC_MINOR__ >= 5) > 4 && !defined __clang__)
       -Wno-unsuffixed-float-constants
       #endif
+      #if (__GNUC__ >= 14 && !defined __clang__)
+      -Wno-useless-cast
+      #endif
 EOF
     gl_command="$CC $CFLAGS $CPPFLAGS -E conftest.c > conftest.out"
     if AC_TRY_EVAL([gl_command]); then
../../gllib/argp-help.c:1657:12: warning: useless cast to type 'const char *' [-Wuseless-cast]
../../gllib/bitset.c:276:14: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/bitset.c:289:28: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/bitset/list.c:1275:37: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/bitset/list.c:58:4: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/bitset/table.c:56:4: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/bitsetv.c:135:44: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/bitsetv.c:148:33: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/bitsetv.c:187:30: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/boot-time.c:98:23: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/c-strstr.c:31:10: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/fpucw.h:84:3: warning: useless cast to type 'void' [-Wuseless-cast]
../../gllib/fpucw.h:91:3: warning: useless cast to type 'void' [-Wuseless-cast]
../../gllib/fseek.c:29:22: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/fstrcmp.c:217:40: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/fsusage.c:60:20: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/fts-cycle.c:44:10: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyavltree_list2.h:537:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyavltree_list2.h:600:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyavltree_list2.h:664:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyavltree_list2.h:729:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:126:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:185:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:300:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:344:10: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:498:10: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:619:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:657:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:695:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:733:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anylinked_list2.h:776:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyrbtree_list2.h:782:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyrbtree_list2.h:843:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyrbtree_list2.h:904:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anyrbtree_list2.h:959:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anytree_list2.h:219:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anytree_list2.h:78:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anytreehash_list1.h:292:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anytreehash_list2.h:32:10: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_anytreehash_list2.h:66:63: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_array_list.c:47:46: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_array_list.c:47:57: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_carray_list.c:50:46: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_carray_list.c:50:57: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_map.c:104:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_map.c:130:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_map.c:177:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_set.c:101:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_set.c:123:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_hash_set.c:165:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_map.c:129:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_map.c:155:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_map.c:206:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_set.c:126:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_set.c:148:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_linkedhash_set.c:194:8: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_sublist.c:43:46: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/gl_sublist.c:43:57: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/glob.c:495:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:504:17: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:561:25: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:566:20: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:675:30: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:951:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/glob.c:955:14: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/hash.c:227:48: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/hash.c:228:48: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/hash.c:230:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/hash.c:233:12: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/intprops-internal.h:36:32: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/intprops-internal.h:36:40: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/intprops.h:54:26: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/intprops.h:54:26: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gllib/intprops.h:54:26: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gllib/intprops.h:54:26: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/intprops.h:56:4: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/intprops.h:56:4: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gllib/intprops.h:56:4: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gllib/intprops.h:56:4: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/intprops.h:56:4: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/isnand-nolibm.h:28:38: warning: useless cast to type 'double' [-Wuseless-cast]
../../gllib/isnanl-nolibm.h:29:38: warning: useless cast to type 'long double' [-Wuseless-cast]
../../gllib/mbschr.c:68:12: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/mbspbrk.c:94:12: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/mbsrchr.c:67:12: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/md2.c:107:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/md2.c:152:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/md2.c:173:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/md4.c:202:36: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/memchr2.c:49:12: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gllib/pagealign_alloc.c:158:48: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/pagealign_alloc.c:251:34: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/printf-args.c:213:17: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:214:17: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:214:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:214:45: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:214:59: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:215:17: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/printf-args.c:216:17: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/readutmp.c:272:30: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/readutmp.c:273:30: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/readutmp.c:274:30: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/readutmp.c:275:30: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gllib/regex_internal.c:390:38: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/regex_internal.h:793:10: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/sha1.c:243:36: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/sigsegv.c:1020:19: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gllib/sigsegv.c:1263:25: warning: useless cast to type 'void (*)(int,  siginfo_t *, void *)' [-Wuseless-cast]
../../gllib/ssfmalloc.h:721:42: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/stackvma.c:235:21: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gllib/stackvma.c:245:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/time_rz.c:121:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/u64.h:49:27: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/u64.h:51:20: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gllib/vasnprintf.c:1060:26: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/vasnprintf.c:1108:27: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/vasnprintf.c:1133:43: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/vasnprintf.c:1134:42: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gllib/vasnprintf.c:2555:45: warning: useless cast to type 'const char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:2555:45: warning: useless cast to type 'const unistring_uint16_t *' {aka 'const short unsigned int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:2555:45: warning: useless cast to type 'const unistring_uint32_t *' {aka 'const unsigned int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:2555:45: warning: useless cast to type 'const unistring_uint8_t *' {aka 'const unsigned char *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:2555:45: warning: useless cast to type 'const wchar_t *' {aka 'const int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:4617:44: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:4762:44: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:5292:46: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:5542:54: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:5899:48: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6161:56: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6844:18: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6844:18: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:6865:46: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6865:46: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:6870:46: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6870:46: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:6875:46: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:6875:46: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gllib/vasnprintf.c:7119:33: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/vasnprintf.c:7119:33: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gllib/vma-iter.c:257:21: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gllib/vma-iter.c:267:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gllib/wait-process.c:386:26: warning: useless cast to type 'int' [-Wuseless-cast]
../../gllib/xsize.h:114:33: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/fpucw.h:84:3: warning: useless cast to type 'void' [-Wuseless-cast]
../../gltests/../gllib/fpucw.h:91:3: warning: useless cast to type 'void' [-Wuseless-cast]
../../gltests/../gllib/glthread/thread.h:239:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops-internal.h:315:36: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops-internal.h:36:32: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops-internal.h:36:40: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:187:36: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:189:36: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:191:36: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:28:29: warning: useless cast to type 'double' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:54:26: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:56:4: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:57:11: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/intprops.h:58:14: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/../gllib/isnand-nolibm.h:28:38: warning: useless cast to type 'double' [-Wuseless-cast]
../../gltests/../gllib/isnanf-nolibm.h:29:38: warning: useless cast to type 'float' [-Wuseless-cast]
../../gltests/../gllib/isnanl-nolibm.h:29:38: warning: useless cast to type 'long double' [-Wuseless-cast]
../../gltests/../gllib/ssfmalloc.h:721:42: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/../gllib/u64.h:49:27: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:103:50: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:104:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:105:52: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:106:49: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:107:55: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:108:52: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:109:57: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:110:54: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:114:25: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:117:25: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:88:37: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:89:34: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:90:39: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:91:36: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:92:27: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:93:24: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:96:49: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:97:46: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:98:51: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/from-glibc/tst-stdbit.h:99:48: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/jit/test-cache.c:119:37: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/jit/test-cache.c:321:26: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/jit/test-cache.c:321:52: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/mmap-anon-util.h:85:10: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gltests/test-boot-time.c:42:50: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-bsearch.c:29:10: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gltests/test-ceilf2.c:163:20: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-ceilf2.c:164:45: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-dirname.c:153:27: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-dirname.c:170:28: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-fflush.c:126:16: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-fflush.c:134:16: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-fflush.c:85:16: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-fflush.c:93:16: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-floorf2.c:159:20: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-floorf2.c:160:45: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-gc-pbkdf2-sha1.c:100:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-gc-pbkdf2-sha1.c:94:19: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-gc-pbkdf2.c:118:19: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-gc-pbkdf2.c:124:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-inttostr.c:49:47: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-inttostr.c:50:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-inttostr.c:57:47: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-inttostr.c:58:47: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-iswdigit.c:40:8: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-iswpunct.c:40:8: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-iswxdigit.c:40:8: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:31:28: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:31:36: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:33:26: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'long long int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'long long unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:35:4: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-limits-h.c:36:11: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-limits-h.c:37:14: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:101:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:120:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:123:19: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:151:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:178:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:185:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:197:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:204:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:211:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:225:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:232:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:235:25: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:239:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:251:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:259:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:266:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:276:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:279:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:282:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:285:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:288:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:291:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:294:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:308:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:315:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:323:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:326:25: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:330:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:342:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:350:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:364:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:371:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:374:25: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:378:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:390:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:400:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:407:16: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:417:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:420:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:423:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:426:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:429:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:432:27: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:435:18: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:48:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbrtowc.c:57:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:121:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:124:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:144:41: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:169:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:176:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:200:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:203:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:214:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:221:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:224:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:246:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:249:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:260:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:267:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:275:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:278:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:299:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:302:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:313:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:320:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:323:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:345:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:348:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:60:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:64:19: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:67:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsnrtowcs.c:94:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:121:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:124:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:144:41: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:169:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:176:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:200:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:203:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:214:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:221:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:224:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:246:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:249:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:260:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:267:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:275:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:278:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:299:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:302:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:313:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:320:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:323:31: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:345:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:348:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:60:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:64:19: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:67:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbsrtowcs.c:94:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:108:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:111:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:127:41: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:163:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:166:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:189:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:192:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:215:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:218:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:241:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:244:37: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:55:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:59:19: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:61:10: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-mbstowcs.c:86:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-memchr.c:34:10: warning: useless cast to type 'void *' [-Wuseless-cast]
../../gltests/test-nonblocking-reader.h:102:19: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-nonblocking-reader.h:108:19: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-nonblocking-reader.h:70:19: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-nonblocking-reader.h:76:19: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:117:25: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:124:25: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:157:25: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:164:25: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:82:21: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-nonblocking-writer.h:88:21: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-posix_spawn-chdir.c:53:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/test-posix_spawn-fchdir.c:57:21: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/test-posixtm.c:189:28: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-posixtm.c:189:42: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-pthread-mutex.c:86:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-pthread-once2.c:79:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-pthread-rwlock.c:89:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-pthread-spin.c:78:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-pthread-tss.c:66:43: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-read-file.c:105:24: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-read-file.c:63:28: warning: useless cast to type 'long unsigned int' [-Wuseless-cast]
../../gltests/test-sameacls.c:113:17: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-sameacls.c:113:50: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-snprintf-posix.h:3113:23: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-snprintf-posix.h:3165:29: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-snprintf-posix.h:3573:32: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-sprintf-posix.h:3094:23: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-sprintf-posix.h:3148:29: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-sprintf-posix.h:3546:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-stat-time.c:51:12: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-strncpy.c:93:20: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/test-times.c:100:42: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:100:78: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:61:32: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:63:26: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:64:41: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:64:76: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:65:41: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:65:76: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:66:42: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:66:78: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:67:42: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:67:78: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:94:32: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:96:26: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:97:41: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:97:76: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:98:41: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:98:76: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:99:42: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-times.c:99:78: warning: useless cast to type 'long int' [-Wuseless-cast]
../../gltests/test-towctrans.c:45:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-towctrans.c:56:22: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-truncf2.c:168:20: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-truncf2.c:169:45: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/test-unsetenv.c:39:19: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:3952:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:3961:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:3970:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:3979:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:4054:23: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:4120:29: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnprintf-posix.c:4664:48: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:3985:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:3994:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4003:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4012:38: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4105:23: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4165:29: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4174:26: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4188:26: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasnwprintf-posix.c:4720:50: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasprintf-posix.c:3994:23: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasprintf-posix.c:4060:29: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-vasprintf-posix.c:4606:41: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcrtomb.c:41:8: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcscmp.c:105:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcscmp.c:106:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcscmp.c:107:9: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcscmp.c:73:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcscmp.c:75:9: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcsncmp.c:121:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcsncmp.c:124:9: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcsncmp.c:167:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcsncmp.c:168:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wcsncmp.c:171:9: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wmemchr.c:30:10: warning: useless cast to type 'wchar_t *' {aka 'int *'} [-Wuseless-cast]
../../gltests/test-wmemcmp.c:83:39: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/test-wmemcmp.c:85:9: warning: useless cast to type 'int' [-Wuseless-cast]
../../gltests/unistr/test-strncat.h:81:20: warning: useless cast to type 'char *' [-Wuseless-cast]
../../gltests/uniwidth/test-uc_width2.c:39:33: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/uniwidth/test-uc_width2.c:41:37: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../../gltests/uniwidth/test-uc_width2.c:42:17: warning: useless cast to type 'unsigned int' [-Wuseless-cast]
../gllib/obstack.h:491:22: warning: useless cast to type 'void *' [-Wuseless-cast]
./obstack.h:491:22: warning: useless cast to type 'void *' [-Wuseless-cast]

Reply via email to