DBD-SQLite v1.70 Perl 5 v5.34.1 darwin-2level

Status
Pass
From
Dist
DBD-SQLite v1.70
Platform
Perl 5 v5.34.1 darwin-2level
Date
2022-04-05T23:12:42
ID
e52a841a-b535-11ec-974a-fadb7808c3be
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 ISHIGAKI,

This is a computer-generated report for DBD-SQLite-1.70
on perl 5.34.1, created by App::cpanminus::reporter 0.17 (1.7045).

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 DBD-SQLite-1.70
Running Mkbootstrap for SQLite ()
chmod 644 "SQLite.bs"
"/Users/ether/perl5/perlbrew/perls/34.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
"/Users/ether/perl5/perlbrew/perls/34.1/bin/perl" -p -e "s/~DRIVER~/SQLite/g" /Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver.xst > SQLite.xsi
"/Users/ether/perl5/perlbrew/perls/34.1/bin/perl" "/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/ExtUtils/xsubpp"  -typemap '/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/ExtUtils/typemap' -typemap '/Users/ether/.cpanm/work/1649200150.78208/DBD-SQLite-1.70/typemap'  SQLite.xs > SQLite.xsc
mv SQLite.xsc SQLite.c
cc -c  -I. -I/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI -fno-common -DPERL_DARWIN -mmacosx-version-min=11.6 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3   -DVERSION=\"1.70\" -DXS_VERSION=\"1.70\"  "-I/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE"  -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 -DSQLITE_ENABLE_LOCKING_STYLE=0 SQLite.c
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: note: '{' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: note: ')' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:90:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: note: '{' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:90:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:113:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
    v1 = ROTL32(v1, 17);           \
                                   ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: note: ')' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:114:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                   ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                      ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                                 ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
        v2 = ROTL32(v2, 4) - v0;    \
                                    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:77:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:100:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                          ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: note: '{' token is here
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:100:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                                     ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:102:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
    sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES);    \
                                                                                            ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: note: ')' token is here
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:103:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:795:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: note: '{' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:795:16: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:800:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: note: ')' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:800:7: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
      ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:805:5: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: note: '{' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:805:16: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:809:5: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: note: ')' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:809:7: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
      ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
