ExtUtils-ParseXS v3.35 Perl 5 v5.12.3 armv6l-linux-thread-multi
- Status
- Pass
- From
- Nigel Horne
- Dist
-
ExtUtils-ParseXS v3.35
- Platform
- Perl 5 v5.12.3 armv6l-linux-thread-multi
- Date
- 2018-02-05 16:57:16
- ID
- 9e7cd29c-0a95-11e8-af2b-acaf1d79aee4
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Steffen Mueller,
This is a computer-generated report for ExtUtils-ParseXS-3.35
on perl 5.12.3, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.12.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/101-standard_typemap_locations.t ....... ok
t/102-trim_whitespace.t .................. ok
compilet-oqZF_.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^~~~~~~~~~~~~
compilet-Hpbcc.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^~~~~~~~~~~~~
compilet-LMX0K.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^~~~~~~~~~~~~
t/103-tidy_type.t ........................ ok
t/104-map_type.t ......................... ok
XSTest.xs:6:1: warning: no previous prototype for âÂÂxstest_somethingâ [-Wmissing-prototypes]
xstest_something (char * some_thing)
^~~~~~~~~~~~~~~~
XSTest.xs:12:1: warning: no previous prototype for âÂÂxstest_something2â [-Wmissing-prototypes]
xstest_something2 (char * some_thing)
^~~~~~~~~~~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_is_evenâÂÂ:
XSTest.c:176:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSTest.c:187:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSTest.c:187:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSTest.c:187:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSTest.c:189:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_somethingâÂÂ:
XSTest.c:196:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSTest.c:205:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSTest.c:205:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_something2âÂÂ:
XSTest.c:212:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSTest.c:221:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSTest.c:221:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_something3âÂÂ:
XSTest.c:228:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:291:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~
XSTest.xs:51:2: note: in expansion of macro âÂÂXSRETURN_UNDEFâÂÂ
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:291:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
XSTest.xs:51:2: note: in expansion of macro âÂÂXSRETURN_UNDEFâÂÂ
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_constsâÂÂ:
XSTest.c:257:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:155:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^~~~~
XSTest.c:258:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^~~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSTest.c:272:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSTest.c:272:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSTest.c:272:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSTest.c:274:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_T_BOOLâÂÂ:
XSTest.c:281:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1627:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
XSTest.c:285:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(0))
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1637:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^
XSTest.c:285:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(0))
^~~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSTest.c:293:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_T_BOOL_2âÂÂ:
XSTest.c:300:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1627:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
XSTest.c:304:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(0))
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1637:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^
XSTest.c:304:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(0))
^~~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
XSTest.c:310:2: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
SvSETMAGIC(ST(0));
^~~~~~~~~~
XSTest.c:306:7: warning: unused variable âÂÂRETVALâ [-Wunused-variable]
bool RETVAL;
^~~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSTest.c:312:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSTest.c: In function âÂÂXS_XSTest_T_BOOL_OUTâÂÂ:
XSTest.c:319:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1627:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
XSTest.c:323:19: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool out = (bool)SvTRUE(ST(0))
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1637:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^
XSTest.c:323:19: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool out = (bool)SvTRUE(ST(0))
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1627:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
? (({XPV *nxpv = (XPV*)SvANY(sv); \
^
XSTest.c:325:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(1))
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1637:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
? SvNVX(sv) != 0.0 \
^
XSTest.c:325:18: note: in expansion of macro âÂÂSvTRUEâÂÂ
bool in = (bool)SvTRUE(ST(1))
^~~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
XSTest.c:331:2: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
SvSETMAGIC(ST(0));
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSTest.c:333:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSTest.c:333:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSTest.c: In function âÂÂboot_XSTestâÂÂ:
XSTest.c:343:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSTest.c:369:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 1;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSTest.c:371:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 3;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSTest.c:373:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 2;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSTest.c:375:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 0;
^~~~~
In file included from XSTest.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
XSTest.c:384:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
XSTest.c:384:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_typemaptest1âÂÂ:
XSMore.c:204:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:213:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:213:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:213:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:215:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_typemaptest2âÂÂ:
XSMore.c:222:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:231:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:231:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:231:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:233:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_typemaptest3âÂÂ:
XSMore.c:240:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:257:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:257:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:257:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:259:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_typemaptest6âÂÂ:
XSMore.c:266:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:277:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:277:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:277:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:279:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_prototype_ssaâÂÂ:
XSMore.c:286:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSMore.c:294:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSMore.c:294:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_attr_methodâÂÂ:
XSMore.c:301:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSMore.c:309:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSMore.c:309:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_return_1âÂÂ:
XSMore.c:318:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSMore.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:155:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^~~~~
XSMore.c:319:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^~~~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:329:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:329:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:329:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:338:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:338:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:338:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:340:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_arg_initâÂÂ:
XSMore.c:347:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:357:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:357:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:357:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:359:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_myabsâÂÂ:
XSMore.c:366:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:375:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:375:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:375:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:377:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_hookâÂÂ:
XSMore.c:384:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSMore.c:410:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSMore.c:410:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_outlistâÂÂ:
XSMore.c:417:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:280:21: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define EXTEND(p,n) STMT_START { if (PL_stack_max - p < (int)(n)) { \
^~~~~~~~~~
XSMore.c:425:13: note: in expansion of macro âÂÂEXTENDâÂÂ
XSprePUSH; EXTEND(SP,2);
^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:431:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(2);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_lenâÂÂ:
XSMore.c:438:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:451:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:451:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:451:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:453:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_sumâÂÂ:
XSMore.c:463:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:476:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:476:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:476:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:478:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_include_okâÂÂ:
XSMore.c:494:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:503:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSMore.c:503:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSMore.c:503:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSMore.c:505:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSMore.c: In function âÂÂXS_XSMore_nilâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
XSMore.c:517:4: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
XSMore.c:517:4: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
In file included from XSMore.xs:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:136:20: warning: unused variable âÂÂitemsâ [-Wunused-variable]
#define dITEMS I32 items = (I32)(SP - MARK)
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:144:16: note: in expansion of macro âÂÂdITEMSâÂÂ
dSP; dAXMARK; dITEMS
^~~~~~
XSMore.c:516:4: note: in expansion of macro âÂÂdXSARGSâÂÂ
dXSARGS;
^~~~~~~
XSMore.c: In function âÂÂboot_XSMoreâÂÂ:
XSMore.c:527:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSMore.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSMore.c:568:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = RET_1;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSMore.c:570:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = RET_2;
^~~~~
In file included from XSMore.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
XSMore.c:598:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
XSMore.c:598:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
t/105-valid_proto_string.t ............... ok
t/001-basic.t ............................ ok
XSUsage.xs:19:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_one() { return 1; }
^~~~~~~~~~~
XSUsage.xs:20:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_two() { return 2; }
^~~~~~~~~~~
XSUsage.xs:21:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_three() { return 3; }
^~~~~~~~~~~~~
XSUsage.xs:22:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_four() { return 4; }
^~~~~~~~~~~~
XSUsage.xs:23:5: warning: no previous prototype for âÂÂxsusage_fiveâ [-Wmissing-prototypes]
int xsusage_five(int i) { PERL_UNUSED_ARG(i); return 5; }
^~~~~~~~~~~~
XSUsage.xs:24:5: warning: no previous prototype for âÂÂxsusage_sixâ [-Wmissing-prototypes]
int xsusage_six(int i) { PERL_UNUSED_ARG(i); return 6; }
^~~~~~~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_oneâÂÂ:
XSUsage.c:184:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:192:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:192:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:192:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:194:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_twoâÂÂ:
XSUsage.c:201:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSUsage.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:155:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^~~~~
XSUsage.c:202:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^~~~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:210:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:210:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:210:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:212:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
In file included from XSUsage.xs:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:155:20: warning: unused variable âÂÂixâ [-Wunused-variable]
#define dXSI32 I32 ix = XSANY.any_i32
^
XSUsage.c:202:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_interface_v_iâÂÂ:
XSUsage.c:219:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
XSUsage.c:220:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
dXSFUNCTION(int);
^~~~~~~~~~~
In file included from XSUsage.xs:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:165:69: note: in definition of macro âÂÂXSINTERFACE_FUNCâÂÂ
#define XSINTERFACE_FUNC(ret,cv,f) ((XSINTERFACE_CVT_ANON(ret))(f))
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSUsage.c:226:42: note: in expansion of macro âÂÂXSANYâÂÂ
XSFUNCTION = XSINTERFACE_FUNC(int,cv,XSANY.any_dptr);
^~~~~
XSUsage.c:226:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
XSFUNCTION = XSINTERFACE_FUNC(int,cv,XSANY.any_dptr);
^~~~~~~~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:229:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:229:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:229:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:231:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_fourâÂÂ:
XSUsage.c:238:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:245:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:245:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:245:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:247:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
In file included from XSUsage.xs:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:136:20: warning: unused variable âÂÂitemsâ [-Wunused-variable]
#define dITEMS I32 items = (I32)(SP - MARK)
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:144:16: note: in expansion of macro âÂÂdITEMSâÂÂ
dSP; dAXMARK; dITEMS
^~~~~~
XSUsage.c:238:11: note: in expansion of macro âÂÂdXSARGSâÂÂ
dVAR; dXSARGS;
^~~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_fiveâÂÂ:
XSUsage.c:254:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:264:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:264:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:264:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:266:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSUsage.c: In function âÂÂXS_XSUsage_sixâÂÂ:
XSUsage.c:273:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/sv.h:1864:23: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:289:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:56: note: in expansion of macro âÂÂPUSHTARGâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~
XSUsage.c:289:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/pp.h:295:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
^~~~~~~~~~
XSUsage.c:289:13: note: in expansion of macro âÂÂPUSHiâÂÂ
XSprePUSH; PUSHi((IV)RETVAL);
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
XSUsage.c:291:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^~~~~~~~
XSUsage.c: In function âÂÂboot_XSUsageâÂÂ:
XSUsage.c:301:5: warning: nested extern declaration of âÂÂPerl___notusedâ [-Wnested-externs]
dVAR; dXSARGS;
^~~~
XSUsage.c:323:14: warning: declaration of âÂÂcvâ shadows a parameter [-Wshadow]
CV * cv;
^~
XSUsage.c:87:53: note: shadowed declaration is here
# define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
^
XSUsage.c:298:1: note: in expansion of macro âÂÂXS_EXTERNALâÂÂ
XS_EXTERNAL(boot_XSUsage)
^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
from XSUsage.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSUsage.c:327:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 2;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSUsage.c:329:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 0;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:153:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^~~~~~~~~
XSUsage.c:331:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 1;
^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/cv.h:43:32: note: in expansion of macro âÂÂMUTABLE_PTRâÂÂ
#define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:167:3: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
^~~~~~~~~
XSUsage.c:333:9: note: in expansion of macro âÂÂXSINTERFACE_FUNC_SETâÂÂ
XSINTERFACE_FUNC_SET(cv,xsusage_three);
^~~~~~~~~~~~~~~~~~~~
In file included from XSUsage.xs:2:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:170:31: warning: declaration of âÂÂmy_perlâ shadows a parameter [-Wshadow]
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:182:18: note: in expansion of macro âÂÂpTHXâÂÂ
# define pTHX_ pTHX,
^~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:167:40: note: in expansion of macro âÂÂpTHX_âÂÂ
CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
^~~~~
XSUsage.c:333:9: note: in expansion of macro âÂÂXSINTERFACE_FUNC_SETâÂÂ
XSINTERFACE_FUNC_SET(cv,xsusage_three);
^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:170:31: note: shadowed declaration is here
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:182:18: note: in expansion of macro âÂÂpTHXâÂÂ
# define pTHX_ pTHX,
^~~~
XSUsage.c:87:43: note: in expansion of macro âÂÂpTHX_âÂÂ
# define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
^~~~~
XSUsage.c:298:1: note: in expansion of macro âÂÂXS_EXTERNALâÂÂ
XS_EXTERNAL(boot_XSUsage)
^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~
XSUsage.c:343:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_YES STMT_START { XST_mYES(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
XSUsage.c:343:5: note: in expansion of macro âÂÂXSRETURN_YESâÂÂ
XSRETURN_YES;
^~~~~~~~~~~~
t/003-usage.t ............................ ok
t/002-more.t ............................. ok
t/108-map_type.t ......................... ok
t/109-standard_XS_defs.t ................. ok
t/106-process_typemaps.t ................. ok
t/110-assign_func_args.t ................. ok
t/111-analyze_preprocessor_statements.t .. ok
t/112-set_cond.t ......................... ok
t/114-blurt_death_Warn.t ................. ok
t/113-check_cond_preproc_statements.t .... ok
t/501-t-compile.t ........................ ok
t/510-t-bare.t ........................... ok
t/115-avoid-noise.t ...................... ok
t/511-t-whitespace.t ..................... ok
t/512-t-file.t ........................... ok
t/513-t-merge.t .......................... ok
t/514-t-embed.t .......................... ok
t/515-t-cmd.t ............................ ok
t/516-t-clone.t .......................... ok
t/517-t-targetable.t ..................... ok
t/600-t-compat.t ......................... ok
All tests successful.
Files=27, Tests=264, 16 wallclock secs ( 1.01 usr 0.12 sys + 39.43 cusr 3.16 csys = 43.72 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Carp 0 1.26
Cwd 0 3.47
DynaLoader 0 1.10
Exporter 5.57 5.72
ExtUtils::CBuilder 0 0.280216
ExtUtils::MakeMaker 6.46 7.30
File::Basename 0 2.78
File::Spec 0 3.47
Symbol 0 1.07
Test::More 0.47 1.302121
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.30
configure_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 6.46 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_GB.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.3/bin:src/njh/smoker/bin:/usr/bin:/bin
PERL5LIB = /home/njh/.cpan/build/Gearman-2.004.0013-0/blib/arch:/home/njh/.cpan/build/Gearman-2.004.0013-0/blib/lib:/home/njh/.cpan/build/Test-Timer-2.09-0/blib/arch:/home/njh/.cpan/build/Test-Timer-2.09-0/blib/lib:/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/arch:/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/lib:/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/arch:/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/lib:/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/arch:/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/lib:/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/arch:/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/lib:/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/arch:/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/lib:/home/njh/.cpan/build/Test-TCP-2.19-0/blib/arch:/home/njh/.cpan/build/Test-TCP-2.19-0/blib/lib:/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/arch:/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/lib:/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/arch:/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 31019
PERL5_CPAN_IS_RUNNING = 31019
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.12.3/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.3/bin
PERLBREW_PERL = perl-5.12.3
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.80
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/njh/perl5/perlbrew/perls/perl-5.12.3/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
$EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150005
Cwd 3.47
ExtUtils::CBuilder 0.280216
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.18
File::Spec 3.47
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4214
Module::Signature 0.70
Parse::CPAN::Meta 1.4422
Test::Harness 3.36
Test::More 1.302121
YAML 1.24
YAML::Syck 1.30
version 0.9912
--
Summary of my perl5 (revision 5 version 12 subversion 3) configuration:
Platform:
osname=linux, osvers=3.2.27+, archname=armv6l-linux-thread-multi
uname='linux pi 3.2.27+ #250 preempt thu oct 18 19:03:02 bst 2012 armv6l gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.12.3 -Duseithreads -Dusemultiplicity -Accflags=-Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.12.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under linux
Compiled at Feb 4 2013 08:35:09
%ENV:
PERL5LIB="/home/njh/.cpan/build/Gearman-2.004.0013-0/blib/arch:/home/njh/.cpan/build/Gearman-2.004.0013-0/blib/lib:/home/njh/.cpan/build/Test-Timer-2.09-0/blib/arch:/home/njh/.cpan/build/Test-Timer-2.09-0/blib/lib:/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/arch:/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/lib:/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/arch:/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/lib:/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/arch:/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/lib:/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/arch:/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/lib:/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/arch:/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/lib:/home/njh/.cpan/build/Test-TCP-2.19-0/blib/arch:/home/njh/.cpan/build/Test-TCP-2.19-0/blib/lib:/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/arch:/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/lib:/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/arch:/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="31019"
PERL5_CPAN_IS_RUNNING="31019"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.12.3/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.3/bin"
PERLBREW_PERL="perl-5.12.3"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
@INC:
/home/njh/.cpan/build/Gearman-2.004.0013-0/blib/arch
/home/njh/.cpan/build/Gearman-2.004.0013-0/blib/lib
/home/njh/.cpan/build/Test-Timer-2.09-0/blib/arch
/home/njh/.cpan/build/Test-Timer-2.09-0/blib/lib
/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/arch
/home/njh/.cpan/build/Test-Simple-1.302121-3/blib/lib
/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/arch
/home/njh/.cpan/build/Pod-Coverage-TrustPod-0.100003-1/blib/lib
/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/arch
/home/njh/.cpan/build/Pod-Eventual-0.094001-1/blib/lib
/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/arch
/home/njh/.cpan/build/Mixin-Linewise-0.108-0/blib/lib
/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/arch
/home/njh/.cpan/build/PerlIO-utf8_strict-0.007-0/blib/lib
/home/njh/.cpan/build/Test-TCP-2.19-0/blib/arch
/home/njh/.cpan/build/Test-TCP-2.19-0/blib/lib
/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/arch
/home/njh/.cpan/build/Proc-Guard-0.07-0/blib/lib
/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/arch
/home/njh/.cpan/build/Class-Accessor-Lite-0.08-0/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/site_perl/5.12.3
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3/armv6l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.12.3/lib/5.12.3
.