Encode v3.19 Perl 5 v5.22.4 darwin-2level

Status
Pass
From
Dist
Encode v3.19
Platform
Perl 5 v5.22.4 darwin-2level
Date
2023-01-21 23:22:18
ID
72f377e8-99e2-11ed-9c9d-2609558739d6
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 DANKOGAI,

This is a computer-generated report for Encode-3.19
on perl 5.22.4, created by App::cpanminus::reporter 0.17 (1.7046).

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

Sections of this report:

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

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

Additional comments from tester:

none provided

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

Output from '':

Building and testing Encode-3.19
Running Mkbootstrap for Encode::Byte ()
chmod 644 "Byte.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
Reading iso-8859-2 (iso-8859-2)
Reading iso-8859-3 (iso-8859-3)
Reading iso-8859-4 (iso-8859-4)
Reading iso-8859-5 (iso-8859-5)
Reading iso-8859-6 (iso-8859-6)
Reading iso-8859-7 (iso-8859-7)
Reading iso-8859-8 (iso-8859-8)
Reading iso-8859-9 (iso-8859-9)
Reading iso-8859-10 (iso-8859-10)
Reading iso-8859-11 (iso-8859-11)
Reading iso-8859-13 (iso-8859-13)
Reading iso-8859-14 (iso-8859-14)
Reading iso-8859-15 (iso-8859-15)
Reading iso-8859-16 (iso-8859-16)
Reading AdobeStandardEncoding (AdobeStandardEncoding)
Reading cp1006 (cp1006)
Reading cp1250 (cp1250)
Reading cp1251 (cp1251)
Reading cp1253 (cp1253)
Reading cp1254 (cp1254)
Reading cp1255 (cp1255)
Reading cp1256 (cp1256)
Reading cp1257 (cp1257)
Reading cp1258 (cp1258)
Reading cp424 (cp424)
Reading cp437 (cp437)
Reading cp737 (cp737)
Reading cp775 (cp775)
Reading cp850 (cp850)
Reading cp852 (cp852)
Reading cp855 (cp855)
Reading cp856 (cp856)
Reading cp857 (cp857)
Reading cp858 (cp858)
Reading cp860 (cp860)
Reading cp861 (cp861)
Reading cp862 (cp862)
Reading cp863 (cp863)
Reading cp864 (cp864)
Reading cp865 (cp865)
Reading cp866 (cp866)
Reading cp869 (cp869)
Reading cp874 (cp874)
Reading hp-roman8 (hp-roman8)
Reading koi8-f (koi8-f)
Reading koi8-r (koi8-r)
Reading koi8-u (koi8-u)
Reading MacArabic (MacArabic)
Reading MacCentralEurRoman (MacCentralEurRoman)
Reading MacCroatian (MacCroatian)
Reading MacCyrillic (MacCyrillic)
Reading MacFarsi (MacFarsi)
Reading MacGreek (MacGreek)
Reading MacHebrew (MacHebrew)
Reading MacIcelandic (MacIcelandic)
Reading MacRomanian (MacRomanian)
Reading MacRumanian (MacRumanian)
Reading MacRoman (MacRoman)
Reading MacSami (MacSami)
Reading MacThai (MacThai)
Reading MacTurkish (MacTurkish)
Reading MacUkrainian (MacUkrainian)
Reading nextstep (nextstep)
Reading viscii (viscii)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  Byte.xs > Byte.xsc && mv Byte.xsc Byte.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   Byte.c
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Byte.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Byte.c:29:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Byte.c:29:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Byte.c:29:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Byte.c:29:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Byte.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Byte.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Byte.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Byte.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Byte.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Byte.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Byte.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Byte.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Byte.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Byte.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Byte.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Byte.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Byte.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Byte.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Byte.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Byte.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   byte_t.c
rm -f ../blib/arch/auto/Encode/Byte/Byte.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong Byte.o byte_t.o  -o ../blib/arch/auto/Encode/Byte/Byte.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/Byte/Byte.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs 644
Running Mkbootstrap for Encode::CN ()
chmod 644 "CN.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
Reading cp936 (cp936)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
Reading euc-cn (euc-cn)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
Reading gb12345-raw (gb12345-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
Reading gb2312-raw (gb2312-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
Reading iso-ir-165 (iso-ir-165)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
Reading MacChineseSimp (MacChineseSimp)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  CN.xs > CN.xsc && mv CN.xsc CN.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   CN.c
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from CN.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
CN.c:34:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
CN.c:34:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
CN.c:34:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
CN.c:34:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
CN.c:35:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
CN.c:35:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
CN.c:35:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
CN.c:35:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
CN.c:35:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
CN.c:35:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
CN.c:35:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
CN.c:35:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
CN.c:39:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
CN.c:39:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
CN.c:39:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
CN.c:39:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
CN.c:39:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
CN.c:39:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
CN.c:39:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
CN.c:39:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   cp_00_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   eu_01_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   gb_02_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   gb_03_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ir_04_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ma_05_t.c
rm -f ../blib/arch/auto/Encode/CN/CN.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o  -o ../blib/arch/auto/Encode/CN/CN.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/CN/CN.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../blib/arch/auto/Encode/CN/CN.bs 644
Running Mkbootstrap for Encode::EBCDIC ()
chmod 644 "EBCDIC.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
Reading cp37 (cp37)
Reading cp1026 (cp1026)
Reading cp1047 (cp1047)
Reading cp500 (cp500)
Reading cp875 (cp875)
Reading posix-bc (posix-bc)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  EBCDIC.xs > EBCDIC.xsc && mv EBCDIC.xsc EBCDIC.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   EBCDIC.c
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from EBCDIC.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
EBCDIC.c:29:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
EBCDIC.c:29:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
EBCDIC.c:29:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
EBCDIC.c:29:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
EBCDIC.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
EBCDIC.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
EBCDIC.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
EBCDIC.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
EBCDIC.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
EBCDIC.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
EBCDIC.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
EBCDIC.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
EBCDIC.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
EBCDIC.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
EBCDIC.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
EBCDIC.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
EBCDIC.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
EBCDIC.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
EBCDIC.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
EBCDIC.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ebcdic_t.c
rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o  -o ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs 644
Running Mkbootstrap for Encode::JP ()
chmod 644 "JP.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
Reading cp932 (cp932)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
Reading euc-jp (euc-jp)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
Reading jis0201-raw (jis0201-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
Reading jis0208-raw (jis0208-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
Reading jis0212-raw (jis0212-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
Reading MacJapanese (MacJapanese)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
Reading shiftjis (shiftjis)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  JP.xs > JP.xsc && mv JP.xsc JP.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   JP.c
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from JP.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
JP.c:35:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
JP.c:35:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
JP.c:35:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
JP.c:35:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
JP.c:36:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
JP.c:36:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
JP.c:36:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
JP.c:36:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
JP.c:36:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
JP.c:36:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
JP.c:36:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
JP.c:36:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
JP.c:40:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
JP.c:40:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
JP.c:40:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
JP.c:40:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
JP.c:40:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
JP.c:40:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
JP.c:40:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
JP.c:40:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   cp_00_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   eu_01_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ji_02_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ji_03_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ji_04_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ma_05_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   sh_06_t.c
rm -f ../blib/arch/auto/Encode/JP/JP.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o  -o ../blib/arch/auto/Encode/JP/JP.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/JP/JP.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../blib/arch/auto/Encode/JP/JP.bs 644
Running Mkbootstrap for Encode::KR ()
chmod 644 "KR.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
Reading cp949 (cp949)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
Reading euc-kr (euc-kr)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm
Reading johab (johab)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm
Reading ksc5601-raw (ksc5601-raw)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm
Reading MacKorean (MacKorean)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  KR.xs > KR.xsc && mv KR.xsc KR.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   KR.c
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from KR.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
KR.c:33:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
KR.c:33:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
KR.c:33:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
KR.c:33:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
KR.c:34:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
KR.c:34:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
KR.c:34:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
KR.c:34:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
KR.c:34:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
KR.c:34:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
KR.c:34:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
KR.c:34:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
KR.c:38:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
KR.c:38:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
KR.c:38:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
KR.c:38:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
KR.c:38:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
KR.c:38:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
KR.c:38:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
KR.c:38:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   cp_00_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   eu_01_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   jo_02_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ks_03_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ma_04_t.c
rm -f ../blib/arch/auto/Encode/KR/KR.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o  -o ../blib/arch/auto/Encode/KR/KR.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/KR/KR.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../blib/arch/auto/Encode/KR/KR.bs 644
Running Mkbootstrap for Encode::Symbol ()
chmod 644 "Symbol.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm
Reading AdobeSymbol (AdobeSymbol)
Reading AdobeZdingbat (AdobeZdingbat)
Reading dingbats (dingbats)
Reading MacDingbats (MacDingbats)
Reading MacSymbol (MacSymbol)
Reading symbol (symbol)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  Symbol.xs > Symbol.xsc && mv Symbol.xsc Symbol.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   Symbol.c
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Symbol.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Symbol.c:29:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Symbol.c:29:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Symbol.c:29:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Symbol.c:29:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Symbol.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Symbol.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Symbol.c:30:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Symbol.c:30:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Symbol.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Symbol.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Symbol.c:30:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Symbol.c:30:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Symbol.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Symbol.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Symbol.c:34:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Symbol.c:34:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Symbol.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Symbol.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Symbol.c:34:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Symbol.c:34:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   symbol_t.c
rm -f ../blib/arch/auto/Encode/Symbol/Symbol.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong Symbol.o symbol_t.o  -o ../blib/arch/auto/Encode/Symbol/Symbol.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/Symbol/Symbol.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../blib/arch/auto/Encode/Symbol/Symbol.bs 644
Running Mkbootstrap for Encode::TW ()
chmod 644 "TW.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm
Reading big5-eten (big5-eten)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm
Reading big5-hkscs (big5-hkscs)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm
Reading cp950 (cp950)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm
Reading MacChineseTrad (MacChineseTrad)
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -nolinenumbers -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  TW.xs > TW.xsc && mv TW.xsc TW.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   TW.c
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from TW.c:11:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
TW.c:32:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
TW.c:32:2: note: '{' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
TW.c:32:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
TW.c:32:2: note: ')' token is here
 PUSHMARK(sp);
 ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
TW.c:33:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
TW.c:33:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
TW.c:33:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
TW.c:33:2: note: '{' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
TW.c:33:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
TW.c:33:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
TW.c:33:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
TW.c:33:2: note: ')' token is here
 XPUSHs(sv);
 ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
TW.c:37:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
TW.c:37:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
TW.c:37:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
TW.c:37:4: note: '{' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
TW.c:37:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
TW.c:37:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
TW.c:37:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
TW.c:37:4: note: ')' token is here
   XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
26 warnings generated.
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   bi_00_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   bi_01_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   cp_02_t.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   ma_03_t.c
rm -f ../blib/arch/auto/Encode/TW/TW.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o  -o ../blib/arch/auto/Encode/TW/TW.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/TW/TW.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../blib/arch/auto/Encode/TW/TW.bs 644
Running Mkbootstrap for Encode::Unicode ()
chmod 644 "Unicode.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  Unicode.xs > Unicode.xsc && mv Unicode.xsc Unicode.c
cc -c  -I../Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   Unicode.c
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:9:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:11:
./../Encode/encode.h:1280:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1229:5: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    STMT_START {                                                    \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
./../Encode/encode.h:1280:17: note: '{' token is here
                HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1229:16: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    STMT_START {                                                    \
               ^
./../Encode/encode.h:1280:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1235:5: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    } STMT_END;
    ^
./../Encode/encode.h:1280:17: note: ')' token is here
                HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1235:7: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    } STMT_END;
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:11:
./../Encode/encode.h:1283:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                HANDLE_UNICODE_SURROGATE(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1220:5: note: expanded from macro 'HANDLE_UNICODE_SURROGATE'
    STMT_START {                                                    \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
./../Encode/encode.h:1283:17: note: '{' token is here
                HANDLE_UNICODE_SURROGATE(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1220:16: note: expanded from macro 'HANDLE_UNICODE_SURROGATE'
    STMT_START {                                                    \
               ^
./../Encode/encode.h:1283:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                HANDLE_UNICODE_SURROGATE(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1226:5: note: expanded from macro 'HANDLE_UNICODE_SURROGATE'
    } STMT_END;
    ^
./../Encode/encode.h:1283:17: note: ')' token is here
                HANDLE_UNICODE_SURROGATE(uv, flags, msgs);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1226:7: note: expanded from macro 'HANDLE_UNICODE_SURROGATE'
    } STMT_END;
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Unicode.xs:11:
./../Encode/encode.h:1307:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1229:5: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    STMT_START {                                                    \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
./../Encode/encode.h:1307:9: note: '{' token is here
        HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1229:16: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    STMT_START {                                                    \
               ^
./../Encode/encode.h:1307:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1235:5: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    } STMT_END;
    ^
./../Encode/encode.h:1307:9: note: ')' token is here
        HANDLE_UNICODE_NONCHAR(uv, flags, msgs);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./../Encode/encode.h:1235:7: note: expanded from macro 'HANDLE_UNICODE_NONCHAR'
    } STMT_END;
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:98:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:98:2: note: '{' token is here
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:98:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:98:2: note: ')' token is here
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:106:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:106:2: note: '{' token is here
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:106:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:106:2: note: ')' token is here
        SvCUR_set(result,SvCUR(result)+size);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:151:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:151:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Unicode.xs:151:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:151:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.xs:151:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.xs:151:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:151:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Unicode.xs:151:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:158:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:158:17: note: '{' token is here
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Unicode.xs:158:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Unicode.xs:158:17: note: ')' token is here
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:165:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str, ulen);
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:165:13: note: '{' token is here
            SvCUR_set(str, ulen);
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:165:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str, ulen);
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:165:13: note: ')' token is here
            SvCUR_set(str, ulen);
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:340:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result, d - (U8 *)SvPVX(result));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:340:2: note: '{' token is here
        SvCUR_set(result, d - (U8 *)SvPVX(result));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:340:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(result, d - (U8 *)SvPVX(result));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:340:2: note: ')' token is here
        SvCUR_set(result, d - (U8 *)SvPVX(result));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:354:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str,(e-s));
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:354:6: note: '{' token is here
            SvCUR_set(str,(e-s));
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:354:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str,(e-s));
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:354:6: note: ')' token is here
            SvCUR_set(str,(e-s));
            ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:357:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str,0);
            ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:357:6: note: '{' token is here
            SvCUR_set(str,0);
            ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:357:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(str,0);
            ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:357:6: note: ')' token is here
            SvCUR_set(str,0);
            ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:360:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(str);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:360:2: note: '{' token is here
        SvSETMAGIC(str);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Unicode.xs:360:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(str);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Unicode.xs:360:2: note: ')' token is here
        SvSETMAGIC(str);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:363:23: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1286:2: note: expanded from macro 'SvPV_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:363:23: note: '{' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1286:13: note: expanded from macro 'SvPV_set'
        STMT_START { \
                   ^
Unicode.xs:363:23: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1291:32: note: expanded from macro 'SvPV_set'
                ((sv)->sv_u.svu_pv = (val)); } STMT_END
                                             ^
Unicode.xs:363:23: note: ')' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1291:34: note: expanded from macro 'SvPV_set'
                ((sv)->sv_u.svu_pv = (val)); } STMT_END
                                               ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:363:23: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1319:2: note: expanded from macro 'SvLEN_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:363:23: note: '{' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1319:13: note: expanded from macro 'SvLEN_set'
        STMT_START { \
                   ^
Unicode.xs:363:23: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1324:43: note: expanded from macro 'SvLEN_set'
                (((XPV*)  SvANY(sv))->xpv_len = (val)); } STMT_END
                                                        ^
Unicode.xs:363:23: note: ')' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1324:45: note: expanded from macro 'SvLEN_set'
                (((XPV*)  SvANY(sv))->xpv_len = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:368:25: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(str)) SvTAINTED_on(result); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:368:25: note: '{' token is here
    if (SvTAINTED(str)) SvTAINTED_on(result); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Unicode.xs:368:25: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(str)) SvTAINTED_on(result); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Unicode.xs:368:25: note: ')' token is here
    if (SvTAINTED(str)) SvTAINTED_on(result); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:369:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:369:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.xs:369:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.xs:369:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.c:537:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.c:537:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.c:537:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.c:537:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:395:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:395:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Unicode.xs:395:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:395:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.xs:395:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.xs:395:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:395:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Unicode.xs:395:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:401:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:401:17: note: '{' token is here
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Unicode.xs:401:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Unicode.xs:401:17: note: ')' token is here
                SvTAINTED_on(tmp);
                ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:503:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(utf8,(e-s));
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:503:6: note: '{' token is here
            SvCUR_set(utf8,(e-s));
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:503:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(utf8,(e-s));
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:503:6: note: ')' token is here
            SvCUR_set(utf8,(e-s));
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:506:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(utf8,0);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:506:6: note: '{' token is here
            SvCUR_set(utf8,0);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Unicode.xs:506:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(utf8,0);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Unicode.xs:506:6: note: ')' token is here
            SvCUR_set(utf8,0);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:509:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(utf8);
        ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:509:2: note: '{' token is here
        SvSETMAGIC(utf8);
        ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Unicode.xs:509:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(utf8);
        ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Unicode.xs:509:2: note: ')' token is here
        SvSETMAGIC(utf8);
        ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:512:23: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1286:2: note: expanded from macro 'SvPV_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:512:23: note: '{' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1286:13: note: expanded from macro 'SvPV_set'
        STMT_START { \
                   ^
Unicode.xs:512:23: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1291:32: note: expanded from macro 'SvPV_set'
                ((sv)->sv_u.svu_pv = (val)); } STMT_END
                                             ^
Unicode.xs:512:23: note: ')' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:50:2: note: expanded from macro 'shrink_buffer'
        SvPV_set(result, newpv); \
        ^~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1291:34: note: expanded from macro 'SvPV_set'
                ((sv)->sv_u.svu_pv = (val)); } STMT_END
                                               ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:512:23: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1319:2: note: expanded from macro 'SvLEN_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:512:23: note: '{' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1319:13: note: expanded from macro 'SvLEN_set'
        STMT_START { \
                   ^
Unicode.xs:512:23: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1324:43: note: expanded from macro 'SvLEN_set'
                (((XPV*)  SvANY(sv))->xpv_len = (val)); } STMT_END
                                                        ^
Unicode.xs:512:23: note: ')' token is here
    if (!temp_result) shrink_buffer(result);
                      ^~~~~~~~~~~~~~~~~~~~~
Unicode.xs:51:2: note: expanded from macro 'shrink_buffer'
        SvLEN_set(result, newlen); \
        ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1324:45: note: expanded from macro 'SvLEN_set'
                (((XPV*)  SvANY(sv))->xpv_len = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:513:26: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(utf8)) SvTAINTED_on(result); /* propagate taintedness */
                         ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:513:26: note: '{' token is here
    if (SvTAINTED(utf8)) SvTAINTED_on(result); /* propagate taintedness */
                         ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Unicode.xs:513:26: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(utf8)) SvTAINTED_on(result); /* propagate taintedness */
                         ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Unicode.xs:513:26: note: ')' token is here
    if (SvTAINTED(utf8)) SvTAINTED_on(result); /* propagate taintedness */
                         ^~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.xs:515:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.xs:515:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.xs:515:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.xs:515:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Unicode.c:702:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Unicode.c:702:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Unicode.c:702:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Unicode.c:702:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
74 warnings generated.
rm -f ../blib/arch/auto/Encode/Unicode/Unicode.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong Unicode.o  -o ../blib/arch/auto/Encode/Unicode/Unicode.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 ../blib/arch/auto/Encode/Unicode/Unicode.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../blib/arch/auto/Encode/Unicode/Unicode.bs 644
Running Mkbootstrap for Encode ()
chmod 644 "Encode.bs"
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/xsubpp"  -typemap "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/ExtUtils/typemap"  Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl"  bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
Reading iso-8859-1 (iso-8859-1)
Reading ascii (ascii)
Reading cp1252 (cp1252)
Reading ascii-ctrl (ascii-ctrl)
Reading null (null)
cc -c  -I./Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   Encode.c
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from Encode.xs:8:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:49:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:49:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:49:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:49:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:50:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:50:5: note: '{' token is here
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:50:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:50:5: note: '{' token is here
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:50:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:50:5: note: ')' token is here
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:50:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:50:5: note: ')' token is here
    XPUSHs(sv);
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:53:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:53:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:53:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:53:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:53:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:53:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:53:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:53:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:67:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:67:13: note: '{' token is here
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Encode.xs:67:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Encode.xs:67:13: note: ')' token is here
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:74:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(*src, *slen);
        ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:74:9: note: '{' token is here
        SvCUR_set(*src, *slen);
        ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:74:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(*src, *slen);
        ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:74:9: note: ')' token is here
        SvCUR_set(*src, *slen);
        ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:85:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:85:13: note: '{' token is here
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Encode.xs:85:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Encode.xs:85:13: note: ')' token is here
            SvTAINTED_on(tmp);
            ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:104:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:104:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:104:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:104:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:105:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:105:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:105:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:105:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:105:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:105:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:105:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:105:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVuv(ch)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:129:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:129:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:129:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:129:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:131:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:131:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:131:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:131:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:131:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:131:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:131:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:131:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSVuv(s[i])));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:164:25: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:164:25: note: '{' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Encode.xs:164:25: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Encode.xs:164:25: note: ')' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:177:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, 0);
        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:177:9: note: '{' token is here
        SvCUR_set(dst, 0);
        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:177:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, 0);
        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:177:9: note: ')' token is here
        SvCUR_set(dst, 0);
        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:185:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, dlen+ddone);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:185:9: note: '{' token is here
        SvCUR_set(dst, dlen+ddone);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:185:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, dlen+ddone);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:185:9: note: ')' token is here
        SvCUR_set(dst, dlen+ddone);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:328:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:328:9: note: '{' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:328:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:328:9: note: ')' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:332:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst, dlen+ddone);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:332:5: note: '{' token is here
    SvCUR_set(dst, dlen+ddone);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:332:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst, dlen+ddone);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:332:5: note: ')' token is here
    SvCUR_set(dst, dlen+ddone);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:414:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst,0);
    ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:414:5: note: '{' token is here
    SvCUR_set(dst,0);
    ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:414:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst,0);
    ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:414:5: note: ')' token is here
    SvCUR_set(dst,0);
    ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:507:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(dst, d-(U8 *)SvPVX(dst));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:507:13: note: '{' token is here
            SvCUR_set(dst, d-(U8 *)SvPVX(dst));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:507:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            SvCUR_set(dst, d-(U8 *)SvPVX(dst));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:507:13: note: ')' token is here
            SvCUR_set(dst, d-(U8 *)SvPVX(dst));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:516:17: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvCUR_set(dst, d-(U8 *)SvPVX(dst));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:516:17: note: '{' token is here
                SvCUR_set(dst, d-(U8 *)SvPVX(dst));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:516:17: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
                SvCUR_set(dst, d-(U8 *)SvPVX(dst));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:516:17: note: ')' token is here
                SvCUR_set(dst, d-(U8 *)SvPVX(dst));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:524:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst, d-(U8 *)SvPVX(dst));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:524:5: note: '{' token is here
    SvCUR_set(dst, d-(U8 *)SvPVX(dst));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:524:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvCUR_set(dst, d-(U8 *)SvPVX(dst));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:524:5: note: ')' token is here
    SvCUR_set(dst, d-(U8 *)SvPVX(dst));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:543:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:543:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:543:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:543:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:559:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:559:5: note: '{' token is here
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:559:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:559:5: note: '{' token is here
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:559:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:559:5: note: ')' token is here
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:559:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:559:5: note: ')' token is here
    XPUSHs(m_enc);
    ^~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:585:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:585:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:585:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:585:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:593:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:593:5: note: '{' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:593:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:593:5: note: '{' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:593:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:593:5: note: ')' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:593:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:593:5: note: ')' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:594:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:594:5: note: '{' token is here
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:594:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:594:5: note: '{' token is here
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:594:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:594:5: note: ')' token is here
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:594:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:594:5: note: ')' token is here
    XPUSHs(src);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:595:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:595:5: note: '{' token is here
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:595:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:595:5: note: '{' token is here
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:595:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:595:5: note: ')' token is here
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:595:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:595:5: note: ')' token is here
    XPUSHs(check ? check : &PL_sv_no);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:638:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:638:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Encode.xs:638:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:638:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:638:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:638:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:638:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Encode.xs:638:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:648:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:648:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:648:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:648:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:649:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:649:5: note: '{' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:649:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:649:5: note: '{' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:649:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:649:5: note: ')' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:649:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:649:5: note: ')' token is here
    XPUSHs(obj);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:669:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:669:9: note: '{' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:669:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:669:9: note: ')' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:672:25: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:672:25: note: '{' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Encode.xs:672:25: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Encode.xs:672:25: note: ')' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:674:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:674:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:674:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:674:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:695:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:695:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Encode.xs:695:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:695:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:695:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:695:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:695:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Encode.xs:695:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:728:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, d- (U8 *)SvPVX(dst));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:2: note: expanded from macro 'SvCUR_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:728:9: note: '{' token is here
        SvCUR_set(dst, d- (U8 *)SvPVX(dst));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1311:13: note: expanded from macro 'SvCUR_set'
        STMT_START { \
                   ^
Encode.xs:728:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvCUR_set(dst, d- (U8 *)SvPVX(dst));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:43: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                        ^
Encode.xs:728:9: note: ')' token is here
        SvCUR_set(dst, d- (U8 *)SvPVX(dst));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1317:45: note: expanded from macro 'SvCUR_set'
                (((XPV*)  SvANY(sv))->xpv_cur = (val)); } STMT_END
                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:736:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:736:9: note: '{' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:736:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:736:9: note: ')' token is here
        SvSETMAGIC(src);
        ^~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:740:25: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:27: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                          ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:740:25: note: '{' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:37: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                    ^
Encode.xs:740:25: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:83: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                  ^
Encode.xs:740:25: note: ')' token is here
    if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                        ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1464:84: note: expanded from macro 'SvTAINTED_on'
#define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                                                                                   ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:742:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:742:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:742:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:742:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:960:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:960:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:960:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:960:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:979:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:979:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                   ^
Encode.c:979:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:18: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:979:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:29: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                   ^
Encode.c:979:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:979:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.c:979:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.c:979:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:31: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:979:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:62: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                                                    ^
Encode.c:979:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                              ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:303:64: note: expanded from macro 'PUSHTARG'
#define PUSHTARG        STMT_START { SvSETMAGIC(TARG); PUSHs(TARG); } STMT_END
                                                                      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:979:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:66: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                                        ^
Encode.c:979:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:306:68: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { sv_setiv(TARG, (IV)(i)); PUSHTARG; } STMT_END
                                                                          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:981:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:981:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:981:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:981:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1007:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1007:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1007:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1007:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:806:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:24: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:806:9: note: '{' token is here
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:35: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                  ^
Encode.xs:806:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:52: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:806:9: note: '{' token is here
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:52: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:806:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:52: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:806:9: note: ')' token is here
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:52: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:806:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:65: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                                ^
Encode.xs:806:9: note: ')' token is here
        XSRETURN_NO;
        ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:337:67: note: expanded from macro 'XSRETURN_NO'
#define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:813:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvIV_set(off, (IV)offset);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1276:2: note: expanded from macro 'SvIV_set'
        STMT_START { \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:813:5: note: '{' token is here
    SvIV_set(off, (IV)offset);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1276:13: note: expanded from macro 'SvIV_set'
        STMT_START { \
                   ^
Encode.xs:813:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvIV_set(off, (IV)offset);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1279:44: note: expanded from macro 'SvIV_set'
                (((XPVIV*)  SvANY(sv))->xiv_iv = (val)); } STMT_END
                                                         ^
Encode.xs:813:5: note: ')' token is here
    SvIV_set(off, (IV)offset);
    ^~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:1279:46: note: expanded from macro 'SvIV_set'
                (((XPVIV*)  SvANY(sv))->xiv_iv = (val)); } STMT_END
                                                           ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1071:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1071:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1071:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1071:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:840:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:840:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Encode.xs:840:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:840:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:840:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:840:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:840:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Encode.xs:840:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:848:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:848:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:848:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:848:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1124:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1124:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1124:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1124:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:872:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:872:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
Encode.xs:872:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:872:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:872:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:872:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:872:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                ^
Encode.xs:872:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:339:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:879:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:879:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.xs:879:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.xs:879:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1176:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1176:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1176:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1176:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1196:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1196:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1196:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1196:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1220:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1220:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1220:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1220:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:912:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:2: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:912:5: note: '{' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:59:13: note: expanded from macro 'PUSHMARK'
        STMT_START {                                    \
                   ^
Encode.xs:912:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:2: note: expanded from macro 'PUSHMARK'
        } STMT_END
        ^
Encode.xs:912:5: note: ')' token is here
    PUSHMARK(sp);
    ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:64:4: note: expanded from macro 'PUSHMARK'
        } STMT_END
          ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:913:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:913:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
