Re: GDB 8.1 build error
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/02/2018 10:41 AM, Pedro Alves wrote: > So seems like we could handle this my making --disable-build-warnings > use "-Wno-error -w" instead of just "-w". But I'd suggest checking with > clang and/or gcc folks to confirm the difference is intentional too. A gcc maintainer told me that gcc has behaved like this since forever. So it could be that the difference in clang may be unintentional. Thanks, Pedro Alves