SQLite.c:188:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:188:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:188:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:188:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:210:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:210:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:210:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:210:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:210:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:210:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:210:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:210:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:212:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:212:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:212:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:212:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:247:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:247:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:247:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:247:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:247:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:247:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:247:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:247:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:249:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:249:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:249:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:249:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:275:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:275:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:275:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:275:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:275:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:275:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:275:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:275:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:277:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:277:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:277:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:277:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:308:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:308:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:308:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:308:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:308:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:308:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:308:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:308:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:310:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:310:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:310:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:310:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:346:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:346:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:346:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:346:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:346:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:346:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:346:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:346:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:348:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:348:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:348:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:348:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:373:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:373:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:373:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:373:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:373:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:373:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:373:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:373:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:375:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:375:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:375:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:375:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:397:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:397:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
SQLite.c:397:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:397:5: note: '{' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:397:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:397:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:397:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
SQLite.c:397:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:422:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:422:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:422:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:422:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:424:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:424:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:424:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:424:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:446:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:446:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:446:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:446:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:446:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:446:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:446:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:446:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:448:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:448:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:448:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:448:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:471:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:471:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:471:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:471:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:471:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:471:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:471:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:471:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:473:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:473:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:473:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:473:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:498:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:498:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:498:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:498:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:523:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:523:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:523:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:523:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:548:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:548:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:548:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:548:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:571:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:571:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:571:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:571:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:571:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:571:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:571:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:571:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:573:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:573:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:573:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:573:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:600:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:600:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:600:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:600:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:600:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:600:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:600:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:600:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:602:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:602:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:602:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:602:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:623:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:623:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:623:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:623:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:623:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:623:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:623:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:623:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:625:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:625:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:625:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:625:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:646:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:646:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:646:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:646:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:646:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:646:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:646:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:646:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:648:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:648:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:648:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:648:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:669:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:669:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:669:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:669:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:669:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:669:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:669:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:669:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:671:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:671:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:671:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:671:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:692:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:692:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:692:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:692:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:692:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:692:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:692:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:692:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:694:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:694:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:694:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:694:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:725:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:725:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:725:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:725:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:746:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:746:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:746:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:746:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:765:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:765:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:765:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:765:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:765:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:765:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:765:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:765:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:767:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:767:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:767:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:767:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:800:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:800:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:800:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:800:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:825:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:825:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:825:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:825:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:825:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:825:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:825:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:825:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:827:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:827:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:827:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:827:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:858:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:858:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:858:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:858:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:858:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:858:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:858:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:858:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:860:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:860:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:860:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:860:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:891:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:891:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:891:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:891:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:891:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:891:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:891:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:891:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:893:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:893:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:893:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:893:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:914:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:914:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:914:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:914:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:914:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:914:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:914:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:914:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:916:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:916:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:916:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:916:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:945:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:945:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:945:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:945:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:945:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:945:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:945:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:945:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:947:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:947:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:947:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:947:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:980:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:980:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:980:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:980:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.xs:423:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.xs:423:13: note: '{' token is here
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
SQLite.xs:423:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
SQLite.xs:423:13: note: ')' token is here
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.xs:428:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(n);
        ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.xs:428:9: note: '{' token is here
        XSRETURN(n);
        ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.xs:428:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(n);
        ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.xs:428:9: note: ')' token is here
        XSRETURN(n);
        ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1007:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1007:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1007:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1007:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1037:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1037:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1037:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1037:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1060:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1060:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:1060:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1060:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:1060:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:1060:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1060:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:1060:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1062:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1062:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1062:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1062:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1094:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1094:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:1094:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1094:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:1094:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:1094:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1094:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:1094:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1096:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1096:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1096:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1096:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from SQLite.c:1106:
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:33:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:33:5: note: '{' token is here
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from SQLite.c:1106:
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:33:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:33:5: note: ')' token is here
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from SQLite.c:1106:
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:34:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:34:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from SQLite.c:1106:
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:34:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI/Driver_xst.h:34:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1159:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1159:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1159:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1159:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1251:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1251:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1251:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1251:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:154:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(1);
            ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:154:13: note: '{' token is here
            XSRETURN(1);
            ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:154:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(1);
            ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:154:13: note: ')' token is here
            XSRETURN(1);
            ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:169:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:169:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:169:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:169:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:169:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:169:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:169:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:169:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:177:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:177:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:177:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:177:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:177:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:177:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:177:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:177:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:183:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:183:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:183:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:183:9: note: '{' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:183:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:183:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:183:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:183:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1318:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1318:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1318:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1318:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:214:39: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:214:39: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
./SQLite.xsi:214:39: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:214:39: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:214:39: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:214:39: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:214:39: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
./SQLite.xsi:214:39: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:214:64: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:214:64: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:214:64: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:214:64: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:214:64: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:214:64: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:214:64: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:214:64: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:223:39: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:223:39: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
./SQLite.xsi:223:39: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:223:39: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:223:39: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:223:39: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:223:39: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
./SQLite.xsi:223:39: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:223:64: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:223:64: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:223:64: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:223:64: note: '{' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:223:64: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:223:64: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:223:64: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:223:64: note: ')' token is here
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:229:35: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:229:35: note: '{' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
./SQLite.xsi:229:35: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:229:35: note: '{' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:229:35: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:229:35: note: ')' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:229:35: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                ^
./SQLite.xsi:229:35: note: ')' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                  ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:340:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:229:60: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:229:60: note: '{' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:229:60: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:229:60: note: '{' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:229:60: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:229:60: note: ')' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:229:60: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:229:60: note: ')' token is here
        if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                           ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:242:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:242:9: note: '{' token is here
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
./SQLite.xsi:242:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./SQLite.xsi:242:9: note: ')' token is here
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1511:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1511:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1511:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1511:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1534:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1534:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1534:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1534:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1556:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1556:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1556:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1556:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:341:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:341:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:341:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:341:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:341:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:341:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:341:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                ^
./SQLite.xsi:341:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1589:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1589:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1589:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1589:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1616:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1616:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1616:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1616:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1639:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1639:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1639:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1639:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1817:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1817:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1817:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1817:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1838:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1838:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1838:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1838:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1899:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1899:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1899:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1899:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1949:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:1949:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1949:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1949:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2005:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2005:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2005:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2005:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:635:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:635:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                  ^
./SQLite.xsi:635:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:635:13: note: '{' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:635:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:635:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:635:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                ^
./SQLite.xsi:635:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/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
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2038:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2038:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2038:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2038:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2160:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2160:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2160:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2160:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:712:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:712:9: note: '{' token is here
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
./SQLite.xsi:712:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./SQLite.xsi:712:9: note: ')' token is here
        EXTEND(sp, num_fields);
        ^~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2234:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2234:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2234:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2234:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:746:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:746:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:746:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:746:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:746:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:746:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:746:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                ^