Encode.xs:913:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:24: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:913:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:287:35: note: expanded from macro 'EXTEND'
# define EXTEND(p,n)   STMT_START {                                     \
                                  ^
Encode.xs:913:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
Encode.xs:913:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:291:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:913:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
Encode.xs:913:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/pp.h:309:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1256:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1256:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1256:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1256:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1291:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1291:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1291:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1291:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:953:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:953:9: note: '{' token is here
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:953:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:953:9: note: ')' token is here
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1319:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1319:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1319:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1319:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:969:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:969:9: note: '{' token is here
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:969:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:969:9: note: ')' token is here
        SvSETMAGIC(sv);
        ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1347:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1347:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1347:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1347:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1390:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1390:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1390:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1390:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1433:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1433:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1433:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1433:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1471:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1471:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1471:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1471:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1493:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1493:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1493:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1493:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.xs:1085:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvSETMAGIC(octets);
    ^~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.xs:1085:5: note: '{' token is here
    SvSETMAGIC(octets);
    ^~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
Encode.xs:1085:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SvSETMAGIC(octets);
    ^~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
Encode.xs:1085:5: note: ')' token is here
    SvSETMAGIC(octets);
    ^~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/sv.h:2044:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1557:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1557:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1557:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1557:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1574:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1574:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
Encode.c:1574:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
Encode.c:1574:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:326:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
Encode.c:1574:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
Encode.c:1574:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
Encode.c:1574:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
Encode.c:1574:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/XSUB.h:340:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
184 warnings generated.
cc -c  -I./Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   def_t.c
cc -c  -I./Encode -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV -O3   -DVERSION=\"3.19\" -DXS_VERSION=\"3.19\"  "-I/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE"   encengine.c
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: '{' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:405:7: note: ')' token is here
      MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:414:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:422:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:430:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: '{' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:438:13: note: ')' token is here
            MURMUR_DOBLOCK(h1, k1);
            ^~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
                                                           ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                               ^~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:534:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: '{' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
                                          ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
    h1 = h1 * 5 + MURMUR_C3; \
                             ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
            MURMUR_DOBLOCK(h1, c); \
            ^~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from encengine.c:91:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:3740:
