Re: Why pedantic?
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 08/25/2015 02:17 PM, [email protected] wrote: > >> On Aug 25, 2015, at 9:05 AM, Andreas Schwab <[email protected]> wrote: >> >> <[email protected]> writes: >> >>> The problem is that the libiberty build, as is typical, uses header files from the host, and there is no reason to assume that all those headers on every supported host OS are pedantic-safe. >> >> GCC suppresses warnings in system headers by default. > > For cross-builds? Not in the ones we do. Is there some command line switch that needs to be passed to tell gcc that a particular include directory is for "system headers" and to apply that rule? -isystem instead of -I. Thanks, Pedro Alves