On Feb 18, 2008 8:39 PM, chromatic <[EMAIL PROTECTED]> wrote:
> On Friday 15 February 2008 11:35:04 Will Coleda wrote:
>
> > According to http://gcc.gnu.org/onlinedocs/index.html#DIR, looks like
> > as of gcc 4.2.3 (but not 4.1.2), we can use the following option to
> > gcc:
> >
> > -Werror=declara
On Friday 15 February 2008 11:35:04 Will Coleda wrote:
> According to http://gcc.gnu.org/onlinedocs/index.html#DIR, looks like
> as of gcc 4.2.3 (but not 4.1.2), we can use the following option to
> gcc:
>
> -Werror=declaration-after-statement
>
> To help enforce our C89 compliance by causing this