Re: [PATCH 0/3] Fix compile errors with GCC 15
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84u6NnouS29i_Cb76qqQjayVZdRBcahRLkSVeD+5J+WzSQ@mail.gmail.com> |
Patches pushed to main. Thanks. -- Jeff J. On Sat, May 17, 2025 at 12:40 PM Sebastian Huber < [email protected]> wrote: > 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 > >