./SQLite.xsi:746:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:752:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:24: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:752:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:35: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:752:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
./SQLite.xsi:752:9: note: '{' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:752:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:752:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:52: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:752:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:65: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                ^
./SQLite.xsi:752:9: note: ')' token is here
        XSRETURN_YES;
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:338:67: note: expanded from macro 'XSRETURN_YES'
#define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2269:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2269:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2269:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2269:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2315:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2315:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2315:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2315:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2342:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2342:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2342:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2342:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2368:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2368:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2368:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2368:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2441:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2441:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2441:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2441:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2441:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2441:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2441:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2441:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2443:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2443:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2443:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2443:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2483:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2483:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2483:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2483:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2483:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2483:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2483:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2483:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2485:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2485:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2485:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2485:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2505:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2505:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2505:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2505:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2505:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2505:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2505:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2505:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2507:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2507:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2507:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2507:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2550:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2550:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2550:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2550:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2550:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2550:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2550:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2550:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2552:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2552:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2552:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2552:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2592:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2592:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2592:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2592:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2592:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2592:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2592:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2592:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2594:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2594:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2594:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2594:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2611:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2611:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2611:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2611:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2611:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2611:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2611:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2611:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2613:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2613:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2613:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2613:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2633:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2633:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2633:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2633:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2633:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2633:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2633:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2633:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2635:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2635:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2635:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2635:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2678:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2678:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2678:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2678:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2678:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2678:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2678:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2678:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2680:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2680:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2680:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2680:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2723:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2723:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2723:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2723:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2723:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2723:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2723:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2723:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2725:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2725:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2725:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2725:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2768:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2768:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2768:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2768:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2768:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2768:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2768:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2768:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2770:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2770:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2770:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2770:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2813:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2813:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2813:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2813:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2813:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2813:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2813:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2813:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2815:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2815:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2815:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2815:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2858:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2858:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2858:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2858:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2858:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2858:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2858:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2858:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2860:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2860:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2860:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2860:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2903:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2903:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2903:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2903:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2903:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2903:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2903:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2903:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2905:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2905:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2905:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2905:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2948:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2948:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2948:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2948:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2948:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2948:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2948:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2948:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2950:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2950:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2950:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2950:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2993:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2993:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:2993:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2993:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:2993:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:2993:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2993:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:2993:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:2995:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:2995:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:2995:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:2995:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3038:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3038:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3038:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3038:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3038:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3038:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3038:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3038:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3040:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3040:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3040:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3040:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3083:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3083:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3083:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3083:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3083:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3083:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3083:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3083:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3085:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3085:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3085:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3085:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3128:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3128:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3128:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3128:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3128:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3128:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3128:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3128:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3130:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3130:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3130:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3130:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3173:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3173:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3173:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3173:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3173:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3173:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3173:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3173:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3175:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3175:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3175:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3175:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3218:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3218:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3218:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3218:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3218:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3218:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3218:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3218:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3220:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3220:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3220:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3220:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3263:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3263:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3263:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3263:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3263:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3263:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3263:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3263:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3265:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3265:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3265:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3265:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3308:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3308:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3308:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3308:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3308:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3308:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3308:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3308:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3310:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3310:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3310:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3310:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3353:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3353:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3353:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3353:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3353:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3353:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3353:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3353:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3355:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3355:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3355:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3355:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3398:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3398:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3398:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3398:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3398:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3398:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3398:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3398:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3400:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3400:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3400:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3400:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3443:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3443:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3443:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3443:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3443:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3443:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3443:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3443:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3445:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3445:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3445:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3445:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3488:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3488:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3488:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3488:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3488:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3488:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3488:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3488:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3490:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3490:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3533:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3533:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3533:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3533:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3533:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3533:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3533:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3533:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3535:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3535:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3535:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3535:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3578:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3578:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3578:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3578:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3578:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3578:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3578:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3578:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3580:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3580:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3580:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3580:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3623:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3623:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3623:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3623:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3623:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3623:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3623:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3623:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3625:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3625:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3625:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3625:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3668:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3668:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3668:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3668:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3668:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3668:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3668:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3668:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3670:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3670:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3670:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3670:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3713:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3713:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3713:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3713:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3713:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3713:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3713:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3713:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3715:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3715:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3715:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3715:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3758:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3758:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3758:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3758:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3758:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3758:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3758:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3758:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3760:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3760:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3760:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3760:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3803:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3803:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3803:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3803:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3803:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3803:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3803:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3803:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3805:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3805:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3805:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3805:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3848:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3848:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3848:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3848:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3848:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3848:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3848:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3848:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3850:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3850:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3850:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3850:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3893:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3893:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3893:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3893:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3893:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3893:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3893:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3893:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3895:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3895:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3895:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3895:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3938:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3938:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3938:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3938:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3938:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3938:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3938:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3938:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3940:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3940:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3940:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3940:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3983:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3983:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:3983:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3983:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:3983:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:3983:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3983:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:3983:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:3985:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:3985:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:3985:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:3985:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4028:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4028:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4028:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4028:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4028:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4028:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4028:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4028:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4030:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4030:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4030:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4030:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4073:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4073:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4073:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4073:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4073:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4073:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4073:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4073:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4075:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4075:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4075:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4075:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4118:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4118:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4118:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4118:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4118:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4118:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4118:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4118:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4120:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4120:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4120:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4120:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4163:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4163:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4163:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4163:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4163:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4163:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4163:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4163:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4165:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4165:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4208:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4208:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4208:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4208:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4208:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4208:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4208:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4208:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4210:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4210:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4210:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4210:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4253:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4253:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4253:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4253:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4253:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4253:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4253:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4253:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4255:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4255:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4255:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4255:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4298:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4298:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4298:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4298:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4298:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4298:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4298:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4298:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4300:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4300:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4300:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4300:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4343:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4343:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4343:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4343:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4343:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4343:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4343:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4343:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4345:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4345:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4345:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4345:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4385:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4385:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4385:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4385:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4385:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4385:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4385:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4385:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4387:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4387:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4387:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4387:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4407:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4407:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4407:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4407:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4407:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4407:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4407:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4407:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4409:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4409:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4409:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4409:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4452:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4452:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4452:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4452:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4452:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4452:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4452:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4452:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4454:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4454:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4454:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4454:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4497:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4497:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4497:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4497:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4497:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4497:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4497:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4497:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4499:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4499:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4499:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4499:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4542:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4542:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4542:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4542:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4542:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4542:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4542:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4542:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4544:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4544:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4544:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4544:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4587:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4587:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4587:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4587:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4587:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4587:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4587:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4587:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4589:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4589:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4589:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4589:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4632:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4632:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4632:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4632:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4632:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4632:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4632:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4632:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4634:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4634:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4634:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4634:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4677:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4677:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4677:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4677:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4677:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4677:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4677:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4677:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4679:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4679:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4679:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4679:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4722:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4722:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4722:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4722:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4722:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4722:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4722:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4722:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4724:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4724:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4724:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4724:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4767:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4767:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4767:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4767:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4767:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4767:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4767:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4767:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4769:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4769:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4769:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4769:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4809:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4809:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4809:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4809:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4809:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4809:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4809:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4809:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4811:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4811:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4811:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4811:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4828:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4828:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4828:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4828:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4828:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4828:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4828:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4828:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4830:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4830:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4830:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4830:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4850:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4850:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4850:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4850:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4850:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4850:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4850:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4850:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4852:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4852:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4852:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4852:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4892:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4892:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4892:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4892:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4892:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4892:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4892:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4892:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4894:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4894:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4894:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4894:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4914:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4914:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4914:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4914:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4914:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4914:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4914:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4914:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4916:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4916:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4916:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4916:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4959:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4959:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:4959:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4959:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:4959:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:4959:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4959:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:4959:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:4961:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:4961:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:4961:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:4961:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5001:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5001:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5001:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5001:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5001:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5001:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5001:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5001:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5003:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5003:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5003:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5003:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5023:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5023:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5023:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5023:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5023:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5023:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5023:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5023:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5025:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5025:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5025:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5025:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5068:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5068:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5068:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5068:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5068:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5068:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5068:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5068:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5070:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5070:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5070:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5070:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5110:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5110:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5110:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5110:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5110:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5110:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5110:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5110:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5112:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5112:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5112:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5112:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5129:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5129:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5129:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5129:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5129:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5129:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5129:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5129:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5131:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5131:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5131:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5131:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5151:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5151:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5151:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5151:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5151:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5151:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5151:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5151:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5153:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5153:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5153:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5153:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5196:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5196:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5196:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5196:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5196:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5196:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5196:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5196:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5198:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5198:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5241:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5241:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5241:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5241:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5241:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5241:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5241:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5241:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5243:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5243:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5243:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5243:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5286:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5286:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5286:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5286:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5286:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5286:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5286:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5286:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5288:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5288:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5288:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5288:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5331:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5331:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5331:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5331:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5331:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5331:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5331:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5331:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5333:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5333:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5333:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5333:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5376:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:18: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5376:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:5376:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5376:13: note: '{' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:409:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:5376:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:5376:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:426:7: note: expanded from macro 'TARGi'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5376:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:56: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                              ^
SQLite.c:5376:13: note: ')' token is here
        XSprePUSH; PUSHi((IV)RETVAL);
                   ^~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:476:58: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                                                ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:5378:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:5: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
