Codebase list libparams-validate-perl / 982ae57
Only set extra warning flags under TRAVIS Dave Rolsky 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313 my $args = $self->$orig(@_);
1414
1515 $args->{c_source} = 'c';
16 if ( $ENV{AUTHOR_TESTING} || $ENV{TRAVIS} ) {
16 if ( $ENV{TRAVIS} ) {
1717
1818 # The declaration-after-statement warning is for constructs that break
1919 # old versions of MSVC.