Subject: | warnings in tests with perl 5.8.8 |
Trying to build latest dev release 2.20_03. I do not get these warnings
when I `make test` in debian using perl 5.10.0.
hedges@anubis:~/lame/ExtUtils-ParseXS-2.20_03$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t .. ok
t/bugs.t ... 1/4 cc1plus: warning: command line option
"-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
t/bugs.t ... ok
t/usage.t .. 1/24 XSUsage.c: In function ‘XS_XSUsage_two’:
XSUsage.c:95: warning: unused variable ‘ix’
XSUsage.c: In function ‘XS_XSUsage_four’:
XSUsage.c:138: warning: unused variable ‘items’
t/usage.t .. ok
All tests successful.
Files=3, Tests=38, 3 wallclock secs ( 0.06 usr 0.01 sys + 1.99 cusr
0.26 csys = 2.32 CPU)
Result: PASS