Re: [PATCH] Fix compatibility with GCC 15
Jeff Johnston <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAOox84t+EwkzhENkgCG-tuK+Oe72j-om3RfzHXbr+HxWEhQ9mQ@mail.gmail.com> |
Patch applied. Thanks. -- Jeff J. On Tue, Dec 3, 2024 at 6:19 AM Radek Barton <[email protected]> wrote: > GCC 15 enables `-std=gnu23` by default which breaks build of `newlib` and > `winsup` on old-style C function declarations. This patch changes the > declarations to ANSI style.