Convert-Binary-C v0.78 Perl 5 v5.18.2 x86_64-linux-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Convert-Binary-C v0.78
Platform
Perl 5 v5.18.2 x86_64-linux-thread-multi
Date
2018-11-15 17:17:34
ID
57928edc-e8fa-11e8-afbf-aec3b07506ca
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 Marcus Holland-Moritz,

This is a computer-generated report for Convert-Binary-C-0.78
on perl 5.18.2, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

Output from '/usr/bin/make -j2 -j2':

Running Mkbootstrap for C ()
chmod 644 "C.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/Convert-Binary-C-0.78-40/typemap'  C.xs > C.xsc
cp lib/Convert/Binary/C.pm blib/lib/Convert/Binary/C.pm
cp lib/Convert/Binary/C/Cached.pm blib/lib/Convert/Binary/C/Cached.pm
Compiling [cc -O2] ctlib/fileinfo.c
cc1: warning: -fassociative-math disabled; other options take precedence
Compiling [cc -O2] util/hash.c
cc1: warning: -fassociative-math disabled; other options take precedence
mv C.xsc C.c
Compiling [cc -O2] util/list.c
cc1: warning: -fassociative-math disabled; other options take precedence
util/list.c: In function ‘LL_get’:
util/list.c:627:20: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   pLink = GetLink( (LinkedList) list, item );
                    ^
Compiling [cc -O2] util/memalloc.c
cc1: warning: -fassociative-math disabled; other options take precedence
"/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/Convert/Binary/C/C.bs 644
"/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl" "-Iblib/arch" "-Iblib/lib" ctlib/arch.pl ctlib/arch.h
Compiling [cc -O2] C.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
Compiling [cc -O2] cbc/basic.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
C.xs: At top level:
C.xs:162:7: warning: no previous prototype for ‘CBC_malloc’ [-Wmissing-prototypes]
 void *CBC_malloc(size_t size)
       ^~~~~~~~~~
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
C.xs:169:7: warning: no previous prototype for ‘CBC_calloc’ [-Wmissing-prototypes]
 void *CBC_calloc(size_t count, size_t size)
       ^~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
C.xs:176:7: warning: no previous prototype for ‘CBC_realloc’ [-Wmissing-prototypes]
 void *CBC_realloc(void *p, size_t size)
       ^~~~~~~~~~~
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
C.xs:182:6: warning: no previous prototype for ‘CBC_free’ [-Wmissing-prototypes]
 void CBC_free(void *p)
      ^~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
C.xs: In function ‘ct_destroy’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
C.xs:213:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec((SV*)p);
   ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_new’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:452:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/cbc.xs:59:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_DESTROY’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:511:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
C.xs:80:53: warning: unused variable ‘method’ [-Wunused-variable]
 #define CBC_METHOD(name)         const char * const method PERL_UNUSED_DECL = #name
                                                     ^~~~~~
./xsubs/cbc.xs:75:5: note: in expansion of macro ‘CBC_METHOD’
     CBC_METHOD(DESTROY);
     ^~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.c:544:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.c:544:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_clone’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:557:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/clone.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/clone.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/clone.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/clone.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/clone.xs:36:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_clean’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:615:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/clean.xs:30:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
C.xs:80:53: warning: unused variable ‘method’ [-Wunused-variable]
 #define CBC_METHOD(name)         const char * const method PERL_UNUSED_DECL = #name
                                                     ^~~~~~
./xsubs/clean.xs:22:5: note: in expansion of macro ‘CBC_METHOD’
     CBC_METHOD(clean);
     ^~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.c:651:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.c:651:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_configure’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:664:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
./xsubs/configure.xs:29:7: note: in expansion of macro ‘WARN_VOID_CONTEXT’
       WARN_VOID_CONTEXT;
       ^~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/configure.xs:30:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/configure.xs:30:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/configure.xs:68:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:745:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_Include’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:758:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:183:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^~~~~
C.c:759:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
./xsubs/include.xs:54:7: note: in expansion of macro ‘WARN_VOID_CONTEXT’
       WARN_VOID_CONTEXT;
       ^~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/include.xs:55:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/include.xs:55:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/include.xs:87:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_parse’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:864:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
./xsubs/parse.xs:49:7: note: in expansion of macro ‘SvREFCNT_dec’
       SvREFCNT_dec(temp);
       ^~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/parse.xs:54:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
C.xs:80:53: warning: unused variable ‘method’ [-Wunused-variable]
 #define CBC_METHOD(name)         const char * const method PERL_UNUSED_DECL = #name
                                                     ^~~~~~
./xsubs/parse.xs:24:5: note: in expansion of macro ‘CBC_METHOD’
     CBC_METHOD(parse);
     ^~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.c:924:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.c:924:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_parse_file’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:931:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/parse.xs:81:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
C.xs:80:53: warning: unused variable ‘method’ [-Wunused-variable]
 #define CBC_METHOD(name)         const char * const method PERL_UNUSED_DECL = #name
                                                     ^~~~~~
./xsubs/parse.xs:71:5: note: in expansion of macro ‘CBC_METHOD’
     CBC_METHOD(parse_file);
     ^~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.c:971:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.c:971:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_def’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:984:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/def.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/def.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/def.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/def.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:321:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/def.xs:34:7: note: in expansion of macro ‘XSRETURN_UNDEF’
       XSRETURN_UNDEF;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:321:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/def.xs:34:7: note: in expansion of macro ‘XSRETURN_UNDEF’
       XSRETURN_UNDEF;
       ^~~~~~~~~~~~~~
./xsubs/def.xs:37:14: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
       RETVAL = "basic";
              ^
./xsubs/def.xs:44:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
           RETVAL = is_typedef_defined((Typedef *) ptr) ? "typedef" : "";
                  ^
./xsubs/def.xs:49:20: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             RETVAL = ((Struct *) ptr)->tflags & T_STRUCT ? "struct" : "union";
                    ^
./xsubs/def.xs:51:20: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
             RETVAL = "";
                    ^
./xsubs/def.xs:55:18: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
           RETVAL = ((EnumSpecifier *) ptr)->enumerators ? "enum" : "";
                  ^
