ExtUtils-ParseXS v3.44 Perl 5 v5.14.3 x86_64-linux-thread-multi-ld

Status
Pass
From
Nigel Horne
Dist
ExtUtils-ParseXS v3.44
Platform
Perl 5 v5.14.3 x86_64-linux-thread-multi-ld
Date
2022-01-07 15:51:49
ID
b9686152-6fd1-11ec-a15c-c93025e0e3ee
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 Sawyer X,

This is a computer-generated report for ExtUtils-ParseXS-3.44
on perl 5.14.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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin/perl5.14.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
compilet-ZJ6tT.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^
compilet-_gmJH.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1666:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, len, ...) ({ int __len__ = snprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: snprintf buffer overflow"); __len__; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1678:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, len, ...) ({ int __len__ = vsnprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: vsnprintf buffer overflow"); __len__; })
                                         ^
XSMore.c: In function ‘XS_XSMore_typemaptest1’:
XSMore.c:234:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:244:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:244:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:244:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:246:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_typemaptest2’:
XSMore.c:253:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:263:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:263:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:263:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:265:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_typemaptest3’:
XSMore.c:272:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:290:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:290:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:290:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:292:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_typemaptest6’:
XSMore.c:299:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:311:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:311:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:311:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:313:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_prototype_ssa’:
XSMore.c:320:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSMore.c:328:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSMore.c:328:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSMore.c: In function ‘XS_XSMore_attr_method’:
XSMore.c:335:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSMore.c:343:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSMore.c:343:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSMore.c: In function ‘XS_XSMore_return_1’:
XSMore.c:352:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
XSMore.c:353:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:364:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:364:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:364:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:374:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:374:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:374:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:376:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_arg_init’:
XSMore.c:383:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:394:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:394:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:394:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:396:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_myabs’:
XSMore.c:403:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:414:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:414:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:414:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:416:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_hook’:
XSMore.c:423:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSMore.c:449:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSMore.c:449:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSMore.c: In function ‘XS_XSMore_outlist’:
XSMore.c:456:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:464:13: note: in expansion of macro ‘EXTEND’
  XSprePUSH; EXTEND(SP,2);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:470:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(2);
     ^
XSMore.c: In function ‘XS_XSMore_outlist_bool’:
XSMore.c:477:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:489:13: note: in expansion of macro ‘EXTEND’
  XSprePUSH; EXTEND(SP,2);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:495:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(2);
     ^
XSMore.c: In function ‘XS_XSMore_outlist_int’:
XSMore.c:502:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:515:13: note: in expansion of macro ‘EXTEND’
  XSprePUSH; EXTEND(SP,2);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:516:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:516:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:516:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:520:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(2);
     ^
XSMore.c: In function ‘XS_XSMore_len’:
XSMore.c:527:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:541:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:541:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:541:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:543:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_sum’:
XSMore.c:553:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:567:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:567:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:567:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:569:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_include_ok’:
XSMore.c:585:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:595:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:595:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:595:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSMore.c:597:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSMore.c: In function ‘XS_XSMore_nil’:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSMore.c:610:4: note: in expansion of macro ‘XSRETURN_EMPTY’
    XSRETURN_EMPTY;
    ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSMore.c:610:4: note: in expansion of macro ‘XSRETURN_EMPTY’
    XSRETURN_EMPTY;
    ^
XSMore.c: In function ‘boot_XSMore’:
XSMore.c:620:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSMore.c:661:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = RET_1;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSMore.c:663:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = RET_2;
         ^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^
XSMore.c:693:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^
XSMore.c:693:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1666:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, len, ...) ({ int __len__ = snprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: snprintf buffer overflow"); __len__; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1678:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, len, ...) ({ int __len__ = vsnprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: vsnprintf buffer overflow"); __len__; })
                                         ^
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/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:188:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:188:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:188:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSTest.c:190:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSTest.c: In function ‘XS_XSTest_something’:
XSTest.c:197:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSTest.c:206:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSTest.c:206:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSTest.c: In function ‘XS_XSTest_something2’:
XSTest.c:213:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSTest.c:222:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSTest.c:222:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSTest.c: In function ‘XS_XSTest_something3’:
XSTest.c:229:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:294: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/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:294: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:258:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
XSTest.c:259:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:274:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:274:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:274:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSTest.c:276:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSTest.c: In function ‘XS_XSTest_T_BOOL’:
XSTest.c:283:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:3442:0,
                 from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
XSTest.c:287:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(0))
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
XSTest.c:287:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(0))
                  ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSTest.c:295:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSTest.c: In function ‘XS_XSTest_T_BOOL_2’:
XSTest.c:302:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:3442:0,
                 from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
