Report for ExtUtils-ParseXS-3.35

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: PASS ExtUtils-ParseXS-3.35 v5.16.3 GNU/Linux
Date: 2017-07-31T17:44:41Z

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.16.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.16.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
t/103-tidy_type.t ........................ ok
compilet-fpi0P.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^~~~~~~~~~~~~
compilet-CA8a6.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^~~~~~~~~~~~~
compilet-q4KJ2.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^~~~~~~~~~~~~
t/104-map_type.t ......................... ok
t/105-valid_proto_string.t ............... ok
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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSMore.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:183: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:164:20: warning: unused variable ‘items’ [-Wunused-variable]
 #define dITEMS I32 items = (I32)(SP - MARK)
                    ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:172: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSMore.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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/106-process_typemaps.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:321: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:321: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:183: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:3436:0,
                 from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1672: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1682: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:3436:0,
                 from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1672: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1682: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:3436:0,
                 from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1672: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1682: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1672: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1682: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:322: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSTest.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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;
     ^~~~~~~~~~~~
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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSUsage.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:183: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:183: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:193: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:164:20: warning: unused variable ‘items’ [-Wunused-variable]
 #define dITEMS I32 items = (I32)(SP - MARK)
                    ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:172: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/sv.h:1957: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.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308: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;
              ^~
In file included from XSUsage.xs:3:0:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:141:51: 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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:2460:0,
                 from XSUsage.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:181: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.16.3/lib/5.16.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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/cv.h:52: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:195: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:182: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:194:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:195: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:182:31: note: shadowed declaration is here
 #  define pTHX  register tTHX my_perl PERL_UNUSED_DECL
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:194:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:141:41: 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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/perl.h:480:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi/CORE/XSUB.h:320: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/001-basic.t ............................ ok
t/110-assign_func_args.t ................. ok
t/109-standard_XS_defs.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/115-avoid-noise.t ...................... ok
t/511-t-whitespace.t ..................... ok
t/510-t-bare.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, 10 wallclock secs ( 0.74 usr  0.13 sys + 29.33 cusr  2.15 csys = 32.35 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Carp                0    1.26    
    Cwd                 0    3.47    
    DynaLoader          0    1.14    
    Exporter            5.57 5.68    
    ExtUtils::CBuilder  0    0.280216
    ExtUtils::MakeMaker 6.46 7.18    
    File::Basename      0    2.84    
    File::Spec          0    3.47    
    Symbol              0    1.07    
    Test::More          0.47 1.302078

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 0    7.18    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 6.46 7.18    


------------------------------
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.16.3/bin:/home/njh/perl5/perlbrew/bin:/usr/bin:/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3333
    PERL5_CPAN_IS_RUNNING = 3333
    PERLBREW_BASHRC_VERSION = 0.74
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.16.3/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin
    PERLBREW_PERL = perl-5.16.3
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.74
    PERL_LOCAL_LIB_ROOT = 
    SHELL = /bin/sh

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.16.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.18    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 7.18    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4205  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.30    
    Test::More          1.302078
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
   
  Platform:
    osname=linux, osvers=3.6.11+, archname=armv6l-linux-thread-multi
    uname='linux pi 3.6.11+ #371 preempt thu feb 7 16:31:35 gmt 2013 armv6l gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.16.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 -march=armv6zk -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.16.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 -march=armv6zk -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -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 -march=armv6zk -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfpu=vfp -mfloat-abi=hard -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: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Mar 22 2013 09:22:45
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3333"
    PERL5_CPAN_IS_RUNNING="3333"
    PERLBREW_BASHRC_VERSION="0.74"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.16.3/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.16.3/bin"
    PERLBREW_PERL="perl-5.16.3"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.74"
    PERL_LOCAL_LIB_ROOT=""
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/site_perl/5.16.3
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.16.3/lib/5.16.3
    .