./xsubs/def.xs:67:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         RETVAL = get_member(aTHX_ &mi, member, NULL, CBC_GM_DONT_CROAK | CBC_GM_NO_OFFSET_SIZE_CALC)
                ^
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:2041:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/pp.h:292:31: note: in expansion of macro ‘SvSETMAGIC’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                               ^~~~~~~~~~
C.c:1062:37: note: in expansion of macro ‘PUSHTARG’
  sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
                                     ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/pp.h:292:18: note: in expansion of macro ‘STMT_START’
 #define PUSHTARG STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                  ^~~~~~~~~~
C.c:1062:37: note: in expansion of macro ‘PUSHTARG’
  sv_setpv(TARG, RETVAL); XSprePUSH; PUSHTARG;
                                     ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1064:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_pack’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1077:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
./xsubs/pack.xs:38:7: note: in expansion of macro ‘WARN_VOID_CONTEXT’
       WARN_VOID_CONTEXT;
       ^~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/pack.xs:39:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/pack.xs:39:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/pack.xs:53:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/cbc.h:230:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Unsafe values used in %s('%s')", method, type))
           ^~~~
cbc/cbc.h:235:15: note: in expansion of macro ‘WARN_UNSAFE’
               WARN_UNSAFE(type);                                               \
               ^~~~~~~~~~~
./xsubs/pack.xs:59:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:233:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/pack.xs:59:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
./xsubs/pack.xs:70:7: note: in expansion of macro ‘SvCUR_set’
       SvCUR_set(rv, mi.size);
       ^~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
./xsubs/pack.xs:86:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(string, max);
         ^~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
./xsubs/pack.xs:93:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(rv, max);
         ^~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
ppport.h:6658:31: note: in expansion of macro ‘JMPENV_PUSH’
 #    define XCPT_TRY_START    JMPENV_PUSH(rEtV); if (rEtV == 0)
                               ^~~~~~~~~~~
./xsubs/pack.xs:107:5: note: in expansion of macro ‘XCPT_TRY_START’
     XCPT_TRY_START
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
ppport.h:6659:31: note: in expansion of macro ‘JMPENV_POP’
 #    define XCPT_TRY_END      JMPENV_POP;
                               ^~~~~~~~~~
./xsubs/pack.xs:111:5: note: in expansion of macro ‘XCPT_TRY_END’
     XCPT_TRY_END
     ^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
./xsubs/pack.xs:118:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(rv);
         ^~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro ‘STMT_START’
     STMT_START {      \
     ^~~~~~~~~~
ppport.h:6661:31: note: in expansion of macro ‘JMPENV_JUMP’
 #    define XCPT_RETHROW      JMPENV_JUMP(rEtV)
                               ^~~~~~~~~~~
./xsubs/pack.xs:120:7: note: in expansion of macro ‘XCPT_RETHROW’
       XCPT_RETHROW;
       ^~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:2041:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (SvSMAGICAL(x)) mg_set(x); } STMT_END
                       ^~~~~~~~~~
./xsubs/pack.xs:125:7: note: in expansion of macro ‘SvSETMAGIC’
       SvSETMAGIC(string);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/pack.xs:128:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/pack.xs:128:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/pack.xs:131:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1228:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_unpack’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1235:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/pack.xs:158:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/pack.xs:158:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/pack.xs:158:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/pack.xs:158:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/pack.xs:165:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/cbc.h:230:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Unsafe values used in %s('%s')", method, type))
           ^~~~
cbc/cbc.h:235:15: note: in expansion of macro ‘WARN_UNSAFE’
               WARN_UNSAFE(type);                                               \
               ^~~~~~~~~~~
./xsubs/pack.xs:171:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:233:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/pack.xs:171:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
./xsubs/pack.xs:178:9: note: in expansion of macro ‘WARN’
         WARN((aTHX_ "Data too short"));
         ^~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
ppport.h:6658:31: note: in expansion of macro ‘JMPENV_PUSH’
 #    define XCPT_TRY_START    JMPENV_PUSH(rEtV); if (rEtV == 0)
                               ^~~~~~~~~~~
./xsubs/pack.xs:201:7: note: in expansion of macro ‘XCPT_TRY_START’
       XCPT_TRY_START
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
ppport.h:6659:31: note: in expansion of macro ‘JMPENV_POP’
 #    define XCPT_TRY_END      JMPENV_POP;
                               ^~~~~~~~~~
./xsubs/pack.xs:210:7: note: in expansion of macro ‘XCPT_TRY_END’
       XCPT_TRY_END
       ^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
