On Mon, Jul 14, 2014 at 8:44 AM, Jean-Philippe Ouellet < [email protected]> wrote:
> The C standard mandates that static be first. > > From ISO/IEC 9899:1999 and 9899:201x, > 6.11.5 - Storage-class specifiers: > The placement of a storage-class specifier other than at the > beginning of the declaration specifiers in a declaration is > an obsolescent feature. > > and -Wextra complains: > warning: 'static' is not at beginning of declaration > Yep; (revised) diff committed. Philip Guenther
