This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable -Werror=declaration-after-statement.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 18 Jun 2014 13:04:24 +0000 (09:04 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 18 Jun 2014 18:14:28 +0000 (14:14 -0400)
commitd2d4920436bb51d6c73fd2bcc6e942f68f22269d
treeb19ec139bd1534bce3746e0a22aa6d58d74d86d7
parentea14a82db6693ddbf3ec60c43dba5225e888c876
Enable -Werror=declaration-after-statement.

For C89 compliancy, this is the most common thinko people make.
While waiting for -pedantic -std=c89, which will catch the same.
cflags.SH