./xsubs/pack.xs:218:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(sva[i]);
             ^~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro ‘STMT_START’
     STMT_START {      \
     ^~~~~~~~~~
ppport.h:6661:31: note: in expansion of macro ‘JMPENV_JUMP’
 #    define XCPT_RETHROW      JMPENV_JUMP(rEtV)
                               ^~~~~~~~~~~
./xsubs/pack.xs:222:9: note: in expansion of macro ‘XCPT_RETHROW’
         XCPT_RETHROW;
         ^~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/pack.xs:237:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(count);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_sizeof’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1371:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/sizeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/sizeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/sizeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/sizeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/sizeof.xs:32:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/cbc.h:230:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Unsafe values used in %s('%s')", method, type))
           ^~~~
cbc/cbc.h:235:15: note: in expansion of macro ‘WARN_UNSAFE’
               WARN_UNSAFE(type);                                               \
               ^~~~~~~~~~~
./xsubs/sizeof.xs:41:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:233:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/sizeof.xs:41:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1424:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_typeof’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1437:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/typeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typeof.xs:30:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1482:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_offsetof’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1495:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/offsetof.xs:32:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/offsetof.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/offsetof.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/offsetof.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/offsetof.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
./xsubs/offsetof.xs:39:7: note: in expansion of macro ‘WARN’
       WARN((aTHX_ "Empty string passed as member expression"));
       ^~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/offsetof.xs:41:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/cbc.h:230:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Unsafe values used in %s('%s')", method, type))
           ^~~~
cbc/cbc.h:235:15: note: in expansion of macro ‘WARN_UNSAFE’
               WARN_UNSAFE(type);                                               \
               ^~~~~~~~~~~
./xsubs/offsetof.xs:52:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:233:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/offsetof.xs:52:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, mi.flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1560:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_member’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1573:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/member.xs:34:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/member.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/member.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/member.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/member.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/member.xs:37:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/cbc.h:230:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Unsafe values used in %s('%s')", method, type))
           ^~~~
cbc/cbc.h:235:15: note: in expansion of macro ‘WARN_UNSAFE’
               WARN_UNSAFE(type);                                               \
               ^~~~~~~~~~~
./xsubs/member.xs:54:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:233:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/member.xs:54:7: note: in expansion of macro ‘WARN_FLAGS’
       WARN_FLAGS(type, flags);
       ^~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/member.xs:94:9: note: in expansion of macro ‘XSRETURN’
         XSRETURN(count);
         ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/member.xs:100:9: note: in expansion of macro ‘XSRETURN’
         XSRETURN(1);
         ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/member.xs:123:9: note: in expansion of macro ‘XSRETURN’
         XSRETURN(count);
         ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/member.xs:126:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(count);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/member.xs:126:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(count);
         ^~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_tag’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1729:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:183:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^~~~~
C.c:1730:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
./xsubs/tag.xs:51:7: note: in expansion of macro ‘WARN_VOID_CONTEXT’
       WARN_VOID_CONTEXT;
       ^~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/tag.xs:52:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/tag.xs:52:7: note: in expansion of macro ‘XSRETURN_EMPTY’
       XSRETURN_EMPTY;
       ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/tag.xs:55:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/tag.xs:97:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:1830:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_enum_names’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1843:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/enum.xs:31:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/enum.xs:32:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/enum.xs:32:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/enum.xs:32:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/enum.xs:32:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/enum.xs:45:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/enum.xs:47:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/enum.xs:47:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_enum’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:1906:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/enum.xs:69:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/enum.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/enum.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/enum.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/enum.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/enum.xs:75:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(items > 1 ? items-1 : LL_count(THIS->cpi.enums));
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/enum.xs:75:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(items > 1 ? items-1 : LL_count(THIS->cpi.enums));
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/enum.xs:104:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(items-1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/enum.xs:112:9: note: in expansion of macro ‘XSRETURN_EMPTY’
         XSRETURN_EMPTY;
         ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/enum.xs:112:9: note: in expansion of macro ‘XSRETURN_EMPTY’
         XSRETURN_EMPTY;
         ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/enum.xs:119:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(size);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_compound_names’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2008:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:183:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^~~~~
C.c:2009:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/compound.xs:52:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/compound.xs:53:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/compound.xs:53:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/compound.xs:53:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/compound.xs:53:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/compound.xs:68:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/compound.xs:70:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/compound.xs:70:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_compound’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2091:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:183:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^~~~~
C.c:2092:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/compound.xs:113:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/compound.xs:114:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/compound.xs:114:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/compound.xs:114:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/compound.xs:114:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/compound.xs:121:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(items-1);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/compound.xs:121:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(items-1);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/compound.xs:123:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(LL_count(THIS->cpi.structs));
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/compound.xs:123:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(LL_count(THIS->cpi.structs));
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/compound.xs:133:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(count);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/compound.xs:133:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(count);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/compound.xs:137:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/compound.xs:187:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(items-1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/compound.xs:201:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_typedef_names’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2249:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typedef.xs:32:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/typedef.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typedef.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typedef.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typedef.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/typedef.xs:47:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/typedef.xs:49:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/typedef.xs:49:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(count);
       ^~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_typedef’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2314:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typedef.xs:71:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/typedef.xs:72:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typedef.xs:72:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/typedef.xs:72:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typedef.xs:72:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/typedef.xs:77:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(items > 1 ? items-1 : HT_count(THIS->cpi.htTypedefs));
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/typedef.xs:77:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV(items > 1 ? items-1 : HT_count(THIS->cpi.htTypedefs));
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:102:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/typedef.xs:79:5: note: in expansion of macro ‘NEED_PARSE_DATA’
     NEED_PARSE_DATA;
     ^~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/typedef.xs:97:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(items-1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
./xsubs/typedef.xs:106:9: note: in expansion of macro ‘XSRETURN_EMPTY’
         XSRETURN_EMPTY;
         ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
./xsubs/typedef.xs:106:9: note: in expansion of macro ‘XSRETURN_EMPTY’
         XSRETURN_EMPTY;
         ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/typedef.xs:114:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(size);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_sourcify’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2409:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/sourcify.xs:28:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/sourcify.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/sourcify.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/sourcify.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/sourcify.xs:29:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:2466:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_initializer’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2479:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/initializer.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/initializer.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/initializer.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/initializer.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:2534:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_dependencies’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2547:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/dependencies.xs:30:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/dependencies.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/dependencies.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/dependencies.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/dependencies.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:68:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:591:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^~~~~~~~~~
./xsubs/dependencies.xs:35:16: note: in expansion of macro ‘newHV’
       HV *hv = newHV();
                ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:68:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:591:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^~~~~~~~~~
./xsubs/dependencies.xs:42:23: note: in expansion of macro ‘newHV’
           HV *hattr = newHV();
                       ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/cbc.h:275:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(_val);                                                \
             ^~~~~~~~~~~~
./xsubs/dependencies.xs:44:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "size",  newSVuv(pFI->size));
           ^~~~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:272:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./xsubs/dependencies.xs:44:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "size",  newSVuv(pFI->size));
           ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/cbc.h:275:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(_val);                                                \
             ^~~~~~~~~~~~
./xsubs/dependencies.xs:45:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "mtime", newSViv(pFI->modify_time));
           ^~~~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:272:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./xsubs/dependencies.xs:45:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "mtime", newSViv(pFI->modify_time));
           ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/cbc.h:275:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(_val);                                                \
             ^~~~~~~~~~~~
./xsubs/dependencies.xs:46:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "ctime", newSViv(pFI->change_time));
           ^~~~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:272:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./xsubs/dependencies.xs:46:11: note: in expansion of macro ‘HV_STORE_CONST’
           HV_STORE_CONST(hattr, "ctime", newSViv(pFI->change_time));
           ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
