Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ExtUtils-ParseXS CPAN distribution.

Report information
The Basics
Id: 48301
Status: resolved
Priority: 0/
Queue: ExtUtils-ParseXS

People
Owner: Nobody in particular
Requestors: MARKLE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 2.20_03
Fixed in: (no value)



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
I am running ubuntu's perl 5.10.1 and I can't reproduce the warnings with the most recent ExtUtils::ParseXS releases (>= version 3). Thus marking the ticket as resolved. --Steffen