On 07/08/2012 05:12 PM, Reuben Thomas wrote: > surely gnulib should be treated as system > headers, and -Winline give no warnings. Is there a way to make this > happen?
With GCC you can use -isystem, rather than -I, to include the gnulib headers.
On 07/08/2012 05:12 PM, Reuben Thomas wrote: > surely gnulib should be treated as system > headers, and -Winline give no warnings. Is there a way to make this > happen?
With GCC you can use -isystem, rather than -I, to include the gnulib headers.