XSTest.c:306:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(0))
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
XSTest.c:306:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(0))
                  ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
XSTest.c:313:2: note: in expansion of macro ‘SvSETMAGIC’
  SvSETMAGIC(ST(0));
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSTest.c:315:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSTest.c: In function ‘XS_XSTest_T_BOOL_OUT’:
XSTest.c:322:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:3442:0,
                 from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
XSTest.c:326:19: note: in expansion of macro ‘SvTRUE’
  bool out = (bool)SvTRUE(ST(0))
                   ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
XSTest.c:326:19: note: in expansion of macro ‘SvTRUE’
  bool out = (bool)SvTRUE(ST(0))
                   ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1660:7: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
  ?   (({XPV *nxpv = (XPV*)SvANY(sv);   \
       ^
XSTest.c:328:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(1))
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1670:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   ? SvNVX(sv) != 0.0    \
               ^
XSTest.c:328:18: note: in expansion of macro ‘SvTRUE’
  bool in = (bool)SvTRUE(ST(1))
                  ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
XSTest.c:334:2: note: in expansion of macro ‘SvSETMAGIC’
  SvSETMAGIC(ST(0));
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
XSTest.c:336:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:295:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
XSTest.c:336:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
XSTest.c: In function ‘boot_XSTest’:
XSTest.c:346:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSTest.c:372:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSTest.c:374:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 3;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSTest.c:376:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 2;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSTest.c:378:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^
XSTest.c:387:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^
XSTest.c:387:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
t/001-basic.t ............................ ok
t/002-more.t ............................. ok
t/101-standard_typemap_locations.t ....... ok
t/102-trim_whitespace.t .................. ok
compilet-N3K7D.c:1:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
 int boot_compilet() { return 1; }
     ^
t/103-tidy_type.t ........................ ok
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1666:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, len, ...) ({ int __len__ = snprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: snprintf buffer overflow"); __len__; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:1678:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, len, ...) ({ int __len__ = vsnprintf(buffer, len, __VA_ARGS__); if ((len) > 0 && (Size_t)__len__ >= (len)) Perl_croak_nocontext("panic: vsnprintf buffer overflow"); __len__; })
                                         ^
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/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:193:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:193:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:193:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:195:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘XS_XSUsage_two’:
XSUsage.c:202:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:156:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
XSUsage.c:203:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:215:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:215:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:215:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:217:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘XS_XSUsage_interface_v_i’:
XSUsage.c:224:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
XSUsage.c:225:5: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
     dXSFUNCTION(int);
     ^
In file included from XSUsage.xs:3:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:166:69: note: in definition of macro ‘XSINTERFACE_FUNC’
 #define XSINTERFACE_FUNC(ret,cv,f)     ((XSINTERFACE_CVT_ANON(ret))(f))
                                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSUsage.c:231:42: note: in expansion of macro ‘XSANY’
     XSFUNCTION = XSINTERFACE_FUNC(int,cv,XSANY.any_dptr);
                                          ^
XSUsage.c:231: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/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:235:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:235:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:235:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:237:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘XS_XSUsage_four’:
XSUsage.c:244:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:253:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:253:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:253:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:255:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘XS_XSUsage_five’:
XSUsage.c:262:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:273:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:273:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:273:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:275:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘XS_XSUsage_six’:
XSUsage.c:282:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/sv.h:1938:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:299:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:299:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/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:299:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
XSUsage.c:301:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
XSUsage.c: In function ‘boot_XSUsage’:
XSUsage.c:311:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^
XSUsage.c:333:14: warning: declaration of ‘cv’ shadows a parameter [-Wshadow]
         CV * cv;
              ^
XSUsage.c:87:53: warning: shadowed declaration is here [-Wshadow]
 #      define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
                                                     ^
XSUsage.c:308:1: note: in expansion of macro ‘XS_EXTERNAL’
 XS_EXTERNAL(boot_XSUsage)
 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:2464:0,
                 from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSUsage.c:337:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 2;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSUsage.c:339:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:154:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
XSUsage.c:341:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/cv.h:44:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:168:3: note: in expansion of macro ‘CvXSUBANY’
   CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
   ^
XSUsage.c:343:9: note: in expansion of macro ‘XSINTERFACE_FUNC_SET’
         XSINTERFACE_FUNC_SET(cv,xsusage_three);
         ^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:182:31: warning: declaration of ‘my_perl’ shadows a parameter [-Wshadow]
 #  define pTHX  register tTHX my_perl PERL_UNUSED_DECL
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:194:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:168:40: note: in expansion of macro ‘pTHX_’
   CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
                                        ^
XSUsage.c:343:9: note: in expansion of macro ‘XSINTERFACE_FUNC_SET’
         XSINTERFACE_FUNC_SET(cv,xsusage_three);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:182:31: warning: shadowed declaration is here [-Wshadow]
 #  define pTHX  register tTHX my_perl PERL_UNUSED_DECL
                               ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:194:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^
XSUsage.c:87:43: note: in expansion of macro ‘pTHX_’
 #      define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
                                           ^
XSUsage.c:308:1: note: in expansion of macro ‘XS_EXTERNAL’
 XS_EXTERNAL(boot_XSUsage)
 ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:281:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^
XSUsage.c:353:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/perl.h:479:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld/CORE/XSUB.h:293:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^
XSUsage.c:353:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^
t/104-map_type.t ......................... ok
t/003-usage.t ............................ ok
t/105-valid_proto_string.t ............... ok
t/106-process_typemaps.t ................. ok
t/108-map_type.t ......................... ok
t/109-standard_XS_defs.t ................. ok
t/110-assign_func_args.t ................. ok
t/111-analyze_preprocessor_statements.t .. ok
t/112-set_cond.t ......................... ok
t/113-check_cond_preproc_statements.t .... ok
t/114-blurt_death_Warn.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=268,  7 wallclock secs ( 0.09 usr  0.01 sys +  3.03 cusr  0.40 csys =  3.53 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Carp                0    1.50    
    Cwd                 0    3.36    
    DynaLoader          0    1.13    
    Exporter            5.57 5.74    
    ExtUtils::CBuilder  0    0.280203
    ExtUtils::MakeMaker 6.46 7.42    
    File::Basename      0    2.82    
    File::Spec          0    3.33    
    Symbol              0    1.07    
    Test::More          0.47 1.302186

build_requires:

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

configure_requires:

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


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    HARNESS_OPTIONS = j2:c
    LANG = en_US.UTF-8
    PATH = /home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin:/home/opc/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/home/opc/.local/bin:/home/opc/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 13303
    PERL5_CPAN_IS_RUNNING = 13303
    PERLBREW_HOME = /home/opc/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/man
    PERLBREW_PATH = /home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin
    PERLBREW_PERL = perl-5.14.3-thread-multi-ld-64all
    PERLBREW_ROOT = /home/opc/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.92
    PERLBREW_VERSION = 0.92
    PERL_LOCAL_LIB_ROOT = 
    SHELL = /bin/bash

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

    $^X = /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin/perl5.14.3
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 10 190 1000
    $EGID = 1000 4 10 190 1000

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9600_01
    CPAN::Meta          2.143240 
    Cwd                 3.36     
    ExtUtils::CBuilder  0.280203 
    ExtUtils::Command   7.42     
    ExtUtils::Install   2.06     
    ExtUtils::MakeMaker 7.42     
    ExtUtils::Manifest  1.70     
    ExtUtils::ParseXS   2.2210   
    File::Spec          3.33     
    JSON                4.02     
    JSON::PP            4.04     
    Module::Build       0.3800   
    Module::Signature   n/a      
    Parse::CPAN::Meta   1.4414   
    Test::Harness       3.42     
    Test::More          1.302186 
    YAML                1.30     
    YAML::Syck          n/a      
    version             0.88     


--

Summary of my perl5 (revision 5 version 14 subversion 3) configuration:
   
  Platform:
    osname=linux, osvers=4.14.35-1902.7.3.el7uek.x86_64, archname=x86_64-linux-thread-multi-ld
    uname='linux instance-20191218-1736 4.14.35-1902.7.3.el7uek.x86_64 #2 smp thu oct 31 10:06:41 pdt 2019 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all -Dusedevel -Duse64bitall -Dusethreads -Duselongdouble -Dusemultiplicity -Accflags=-O2 -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -Aeval:scriptdir=/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -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 -ftree-vectorize -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.8.5 20150623 (Red Hat 4.8.5-39.0.3)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LONG_DOUBLE USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.80
  Built under linux
  Compiled at Dec 22 2019 09:00:56
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="13303"
    PERL5_CPAN_IS_RUNNING="13303"
    PERLBREW_HOME="/home/opc/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/man"
    PERLBREW_PATH="/home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/bin"
    PERLBREW_PERL="perl-5.14.3-thread-multi-ld-64all"
    PERLBREW_ROOT="/home/opc/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.92"
    PERLBREW_VERSION="0.92"
    PERL_LOCAL_LIB_ROOT=""
  @INC:
    /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/site_perl/5.14.3/x86_64-linux-thread-multi-ld
    /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/site_perl/5.14.3
    /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3/x86_64-linux-thread-multi-ld
    /home/opc/perl5/perlbrew/perls/perl-5.14.3-thread-multi-ld-64all/lib/5.14.3
    .