SQLite.c:5378:5: note: '{' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:5378:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:5378:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/XSUB.h:330:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
780 warnings generated.
cc -c  -I. -I/Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level/auto/DBI -fno-common -DPERL_DARWIN -mmacosx-version-min=11.6 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3   -DVERSION=\"1.70\" -DXS_VERSION=\"1.70\"  "-I/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE"  -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 -DSQLITE_ENABLE_LOCKING_STYLE=0 dbdimp.c
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:150:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:151:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:152:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:156:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:157:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:158:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:159:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:162:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:163:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:80:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:87:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:164:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:88:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:167:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:168:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:169:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:170:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:171:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: note: '{' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:116:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:124:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:247:13: note: ')' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:125:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:4:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:90:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: note: '{' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:90:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:113:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
    v1 = ROTL32(v1, 17);           \
                                   ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:268:5: note: ')' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/zaphod32_hash.h:114:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                   ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                      ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                                 ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
        v2 = ROTL32(v2, 4) - v0;    \
                                    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:34:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:77:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:117:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:118:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:62:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:123:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:81:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:18:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:124:33: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:23:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl_siphash.h:87:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:4085:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv.h:659:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:100:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                          ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: note: '{' token is here
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:100:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                                     ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:102:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
    sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES);    \
                                                                                            ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:166:5: note: ')' token is here
    _PERL_HASH_SEED_STATE(seed,(U8*)state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/hv_func.h:103:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
  ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:795:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: note: '{' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:795:16: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
               ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:800:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2246:5: note: ')' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:800:7: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
      ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:805:5: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:737:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: note: '{' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:805:16: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
               ^
In file included from dbdimp.c:6:
In file included from ./SQLiteXS.h:11:
In file included from /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:7109:
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:809:5: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
    ^
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/inline.h:2252:9: note: ')' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/cop.h:809:7: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
      ^~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/perl.h:738:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
dbdimp.c:600:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:57:56: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
#define DBD_SQLITE_PREP_SV_FOR_SQLITE(sv, string_mode) STMT_START {     \
                                                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:600:5: note: '{' token is here
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:57:67: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
#define DBD_SQLITE_PREP_SV_FOR_SQLITE(sv, string_mode) STMT_START {     \
                                                                  ^
dbdimp.c:600:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:63:73: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
    }                                                                   \
                                                                        ^
