glibc/sysdeps/s390/multiarch
Stefan Liebler f465b21b06 S390: Fix werror=unused-variable in ifunc-impl-list.c.
If the architecture level set is high enough, no IFUNCs are used at
all and the variable i would be unused.  Then the build fails with:
../sysdeps/s390/multiarch/ifunc-impl-list.c: In function ‘__libc_ifunc_impl_list’:
../sysdeps/s390/multiarch/ifunc-impl-list.c:76:10: error: unused variable ‘i’ [-Werror=unused-variable]
   76 |   size_t i = max;
      |          ^
cc1: all warnings being treated as errors
2022-08-18 09:10:48 +02:00
..
iconv Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
8bit-generic.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gconv_simple.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gen-8bit.sh S390: Optimize 8bit-generic iconv modules. 2016-05-25 17:18:04 +02:00
ifunc-impl-list.c S390: Fix werror=unused-variable in ifunc-impl-list.c. 2022-08-18 09:10:48 +02:00
ifunc-resolve.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Makefile S390: Refactor wmemcmp ifunc handling. 2018-12-18 13:57:25 +01:00
utf8-utf16-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
utf8-utf32-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
utf16-utf32-z9.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00