[PATCH 0/3] Fix compile errors with GCC 15
Sebastian Huber <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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