dbdimp.c:600:5: note: ')' token is here
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:64:3: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
} STMT_END
  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:960:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:57:56: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
#define DBD_SQLITE_PREP_SV_FOR_SQLITE(sv, string_mode) STMT_START {     \
                                                       ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:960:5: note: '{' token is here
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:57:67: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
#define DBD_SQLITE_PREP_SV_FOR_SQLITE(sv, string_mode) STMT_START {     \
                                                                  ^
dbdimp.c:960:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:63:73: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
    }                                                                   \
                                                                        ^
dbdimp.c:960:5: note: ')' token is here
    DBD_SQLITE_PREP_SV_FOR_SQLITE(sv_statement, imp_dbh->string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:64:3: note: expanded from macro 'DBD_SQLITE_PREP_SV_FOR_SQLITE'
} STMT_END
  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1310:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(AvARRAY(av)[i]);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sv.h:2266:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                      ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1310:9: note: '{' token is here
        SvSETMAGIC(AvARRAY(av)[i]);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sv.h:2266:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                 ^
dbdimp.c:1310:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SvSETMAGIC(AvARRAY(av)[i]);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sv.h:2266:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                           ^
dbdimp.c:1310:9: note: ')' token is here
        SvSETMAGIC(AvARRAY(av)[i]);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/sv.h:2266:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                                                                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1776:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1776:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:1776:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:1776:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1778:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1778:9: note: '{' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:1778:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1778:9: note: '{' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:1778:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:1778:9: note: ')' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1778:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:1778:9: note: ')' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1990:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1990:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:1990:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:1990:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1991:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1991:5: note: '{' token is here
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:1991:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:1991:5: note: '{' token is here
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:1991:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:1991:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:1991:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:1991:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVsv(pkg) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2054:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2054:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2054:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2054:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2055:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2055:5: note: '{' token is here
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2055:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2055:5: note: '{' token is here
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2055:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2055:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2055:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2055:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2057:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2057:9: note: '{' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2057:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2057:9: note: '{' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2057:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2057:9: note: ')' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2057:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2057:9: note: ')' token is here
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2098:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2098:9: note: '{' token is here
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2098:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2098:9: note: ')' token is here
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2099:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2099:9: note: '{' token is here
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2099:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2099:9: note: '{' token is here
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2099:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2099:9: note: ')' token is here
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2099:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2099:9: note: ')' token is here
        XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:50: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                 ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                            ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2205:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2195:41: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    return cmp;                         \
                                        ^
