[PATCH 0/3] Fix compile errors with GCC 15

Sebastian Huber sebastian.huber@embedded-brains.de
Sat May 17 16:39:21 GMT 2025


GCC 15 uses C23 by default and converted some warnings to errors.

Sebastian Huber (3):
  ftw: Fix incompatible pointer types error
  glob: Fix incompatible pointer types error
  glob: Fix old style function declarations warnings

 newlib/libc/posix/ftw.c  |  4 +-
 newlib/libc/posix/glob.c | 90 +++++++++++-----------------------------
 2 files changed, 27 insertions(+), 67 deletions(-)

-- 
2.43.0



More information about the Newlib mailing list