In file included from /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv.h:629:
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
    } \
      ^
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:446:5: note: ')' token is here
    MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
  ^~~~~~~~
/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level/CORE/perl.h:535:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
16 warnings generated.
rm -f blib/arch/auto/Encode/Encode.bundle
cc  -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o  -o blib/arch/auto/Encode/Encode.bundle 	\
	     	\
	  
ld: warning: -undefined dynamic_lookup may not work with chained fixups
chmod 755 blib/arch/auto/Encode/Encode.bundle
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs blib/arch/auto/Encode/Encode.bs 644
cp bin/enc2xs blib/script/enc2xs
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
cp bin/encguess blib/script/encguess
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
cp bin/piconv blib/script/piconv
"/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
Manifying 3 pod documents
Manifying 18 pod documents
Running Mkbootstrap for Encode::Byte ()
chmod 644 "Byte.bs"
Running Mkbootstrap for Encode::CN ()
chmod 644 "CN.bs"
Running Mkbootstrap for Encode::EBCDIC ()
chmod 644 "EBCDIC.bs"
Running Mkbootstrap for Encode::JP ()
chmod 644 "JP.bs"
Running Mkbootstrap for Encode::KR ()
chmod 644 "KR.bs"
Running Mkbootstrap for Encode::Symbol ()
chmod 644 "Symbol.bs"
Running Mkbootstrap for Encode::TW ()
chmod 644 "TW.bs"
Running Mkbootstrap for Encode::Unicode ()
chmod 644 "Unicode.bs"
Running Mkbootstrap for Encode ()
chmod 644 "Encode.bs"
PERL_DL_NONLAZY=1 "/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/cow.t .................... ok
t/decode.t ................. ok
t/at-tw.t .................. ok
t/at-cn.t .................. ok
t/enc_utf8.t ............... ok
t/enc_eucjp.t .............. ok
t/enc_module.t ............. ok
t/enc_data.t ............... ok
t/encoding-locale.t ........ ok
t/encoding.t ............... ok
t/fallback.t ............... ok
t/from_to.t ................ ok
t/grow.t ................... ok
t/gsm0338.t ................ ok
t/CJKT.t ................... ok
t/jis7-fallback.t .......... ok
t/Encoder.t ................ ok
t/isa.t .................... ok
t/Encode.t ................. ok
t/guess.t .................. ok
t/magic.t .................. ok
t/mime-name.t .............. ok
t/mime_header_iso2022jp.t .. ok
t/rt113164.t ............... ok
t/Aliases.t ................ ok
t/rt65541.t ................ ok
t/rt76824.t ................ ok
t/jperl.t .................. ok
t/rt85489.t ................ ok
t/rt86327.t ................ ok
t/piconv.t ................. ok
t/truncated_utf8.t ......... ok
t/Unicode_trailing_nul.t ... ok
t/undef.t .................. ok
t/taint.t .................. ok
t/use-Encode-Alias.t ....... ok
t/Unicode.t ................ ok
t/utf8ref.t ................ ok
t/whatwg-aliases.t ......... skipped: For maintainers only
t/utf8warnings.t ........... ok
t/utf8strict.t ............. ok
t/xml.t .................... ok
t/utf32warnings.t .......... ok
t/perlio.t ................. ok
t/mime-header.t ............ ok
All tests successful.

