On Wed, 4 Dec 2013, Marek Polacek wrote:

> I can, the question is whether we want that.  Anyway, this is version
> which looks for the gnu_inline attribute.

If anything, I'd think it should apply to all inline functions.  The point 
of this warning is that non-static functions should be declared in header 
files, separate from their definition outside a header file, and inline 
functions in general are expected to be defined directly in a header file, 
so making a separate declaration redundant.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to