mbox series

[uclibc-ng-devel,0/3] fixes for build with gcc-14

Message ID 20240501113520.1123290-1-jcmvbkbc@gmail.com
Headers show
Series fixes for build with gcc-14 | expand

Message

Max Filippov May 1, 2024, 11:35 a.m. UTC
Hello,

this series fixes a few type mismatches that have become errors when
building with gcc-14.

Max Filippov (3):
  iconv: fix type mismatches
  ldso: FDPIC: fix type mismatches
  ldso: arm: fix build with gcc-14

 ldso/ldso/arm/elfinterp.c    | 6 +++---
 ldso/ldso/fdpic/dl-inlines.h | 4 ++--
 ldso/ldso/fdpic/dl-sysdep.h  | 2 +-
 libiconv/iconv.c             | 8 ++++++--
 4 files changed, 12 insertions(+), 8 deletions(-)

Comments

Waldemar Brodkorb May 9, 2024, 9:32 a.m. UTC | #1
Hi Max,
Max Filippov wrote,

> Hello,
> 
> this series fixes a few type mismatches that have become errors when
> building with gcc-14.
> 
> Max Filippov (3):
>   iconv: fix type mismatches
>   ldso: FDPIC: fix type mismatches
>   ldso: arm: fix build with gcc-14
> 
Thanks. Patch series applied and pushed.
 best regards
  Waldemar