Test Summary Report
-------------------
t/truncated_utf8.t       (Wstat: 0 Tests: 9 Failed: 0)
  TODO passed:   9
Files=45, Tests=7836,  1 wallclock secs ( 0.24 usr  0.06 sys +  2.33 cusr  0.26 csys =  2.89 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    HARNESS_OPTIONS = j6:c
    LANG = en_CA.UTF-8
    NO_NETWORK_TESTING = 1
    PATH = /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin:/Volumes/chambord/Users/ether/bin:/Volumes/chambord/Users/ether/git/misc/install/advocaat.local/bin:/Volumes/chambord/Users/ether/git/misc/install/generic/bin:/opt/local/bin:/opt/local/sbin:/Volumes/chambord/Users/ether/git/git-hub/lib:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/local/share/git-core/contrib/workdir
    PERL5LIB = /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/lib/perl5
    PERLBREW_HOME = /Volumes/chambord/Users/ether/.perlbrew
    PERLBREW_LIB = std
    PERLBREW_MANPATH = /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/man:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/man
    PERLBREW_PATH = /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin
    PERLBREW_PERL = 22.4
    PERLBREW_ROOT = /Volumes/chambord/Users/ether/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.96
    PERLBREW_VERSION = 0.96
    PERLDOC = -oman
    PERLDOC_PAGER = less -sicMr
    PERL_AUTOINSTALL_PREFER_CPAN = 1
    PERL_INSTALL_QUIET = 1
    PERL_LOCAL_LIB_ROOT = /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std
    PERL_MB_OPT = --install_base /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std
    PERL_MM_OPT = INSTALL_BASE=/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std
    PERL_TEST_HARNESS_ASAP = 1
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = xterm-color

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

    EGID = 20 20 12 61 79 80 81 98 701 704 703 702 33 100 204 250 395
    EUID = 502
    EXECUTABLE_NAME = /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin/perl
    GID = 20 20 12 61 79 80 81 98 701 704 703 702 33 100 204 250 395
    UID = 502

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.11_01   
    CPAN::Meta          2.150001  
    Cwd                 3.56_02   
    ExtUtils::CBuilder  0.280221  
    ExtUtils::Command   1.20_01   
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.04_02   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.28      
    File::Spec          3.56_02   
    JSON                n/a       
    JSON::PP            2.27300_01
    Module::Build       n/a       
    Module::Signature   n/a       
    Parse::CPAN::Meta   1.4414_001
    Test::Harness       3.35_01   
    Test::More          1.001014  
    YAML                n/a       
    YAML::Syck          n/a       
    version             0.9909    


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=darwin, osvers=22.2.0, archname=darwin-2level
    uname='darwin advocaat.local 22.2.0 darwin kernel version 22.2.0: fri nov 11 02:06:26 pst 2022; root:xnu-8792.61.2~4release_arm64_t8112 arm64 '
    config_args='-de -Dprefix=/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4 -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -DPERL_USE_SAFE_PUTENV',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include'
    ccversion='', gccversion='Apple LLVM 14.0.0 (clang-1400.0.29.202)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -mmacosx-version-min=13.1 -fstack-protector-strong -L/opt/local/lib'
    libpth=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /opt/local/lib /usr/lib
    libs=-lgdbm
    perllibs=
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under darwin
  Compiled at Jan 21 2023 14:54:15
  %ENV:
    PERL5LIB="/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/lib/perl5"
    PERLBREW_HOME="/Volumes/chambord/Users/ether/.perlbrew"
    PERLBREW_LIB="std"
    PERLBREW_MANPATH="/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/man:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/man"
    PERLBREW_PATH="/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/bin:/Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/bin"
    PERLBREW_PERL="22.4"
    PERLBREW_ROOT="/Volumes/chambord/Users/ether/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.96"
    PERLBREW_VERSION="0.96"
    PERLDOC="-oman"
    PERLDOC_PAGER="less -sicMr"
    PERL_AUTOINSTALL_PREFER_CPAN="1"
    PERL_INSTALL_QUIET="1"
    PERL_LOCAL_LIB_ROOT="/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std"
    PERL_MB_OPT="--install_base /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std"
    PERL_MM_OPT="INSTALL_BASE=/Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std"
    PERL_TEST_HARNESS_ASAP="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/lib/perl5/darwin-2level
    /Volumes/chambord/Users/ether/.perlbrew/libs/22.4@std/lib/perl5
    /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/site_perl/5.22.4/darwin-2level
    /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/site_perl/5.22.4
    /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4/darwin-2level
    /Volumes/chambord/Users/ether/perl5/perlbrew/perls/22.4/lib/5.22.4
    .