Re: GDB 8.1 build error
Simon Marchi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2018-04-27 16:24, Pedro Alves wrote: > -Wnarrowing is on by default on gcc, and -w disables it. But it's a warning by default, not an error (like clang). I think that's the important distinction. Simon