On 02/06/13 07:31, Eric Blake wrote:
> Since then, we have started using gcc pragmas to push and pop warnings,
> maybe we could exploit that to at least allow you to still use the
> warning category elsewhere

By "elsewhere" I assume you mean "code that doesn't include intprops.h"?
Or do you mean "code that is outside of calls to intprops.h macros"?
The former we could do, but it wouldn't involve pushing and popping,
it'd involve disabling the warning.  The latter I don't think is
doable, even with push and pop, because in practice the pragma's actions
are not that fine-grained.


Reply via email to