bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using gnulib with -pedantic, I get many warnings about #include_next


From: Paolo Bonzini
Subject: Re: Using gnulib with -pedantic, I get many warnings about #include_next
Date: Mon, 25 Aug 2008 09:36:56 +0200
User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707)

> Reuben has chosen to set CPP_PEDANTIC to true, so in order to get rid of the
> warning, he needs to make  dir->origin == EXTENSION  evaluate to false.
> This means, specify the directory containing the built gnulib header files
> with '-isystem' instead of '-I'.

I could try implementing something like

#pragma GCC extension
#include_next <foo.h>

but don't hold your breath because I'm *sure* I'll miss the deadline of
August 31st for 4.4 features.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]