./xsubs/dependencies.xs:51:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(attr);
             ^~~~~~~~~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/dependencies.xs:56:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/dependencies.xs:70:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_defined’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2640:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/defined.xs:30:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/defined.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/defined.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/defined.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/defined.xs:31:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:2683:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_macro_names’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2696:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/macro.xs:27:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/macro.xs:28:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/macro.xs:28:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/macro.xs:28:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/macro.xs:28:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/macro.xs:43:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/macro.xs:49:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV((int)count);
       ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/macro.xs:49:7: note: in expansion of macro ‘XSRETURN_IV’
       XSRETURN_IV((int)count);
       ^~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_macro’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2762:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:96:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/macro.xs:69:5: note: in expansion of macro ‘CHECK_PARSE_DATA’
     CHECK_PARSE_DATA;
     ^~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/macro.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/macro.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/macro.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/macro.xs:70:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/macro.xs:76:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(items-1);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/macro.xs:76:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV(items-1);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/macro.xs:82:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV((int)count);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:314:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/macro.xs:82:9: note: in expansion of macro ‘XSRETURN_IV’
         XSRETURN_IV((int)count);
         ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/macro.xs:105:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(items-1);
       ^~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/macro.xs:120:7: note: in expansion of macro ‘XSRETURN’
       XSRETURN(count);
       ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_arg’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2863:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/arg.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/arg.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/arg.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/arg.xs:33:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
