mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
33cc6fca55
* tests/from-glibc/tst-stdbit.h (TEST_STDBIT_T): * tests/jit/test-cache.c, tests/test-boot-time.c: * tests/test-ceilf2.c, tests/test-fflush.c, tests/test-floorf2.c: * tests/test-mbrtoc32-regular.c, tests/test-mbrtoc32.c: * tests/test-mbrtowc-w32utf8.c, tests/test-mbrtowc.c: * tests/test-mbsnrtoc32s.c, tests/test-mbsnrtowcs.c: * tests/test-mbsrtoc32s.c, tests/test-mbsrtowcs.c: * tests/test-mbstoc32s.c, tests/test-mbstowcs.c: * tests/test-sameacls.c, tests/test-towctrans.c: * tests/test-truncf2.c, tests/test-wcscmp.c, tests/test-wcsncmp.c: * tests/test-wmemcmp.c: (main) * tests/test-c32isalnum.c, tests/test-c32isalpha.c: * tests/test-c32isblank.c, tests/test-c32iscntrl.c: * tests/test-c32isdigit.c, tests/test-c32isgraph.c: * tests/test-c32islower.c, tests/test-c32isprint.c: * tests/test-c32ispunct.c, tests/test-c32isspace.c: * tests/test-c32isupper.c, tests/test-c32isxdigit.c: * tests/test-c32tolower.c, tests/test-c32toupper.c: * tests/test-iswdigit.c, tests/test-iswpunct.c, tests/test-iswxdigit.c: (for_character): * tests/test-c32rtomb.c, tests/test-wcrtomb.c: (check_character): * tests/test-mbrtoc32-w32.c, tests/test-mbrtowc-w32.c: (test_one_locale): * tests/test-snprintf-posix.h, tests/test-sprintf-posix.h: * tests/test-vasnprintf-posix.c, tests/test-vasnwprintf-posix.c: * tests/test-vasprintf-posix.c: (test_function): * tests/test-stat-time.c (initialize_filenames): * tests/uniwidth/test-uc_width2.c (finish_interval): Use compound literal when it is safer than a cast and it pacifies -Wuseless-cast. Also, omit unnecessary casts to a type when the context is already that type and omitting pacifies -Wuseless-cast.