dbdimp.c:2205:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2196:3: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
} STMT_END
  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:50: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                 ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                            ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2215:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:25: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2215:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:388:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:393:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2181:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2215:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2195:41: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    return cmp;                         \
                                        ^
dbdimp.c:2215:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2196:3: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
} STMT_END
  ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2231:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:50: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                 ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2231:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2173:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
                                                            ^
dbdimp.c:2231:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:5: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
    ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2231:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2231:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2231:5: note: ')' token is here
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2179:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    PUSHMARK(SP);                       \
    ^~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:78:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2231:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                        ^~~~~~~~~~
./ppport.h:4001:28: note: expanded from macro 'STMT_START'
#  define STMT_START    (void)( /* gcc supports ``({ STATEMENTS; })'' */
                              ^
dbdimp.c:2231:5: note: '{' token is here
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level/CORE/pp.h:479:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2231:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2180:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv1 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ether/perl5/perlbrew/perls/34.1/lib/5.3

[Output truncated after 1000K]


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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    HARNESS_OPTIONS = j6:c
    LANG = en_CA.UTF-8
    LDFLAGS = -L/usr/local/opt/mysql@5.7/lib
    NO_NETWORK_TESTING = 1
    PATH = /opt/chefdk/bin:/Users/ether/.chefdk/gem/ruby/2.6.0/bin:/opt/chefdk/embedded/bin:/Users/ether/bin:/Users/ether/git/misc/install/curacao/bin:/Users/ether/git/misc/install/generic/bin:/Users/ether/.perlbrew/libs/34.1@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/34.1/bin:/opt/local/bin:/opt/local/sbin:/Users/ether/.krew/bin:/usr/local/opt/mysql@5.7/bin:/Users/ether/go/bin:/Users/ether/git/git-hub/lib:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/opt/local/share/git-core/contrib/workdir:/Users/ether/node_modules/.bin:/usr/local/google-cloud-sdk/bin:/usr/local/go/bin:/opt/chefdk/gitbin
    PERL5LIB = /Users/ether/.perlbrew/libs/34.1@std/lib/perl5
    PERLBREW_HOME = /Users/ether/.perlbrew
    PERLBREW_LIB = std
    PERLBREW_MANPATH = /Users/ether/.perlbrew/libs/34.1@std/man:/Users/ether/perl5/perlbrew/perls/34.1/man
    PERLBREW_PATH = /Users/ether/.perlbrew/libs/34.1@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/34.1/bin
    PERLBREW_PERL = 34.1
    PERLBREW_ROOT = /Users/ether/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.94
    PERLBREW_VERSION = 0.94
    PERLDOC = -oman
    PERLDOC_PAGER = less -sicMr
    PERL_AUTOINSTALL_PREFER_CPAN = 1
    PERL_INSTALL_QUIET = 1
    PERL_LOCAL_LIB_ROOT = /Users/ether/.perlbrew/libs/34.1@std
    PERL_MB_OPT = --install_base /Users/ether/.perlbrew/libs/34.1@std
    PERL_MM_OPT = INSTALL_BASE=/Users/ether/.perlbrew/libs/34.1@std
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = xterm-color
    TMPDIR = /var/folders/k0/tyl0f1_n25x23qdgmcqhds7m0000gn/T/

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

    EGID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
    EUID = 501
    EXECUTABLE_NAME = /Users/ether/perl5/perlbrew/perls/34.1/bin/perl
    GID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 399 400
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.28    
    CPAN::Meta          2.150010
    Cwd                 3.80    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.62    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.62    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.43    
    File::Spec          3.80    
    JSON                n/a     
    JSON::PP            4.06    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.43    
    Test::More          1.302183
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9928  