./xsubs/arg.xs:60:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(items-1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_feature’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2940:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/feature.xs:36:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/feature.xs:36:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/feature.xs:36:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/feature.xs:36:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:319:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/feature.xs:47:11: note: in expansion of macro ‘XSRETURN_NO’
           XSRETURN_NO;
           ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:319:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/feature.xs:47:11: note: in expansion of macro ‘XSRETURN_NO’
           XSRETURN_NO;
           ^~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:320:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/feature.xs:54:11: note: in expansion of macro ‘XSRETURN_YES’
           XSRETURN_YES;
           ^~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:320:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/feature.xs:54:11: note: in expansion of macro ‘XSRETURN_YES’
           XSRETURN_YES;
           ^~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:321:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
./xsubs/feature.xs:61:5: note: in expansion of macro ‘XSRETURN_UNDEF’
     XSRETURN_UNDEF;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:321:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
./xsubs/feature.xs:61:5: note: in expansion of macro ‘XSRETURN_UNDEF’
     XSRETURN_UNDEF;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_native’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:2999:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
C.xs:112:13: note: in expansion of macro ‘WARN’
             WARN((aTHX_ "Useless use of %s in void context", method))
             ^~~~
C.xs:118:15: note: in expansion of macro ‘WARN_VOID_CONTEXT’
               WARN_VOID_CONTEXT;                                               \
               ^~~~~~~~~~~~~~~~~
./xsubs/native.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/native.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.xs:119:15: note: in expansion of macro ‘XSRETURN_EMPTY’
               XSRETURN_EMPTY;                                                  \
               ^~~~~~~~~~~~~~
./xsubs/native.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
C.xs:115:11: note: in expansion of macro ‘STMT_START’
           STMT_START {                                                         \
           ^~~~~~~~~~
./xsubs/native.xs:35:5: note: in expansion of macro ‘CHECK_VOID_CONTEXT’
     CHECK_VOID_CONTEXT;
     ^~~~~~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:3034:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_import’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:3045:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
C.c:3091:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:322:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
C.c:3091:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^~~~~~~~~~~~~~
In file included from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C___DUMP__’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:3099:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
C.c:3119:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
In file included from C.xs:27:
C.c: In function ‘boot_Convert__Binary__C’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:165:17: note: in expansion of macro ‘dNOOP’
 #  define dVAR  dNOOP
                 ^~~~~
C.c:3128:5: note: in expansion of macro ‘dVAR’
     dVAR; dXSARGS;
     ^~~~
C.c:3143:14: warning: declaration of ‘cv’ shadows a parameter [-Wshadow]
         CV * cv;
              ^~
In file included from C.xs:30:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:141:51: note: shadowed declaration is here
 #    define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
C.c:3126:1: note: in expansion of macro ‘XS_EXTERNAL’
 XS_EXTERNAL(boot_Convert__Binary__C)
 ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3151:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 2;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3153:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3155:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3166:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3168:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3172:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3174:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 2;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3176:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3178:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 1;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3180:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:181:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^~~~~~~~~
C.c:3182:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 2;
         ^~~~~
In file included from C.xs:34:
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:308:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:320:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
C.c:3242:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/XSUB.h:320:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
C.c:3242:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/basic.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
Compiling [cc -O2] cbc/dimension.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function ‘dimtag_init’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/dimension.c:78:25: note: in expansion of macro ‘pTHX_’
 static void dimtag_init(pTHX_ DimensionTag *dim)
                         ^~~~~
cbc/dimension.c: In function ‘dimtag_fini’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/dimension.c:125:25: note: in expansion of macro ‘pTHX_’
 static void dimtag_fini(pTHX_ DimensionTag *dim)
                         ^~~~~
In file included from cbc/dimension.c:26:
cbc/dimension.c: In function ‘sv_to_dimension’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:251:3: note: in expansion of macro ‘WARN’
   WARN((aTHX_ "Cannot use %s%s as dimension", identify_sv(sv), SvPV_nolen(warning)));
   ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/dimension.c:253:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec(warning);
   ^~~~~~~~~~~~
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function ‘dimension_from_member’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/thread.h:430:16: note: in expansion of macro ‘dNOOP’
 #  define dTHR dNOOP
                ^~~~~
cbc/dimension.c:280:3: note: in expansion of macro ‘dTHR’
   dTHR;
   ^~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:287:5: note: in expansion of macro ‘WARN’
     WARN((aTHX_ "Missing parent to look up '%s'", member));
     ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro ‘JMPENV_PUSH’
 #    define XCPT_TRY_START    JMPENV_PUSH(rEtV); if (rEtV == 0)
                               ^~~~~~~~~~~
cbc/dimension.c:295:3: note: in expansion of macro ‘XCPT_TRY_START’
   XCPT_TRY_START
   ^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:332:17: note: in expansion of macro ‘WARN’
                 WARN((aTHX_ "Expected a hash reference to look up member '%s'"
                 ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:347:15: note: in expansion of macro ‘WARN’
               WARN((aTHX_ "Cannot find member '%s' in hash (in '%s')", name, member));
               ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:370:15: note: in expansion of macro ‘WARN’
               WARN((aTHX_ "Expected an array reference to look up index '%ld'"
               ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/dimension.c:379:15: note: in expansion of macro ‘WARN’
               WARN((aTHX_ "Cannot lookup index '%ld' in array of size"
               ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro ‘JMPENV_POP’
 #    define XCPT_TRY_END      JMPENV_POP;
                               ^~~~~~~~~~
cbc/dimension.c:404:3: note: in expansion of macro ‘XCPT_TRY_END’
   XCPT_TRY_END
   ^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro ‘STMT_START’
     STMT_START {      \
     ^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro ‘JMPENV_JUMP’
 #    define XCPT_RETHROW      JMPENV_JUMP(rEtV)
                               ^~~~~~~~~~~
cbc/dimension.c:410:5: note: in expansion of macro ‘XCPT_RETHROW’
     XCPT_RETHROW;
     ^~~~~~~~~~~~
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function ‘dimension_from_hook’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:357:26: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
 #define dNOOP extern int Perl___notused(void)
                          ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/thread.h:430:16: note: in expansion of macro ‘dNOOP’
 #  define dTHR dNOOP
                ^~~~~
cbc/dimension.c:442:3: note: in expansion of macro ‘dTHR’
   dTHR;
   ^~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:103:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
./ppport.h:6658:31: note: in expansion of macro ‘JMPENV_PUSH’
 #    define XCPT_TRY_START    JMPENV_PUSH(rEtV); if (rEtV == 0)
                               ^~~~~~~~~~~
cbc/dimension.c:453:3: note: in expansion of macro ‘XCPT_TRY_START’
   XCPT_TRY_START
   ^~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:119:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
./ppport.h:6659:31: note: in expansion of macro ‘JMPENV_POP’
 #    define XCPT_TRY_END      JMPENV_POP;
                               ^~~~~~~~~~
cbc/dimension.c:457:3: note: in expansion of macro ‘XCPT_TRY_END’
   XCPT_TRY_END
   ^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/dimension.c:464:7: note: in expansion of macro ‘SvREFCNT_dec’
       SvREFCNT_dec(in);
       ^~~~~~~~~~~~
In file included from cbc/dimension.c:26:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cop.h:130:5: note: in expansion of macro ‘STMT_START’
     STMT_START {      \
     ^~~~~~~~~~
./ppport.h:6661:31: note: in expansion of macro ‘JMPENV_JUMP’
 #    define XCPT_RETHROW      JMPENV_JUMP(rEtV)
                               ^~~~~~~~~~~
cbc/dimension.c:467:5: note: in expansion of macro ‘XCPT_RETHROW’
     XCPT_RETHROW;
     ^~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/dimension.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/dimension.c:474:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec(sv);
   ^~~~~~~~~~~~
In file included from cbc/dimension.c:21:
cbc/dimension.c: In function ‘CBC_dimtag_is_flexible’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/dimension.c:804:24: note: in expansion of macro ‘pTHX_’
 int dimtag_is_flexible(pTHX_ const DimensionTag *dim)
                        ^~~~~
cbc/dimension.c: In function ‘dimension_from_member’:
cbc/dimension.c:278:7: warning: variable ‘success’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
   int success = 1;
       ^~~~~~~
cbc/dimension.c:279:7: warning: variable ‘sv’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
   SV *sv = NULL;
       ^~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/dimension.c:21:
cbc/dimension.c: In function ‘dimension_from_hook’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:35: warning: variable ‘_p’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                                   ^~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/dimension.c:464:7: note: in expansion of macro ‘SvREFCNT_dec’
       SvREFCNT_dec(in);
       ^~~~~~~~~~~~
Compiling [cc -O2] cbc/hook.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/hook.c:21:
cbc/hook.c: In function ‘single_hook_deref’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:76:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(hook->sub);
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:79:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(hook->arg);
     ^~~~~~~~~~~~
cbc/hook.c: In function ‘single_hook_ref’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:104:5: note: in expansion of macro ‘SvREFCNT_inc’
     SvREFCNT_inc(hook->sub);
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:107:5: note: in expansion of macro ‘SvREFCNT_inc’
     SvREFCNT_inc(hook->arg);
     ^~~~~~~~~~~~
In file included from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/hook.c:99:29: note: in expansion of macro ‘pTHX_’
 static void single_hook_ref(pTHX_ const SingleHook *hook)
                             ^~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/hook.c:21:
cbc/hook.c: In function ‘CBC_single_hook_fill’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:65:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:95:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^~~~~~~~~~
cbc/hook.c:201:21: note: in expansion of macro ‘newAV’
               out = newAV();
                     ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:211:17: note: in expansion of macro ‘SvREFCNT_inc’
                 SvREFCNT_inc(*pSV);
                 ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:214:19: note: in expansion of macro ‘SvREFCNT_dec’
                   SvREFCNT_dec(*pSV);
                   ^~~~~~~~~~~~
cbc/hook.c: In function ‘CBC_single_hook_update’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:346:7: note: in expansion of macro ‘SvREFCNT_inc’
       SvREFCNT_inc(src->sub);
       ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:348:7: note: in expansion of macro ‘SvREFCNT_dec’
       SvREFCNT_dec(dst->sub);
       ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:354:7: note: in expansion of macro ‘SvREFCNT_inc’
       SvREFCNT_inc(src->arg);
       ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:356:7: note: in expansion of macro ‘SvREFCNT_dec’
       SvREFCNT_dec(dst->arg);
       ^~~~~~~~~~~~
In file included from cbc/hook.c:21:
cbc/hook.c: In function ‘CBC_hook_update’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused variable ‘my_perl’ [-Wunused-variable]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:184:19: note: in expansion of macro ‘pTHX’
 #    define dTHX  pTHX = PERL_GET_THX
                   ^~~~
cbc/hook.c:381:3: note: in expansion of macro ‘dTHX’
   dTHX;
   ^~~~
In file included from cbc/hook.c:24:
cbc/hook.c: In function ‘CBC_single_hook_call’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/pp.h:59:2: note: in expansion of macro ‘STMT_START’
  STMT_START {     \
  ^~~~~~~~~~
cbc/hook.c:493:3: note: in expansion of macro ‘PUSHMARK’
   PUSHMARK(SP);
   ^~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/hook.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/hook.c:582:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(in);
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:583:3: note: in expansion of macro ‘SvREFCNT_inc’
   SvREFCNT_inc(out);
   ^~~~~~~~~~~~
cbc/hook.c: In function ‘CBC_get_single_hook’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:65:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:95:17: note: in expansion of macro ‘MUTABLE_AV’
 #define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                 ^~~~~~~~~~
cbc/hook.c:722:14: note: in expansion of macro ‘newAV’
     AV *av = newAV();
              ^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:308:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^~~~~~~~~~
cbc/hook.c:736:7: note: in expansion of macro ‘SvREFCNT_inc’
       SvREFCNT_inc(*pSV);
       ^~~~~~~~~~~~
cbc/hook.c: In function ‘CBC_get_hooks’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:68:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:591:17: note: in expansion of macro ‘MUTABLE_HV’
 #define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                 ^~~~~~~~~~
cbc/hook.c:768:12: note: in expansion of macro ‘newHV’
   HV *hv = newHV();
            ^~~~~
Compiling [cc -O2] cbc/idl.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/idl.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from C.xs:27:
C.c: In function ‘XS_Convert__Binary__C_pack’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:35: warning: variable ‘_p’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                                   ^~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
./xsubs/pack.xs:118:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(rv);
         ^~~~~~~~~~~~
Compiling [cc -O2] cbc/init.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
Compiling [cc -O2] cbc/macros.c
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/init.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from cbc/init.c:24:
cbc/init.c: In function ‘get_init_str_struct’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/init.c:120:7: note: in expansion of macro ‘WARN’
       WARN((aTHX_ "'%s' should be a hash reference", idl_to_str(aTHX_ idl)));
       ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:39:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:54:11: note: in expansion of macro ‘INDENT’
           INDENT;                             \
           ^~~~~~
cbc/init.c:123:3: note: in expansion of macro ‘ENTER_LEVEL’
   ENTER_LEVEL;
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:53:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:123:3: note: in expansion of macro ‘ENTER_LEVEL’
   ENTER_LEVEL;
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:32:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro ‘IDLIST_GROW’
           IDLIST_GROW(idl, (idl)->count+1);                                    \
           ^~~~~~~~~~~
cbc/init.c:124:3: note: in expansion of macro ‘IDLIST_PUSH’
   IDLIST_PUSH(idl, ID);
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:57:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:124:3: note: in expansion of macro ‘IDLIST_PUSH’
   IDLIST_PUSH(idl, ID);
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:45:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:149:9: note: in expansion of macro ‘APPEND_COMMA’
         APPEND_COMMA;
         ^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:292:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:162:7: note: in expansion of macro ‘FOLLOW_AND_CHECK_TSPTR’
       FOLLOW_AND_CHECK_TSPTR(pTS);
       ^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:45:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:163:7: note: in expansion of macro ‘APPEND_COMMA’
       APPEND_COMMA;
       ^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:70:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:164:7: note: in expansion of macro ‘IDLIST_POP’
       IDLIST_POP(idl);
       ^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:32:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro ‘IDLIST_GROW’
           IDLIST_GROW(idl, (idl)->count+1);                                    \
           ^~~~~~~~~~~
cbc/init.c:167:7: note: in expansion of macro ‘IDLIST_PUSH’
       IDLIST_PUSH(idl, ID);
       ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:57:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:167:7: note: in expansion of macro ‘IDLIST_PUSH’
       IDLIST_PUSH(idl, ID);
       ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:70:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:176:3: note: in expansion of macro ‘IDLIST_POP’
   IDLIST_POP(idl);
   ^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:39:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:61:11: note: in expansion of macro ‘INDENT’
           INDENT;                             \
           ^~~~~~
cbc/init.c:177:3: note: in expansion of macro ‘LEAVE_LEVEL’
   LEAVE_LEVEL;
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:59:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:177:3: note: in expansion of macro ‘LEAVE_LEVEL’
   LEAVE_LEVEL;
   ^~~~~~~~~~~
cbc/init.c: In function ‘get_init_str_type’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/init.c:216:9: note: in expansion of macro ‘WARN’
         WARN((aTHX_ "'%s' should be an array reference",
         ^~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:39:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:54:11: note: in expansion of macro ‘INDENT’
           INDENT;                             \
           ^~~~~~
cbc/init.c:220:5: note: in expansion of macro ‘ENTER_LEVEL’
     ENTER_LEVEL;
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:53:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:220:5: note: in expansion of macro ‘ENTER_LEVEL’
     ENTER_LEVEL;
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:32:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro ‘IDLIST_GROW’
           IDLIST_GROW(idl, (idl)->count+1);                                    \
           ^~~~~~~~~~~
cbc/init.c:221:5: note: in expansion of macro ‘IDLIST_PUSH’
     IDLIST_PUSH(idl, IX);
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:57:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:221:5: note: in expansion of macro ‘IDLIST_PUSH’
     IDLIST_PUSH(idl, IX);
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:45:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:231:7: note: in expansion of macro ‘APPEND_COMMA’
       APPEND_COMMA;
       ^~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:70:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:237:5: note: in expansion of macro ‘IDLIST_POP’
     IDLIST_POP(idl);
     ^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:39:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:61:11: note: in expansion of macro ‘INDENT’
           INDENT;                             \
           ^~~~~~
cbc/init.c:238:5: note: in expansion of macro ‘LEAVE_LEVEL’
     LEAVE_LEVEL;
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:59:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:238:5: note: in expansion of macro ‘LEAVE_LEVEL’
     LEAVE_LEVEL;
     ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Got no definition for '%s %s'",                         \
           ^~~~
cbc/init.c:253:9: note: in expansion of macro ‘WARN_UNDEF_STRUCT’
         WARN_UNDEF_STRUCT(pStruct);
         ^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/init.c:39:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                          \
         ^~~~~~~~~~
cbc/init.c:259:7: note: in expansion of macro ‘INDENT’
       INDENT;
       ^~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
cbc/init.c:263:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "'%s' should be a scalar value", idl_to_str(aTHX_ idl)));
           ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
cbc/init.c: In function ‘CBC_get_initializer_string’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:43:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:296:3: note: in expansion of macro ‘IDLIST_INIT’
   IDLIST_INIT(&idl);
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:32:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
./cbc/idl.h:58:11: note: in expansion of macro ‘IDLIST_GROW’
           IDLIST_GROW(idl, (idl)->count+1);                                    \
           ^~~~~~~~~~~
cbc/init.c:297:3: note: in expansion of macro ‘IDLIST_PUSH’
   IDLIST_PUSH(&idl, ID);
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:57:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:297:3: note: in expansion of macro ‘IDLIST_PUSH’
   IDLIST_PUSH(&idl, ID);
   ^~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/idl.h:51:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/init.c:302:3: note: in expansion of macro ‘IDLIST_FREE’
   IDLIST_FREE(&idl);
   ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/macros.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
mv: Compiling [cc -O2] cbc/member.c
cannot stat 't_object.tmp': No such file or directory
make: *** [Makefile:401: cbc/macros.o] Error 1
make: *** Waiting for unfinished jobs....
cc1: warning: -fassociative-math disabled; other options take precedence
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:548:5: warning: "SILENT_NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if SILENT_NO_TAINT_SUPPORT && !defined(NO_TAINT_SUPPORT)
     ^~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:556:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3471,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1455:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3472,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/regexp.h:436:5: warning: "NO_TAINT_SUPPORT" is not defined, evaluates to 0 [-Wundef]
 #if NO_TAINT_SUPPORT
     ^~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘S_CvGV’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:194:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:196:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:66:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:184:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:201:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/cv.h:202:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:201:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:202:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   U64TYPE k1 = ((U64TYPE*)seed)[1];
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_superfast’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_murmur3’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:393:7: note: in expansion of macro ‘MURMUR_DOBYTES’
       MURMUR_DOBYTES(i, h1, carry, bytes_in_carry, ptr, len);
       ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro ‘U8TO32_LE’
             k1 = U8TO32_LE(ptr);
                  ^~~~~~~~~
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:402:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:410:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:418:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro ‘U8TO32_LE’
             carry = U8TO32_LE(ptr);
                     ^~~~~~~~~
In file included from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:426:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, k1);
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:335:32: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:354:13: note: in expansion of macro ‘MURMUR_DOBLOCK’
             MURMUR_DOBLOCK(h1, c); \
             ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:477:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:348:49: note: in expansion of macro ‘STMT_START’
 #define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                 ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:434:5: note: in expansion of macro ‘MURMUR_DOBYTES’
     MURMUR_DOBYTES(len, h1, carry, bytes_in_carry, ptr, len);
     ^~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv.h:593,
                 from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:3480,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_djb2’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_sdbm’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed + len);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:484:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_one_at_a_time_hard’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:499:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h: In function ‘S_perl_hash_old_one_at_a_time’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/hv_func.h:534:18: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:5156,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h: In function ‘S_av_top_index’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/embed.h:322:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/av.h:80:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/inline.h:23:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^~~~~~
In file included from cbc/member.c:24:
cbc/member.c: In function ‘get_ams_struct’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
cbc/member.c:133:11: note: in expansion of macro ‘SvCUR_set’
           SvCUR_set(name, len+1);
           ^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:292:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:143:7: note: in expansion of macro ‘FOLLOW_AND_CHECK_TSPTR’
       FOLLOW_AND_CHECK_TSPTR(pTS);
       ^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
cbc/member.c:145:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(name, len);
         ^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
cbc/member.c:151:5: note: in expansion of macro ‘SvCUR_set’
     SvCUR_set(name, len);
     ^~~~~~~~~
cbc/member.c: In function ‘get_ams_type’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
cbc/member.c:201:11: note: in expansion of macro ‘SvCUR_set’
           SvCUR_set(name, len+1);
           ^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:1299:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^~~~~~~~~~
cbc/member.c:217:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(name, len);
         ^~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Got no definition for '%s %s'",                         \
           ^~~~
cbc/member.c:234:9: note: in expansion of macro ‘WARN_UNDEF_STRUCT’
         WARN_UNDEF_STRUCT(pStruct);
         ^~~~~~~~~~~~~~~~~
cbc/member.c: In function ‘get_member_string_rec’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:225:20: note: in expansion of macro ‘STMT_START’
 #define WARN(args) STMT_START { if (PERL_WARNINGS_ON) Perl_warn args; } STMT_END
                    ^~~~~~~~~~
./cbc/cbc.h:244:11: note: in expansion of macro ‘WARN’
           WARN((aTHX_ "Got no definition for '%s %s'",                         \
           ^~~~
cbc/member.c:427:5: note: in expansion of macro ‘WARN_UNDEF_STRUCT’
     WARN_UNDEF_STRUCT(pStruct);
     ^~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:367:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:444:7: note: in expansion of macro ‘GMS_HANDLE_PAD_REGION’
       GMS_HANDLE_PAD_REGION;
       ^~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:292:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:460:9: note: in expansion of macro ‘FOLLOW_AND_CHECK_TSPTR’
         FOLLOW_AND_CHECK_TSPTR(pTS);
         ^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:382:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:474:11: note: in expansion of macro ‘GMS_HANDLE_BEST_MEMBER’
           GMS_HANDLE_BEST_MEMBER;
           ^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:367:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:493:13: note: in expansion of macro ‘GMS_HANDLE_PAD_REGION’
             GMS_HANDLE_PAD_REGION;
             ^~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:382:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:513:15: note: in expansion of macro ‘GMS_HANDLE_BEST_MEMBER’
               GMS_HANDLE_BEST_MEMBER;
               ^~~~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:367:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:529:5: note: in expansion of macro ‘GMS_HANDLE_PAD_REGION’
     GMS_HANDLE_PAD_REGION;
     ^~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/member.c:21:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/member.c:541:3: note: in expansion of macro ‘SvREFCNT_dec’
   SvREFCNT_dec(bestSV);
   ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/member.c:544:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(tmpSV);
     ^~~~~~~~~~~~
In file included from cbc/member.c:24:
cbc/member.c: In function ‘search_struct_member’:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
./cbc/cbc.h:292:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:596:7: note: in expansion of macro ‘FOLLOW_AND_CHECK_TSPTR’
       FOLLOW_AND_CHECK_TSPTR(pTS);
       ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:2513,
                 from cbc/member.c:21:
cbc/member.c: In function ‘CBC_get_member_string’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:60:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/handy.h:70:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/sv.h:319:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^~~~~~~~~~
cbc/member.c:702:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^~~~~~~~~~~~
cbc/member.c: In function ‘CBC_get_member’:
cbc/member.c:828:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         err = "Struct members must start with a character or an underscore";
             ^
cbc/member.c:832:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         err = "Array indices must be constant decimal values";
             ^
cbc/member.c:843:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         err = "Index operator not terminated correctly";
             ^
cbc/member.c:847:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
         err = "Incomplete compound member expression";
             ^
In file included from cbc/member.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:737:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:859:5: note: in expansion of macro ‘PROPAGATE_FLAGS’
     PROPAGATE_FLAGS(pType->tflags);
     ^~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro ‘TRUNC_NAME’
           TRUNC_NAME;                                                          \
           ^~~~~~~~~~
cbc/member.c:900:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("array");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:743:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:900:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("array");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro ‘TRUNC_NAME’
           TRUNC_NAME;                                                          \
           ^~~~~~~~~~
cbc/member.c:902:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("pointer");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:743:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:902:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("pointer");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:737:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:906:13: note: in expansion of macro ‘PROPAGATE_FLAGS’
             PROPAGATE_FLAGS(pStruct->tflags);
             ^~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:745:11: note: in expansion of macro ‘TRUNC_NAME’
           TRUNC_NAME;                                                          \
           ^~~~~~~~~~
cbc/member.c:909:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("non-compound");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:743:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:909:13: note: in expansion of macro ‘CANNOT_ACCESS_MEMBER’
             CANNOT_ACCESS_MEMBER("non-compound");
             ^~~~~~~~~~~~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:916:13: note: in expansion of macro ‘TRUNC_NAME’
             TRUNC_NAME;
             ^~~~~~~~~~
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:940:15: note: in expansion of macro ‘TRUNC_NAME’
               TRUNC_NAME;
               ^~~~~~~~~~
cbc/member.c:945:19: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
               err = "Cannot use type as an array";
                   ^
In file included from cbc/member.c:24:
./ppport.h:3813:28: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
                            ^
cbc/member.c:727:9: note: in expansion of macro ‘STMT_START’
         STMT_START {                                                           \
         ^~~~~~~~~~
cbc/member.c:958:15: note: in expansion of macro ‘TRUNC_NAME’
               TRUNC_NAME;
               ^~~~~~~~~~
cbc/member.c:1041:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
           err = "Cannot use offset in compound member expression";
               ^
In file included from cbc/member.c:21:
cbc/member.c: In function ‘CBC_member_expr_walker_new’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/member.c:1109:41: note: in expansion of macro ‘pTHX_’
 MemberExprWalker member_expr_walker_new(pTHX_ const char *expr, size_t len)
                                         ^~~~~
cbc/member.c: In function ‘CBC_member_expr_walker_walk’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/member.c:1182:30: note: in expansion of macro ‘pTHX_’
 void member_expr_walker_walk(pTHX_ MemberExprWalker me, struct me_walk_info *info)
                              ^~~~~
cbc/member.c: In function ‘CBC_member_expr_walker_delete’:
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:173:22: warning: unused parameter ‘my_perl’ [-Wunused-parameter]
 #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi/CORE/perl.h:186:18: note: in expansion of macro ‘pTHX’
 #  define pTHX_  pTHX,
                  ^~~~
cbc/member.c:1374:32: note: in expansion of macro ‘pTHX_’
 void member_expr_walker_delete(pTHX_ MemberExprWalker me)
                                ^~~~~
cbc/member.c: In function ‘get_ams_struct.isra.0’:
cbc/member.c:133:30: warning: ‘len’ may be used uninitialized in this function [-Wmaybe-uninitialized]
           SvCUR_set(name, len+1);
                              ^
cbc/member.c: In function ‘get_ams_type’:
cbc/member.c:201:30: warning: ‘len’ may be used uninitialized in this function [-Wmaybe-uninitialized]
           SvCUR_set(name, len+1);
                              ^
cbc/member.c: In function ‘search_struct_member.isra.1’:
cbc/member.c:610:27: warning: ‘offset’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     return offset < 0 ? 0 : offset;
            ~~~~~~~~~~~~~~~^~~~~~~~

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

Prerequisite modules loaded:

build_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j2
    LANG = en_US.UTF-8
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin:/home/njh/src/njh/smoker/bin:/usr/bin:/bin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl
    PERL5LIB = /home/njh/.cpan/build/Config-File-1.51-25/blib/arch:/home/njh/.cpan/build/Config-File-1.51-25/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 11148
    PERL5_CPAN_IS_RUNNING = 11148
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.18.2/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin
    PERLBREW_PERL = perl-5.18.2
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.83
    PERLBREW_VERSION = 0.83
    SHELL = /bin/sh
    TEMP = /tmp/user/1000
    TMPDIR = /tmp/user/1000/testwrapper.11134

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 24 25 29 30 44 46 103 108 115 123 996 1000
    $EGID = 1000 4 24 25 29 30 44 46 103 108 115 123 996 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.32    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.32    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.74    
    JSON                2.97001 
    JSON::PP            2.27400 
    Module::Build       0.4205  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.41    
    Test::More          1.302136
    YAML                1.26    
    YAML::Syck          1.30    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=3.13-1-amd64, archname=x86_64-linux-thread-multi
    uname='linux amelia 3.13-1-amd64 #1 smp debian 3.13.7-1 (2014-03-25) x86_64 gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.18.2 -Duseithreads -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=1 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.18.2/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=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=1 -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 -mtune=native -march=native -fomit-frame-pointer -msse2 -msse -mmmx -mfpmath=sse -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 -fassociative-math -ftree-vectorizer-verbose=1 -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.8.2', 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='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=libc-2.18.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.18'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Mar 28 2014 08:18:25
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin/perl"
    PERL5LIB="/home/njh/.cpan/build/Config-File-1.51-25/blib/arch:/home/njh/.cpan/build/Config-File-1.51-25/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="11148"
    PERL5_CPAN_IS_RUNNING="11148"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.18.2/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.18.2/bin"
    PERLBREW_PERL="perl-5.18.2"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.83"
    PERLBREW_VERSION="0.83"
  @INC:
    /home/njh/.cpan/build/Config-File-1.51-25/blib/arch
    /home/njh/.cpan/build/Config-File-1.51-25/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2
    /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2/x86_64-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.18.2/lib/5.18.2
    .