--

Summary of my perl5 (revision 5 version 34 subversion 1) configuration:
   
  Platform:
    osname=darwin
    osvers=20.6.0
    archname=darwin-2level
    uname='darwin curacao 20.6.0 darwin kernel version 20.6.0: wed jan 12 22:22:42 pst 2022; root:xnu-7195.141.19~2release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/ether/perl5/perlbrew/perls/34.1 -Dman1dir=none -Dman3dir=none -Aeval:scriptdir=/Users/ether/perl5/perlbrew/perls/34.1/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=11.6 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=11.6 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include'
    ccversion=''
    gccversion='Apple LLVM 13.0.0 (clang-1300.0.29.30)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    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=11.6 -fstack-protector-strong -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/13.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=11.6 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    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
  Built under darwin
  Compiled at Mar 21 2022 09:48:54
  %ENV:
    PERL5LIB="/Users/ether/.perlbrew/libs/34.1@std/lib/perl5"
    PERLBREW_HOME="/Users/ether/.perlbrew"
    PERLBREW_LIB="std"
    PERLBREW_MANPATH="/Users/ether/.perlbrew/libs/34.1@std/man:/Users/ether/perl5/perlbrew/perls/34.1/man"
    PERLBREW_PATH="/Users/ether/.perlbrew/libs/34.1@std/bin:/Users/ether/perl5/perlbrew/bin:/Users/ether/perl5/perlbrew/perls/34.1/bin"
    PERLBREW_PERL="34.1"
    PERLBREW_ROOT="/Users/ether/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.94"
    PERLBREW_VERSION="0.94"
    PERLDOC="-oman"
    PERLDOC_PAGER="less -sicMr"
    PERL_AUTOINSTALL_PREFER_CPAN="1"
    PERL_INSTALL_QUIET="1"
    PERL_LOCAL_LIB_ROOT="/Users/ether/.perlbrew/libs/34.1@std"
    PERL_MB_OPT="--install_base /Users/ether/.perlbrew/libs/34.1@std"
    PERL_MM_OPT="INSTALL_BASE=/Users/ether/.perlbrew/libs/34.1@std"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /Users/ether/.perlbrew/libs/34.1@std/lib/perl5/darwin-2level
    /Users/ether/.perlbrew/libs/34.1@std/lib/perl5
    /Users/ether/perl5/perlbrew/perls/34.1/lib/site_perl/5.34.1/darwin-2level
    /Users/ether/perl5/perlbrew/perls/34.1/lib/site_perl/5.34.1
    /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1/darwin-2level
    /Users/ether/perl5/perlbrew/perls/34.1/lib/5.34.1