DBD-SQLite v1.72 Perl 5 v5.37.7 darwin-2level
- Status
- Pass
- From
- John SJ Anderson
- Dist
-
DBD-SQLite v1.72
- Platform
- Perl 5 v5.37.7 darwin-2level
- Date
- 2023-01-03 01:52:36
- ID
- 4bf3381e-8b09-11ed-a954-0ebb034b0add
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.72
on perl 5.37.7, created by App::cpanminus::reporter 0.17 (1.7046).
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '':
Building and testing DBD-SQLite-1.72
cp lib/DBD/SQLite/GetInfo.pm blib/lib/DBD/SQLite/GetInfo.pm
cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod
cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm
cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm
cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm
cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm
cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm
cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod
Running Mkbootstrap for SQLite ()
chmod 644 "SQLite.bs"
"/opt/plenv/versions/5.37.7/bin/perl5.37.7" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
"/opt/plenv/versions/5.37.7/bin/perl5.37.7" -p -e "s/~DRIVER~/SQLite/g" /opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI/Driver.xst > SQLite.xsi
"/opt/plenv/versions/5.37.7/bin/perl5.37.7" "/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/ExtUtils/xsubpp" -typemap '/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/ExtUtils/typemap' -typemap '/Users/genehack/.cpanm/work/1672705924.92523/DBD-SQLite-1.72/typemap' SQLite.xs > SQLite.xsc
mv SQLite.xsc SQLite.c
cc -c -I. -I/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -DVERSION=\"1.72\" -DXS_VERSION=\"1.72\" "-I/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
SQLite.c:188:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:188:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:211:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:211:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:211:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:211:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:211:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:211:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:211:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:211:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:213:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:213:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:213:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:213:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:249:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:249:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:249:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:249:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:249:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:249:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:249:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:249:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:251:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:251:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:251:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:251:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:278:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:278:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:278:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:278:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:278:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:278:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:278:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:278:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:280:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:280:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:280:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:280:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:312:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:312:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:312:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:312:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:312:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:312:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:312:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:312:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:314:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:314:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:314:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:314:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:351:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:351:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:351:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:351:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:351:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:351:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:351:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:351:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:353:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:353:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:353:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:353:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:379:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:379:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:379:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:379:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:379:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:379:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:379:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:379:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:381:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:381:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:381:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:381:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:403:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:403:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
SQLite.c:403:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:403:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:403:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:403:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:403:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
SQLite.c:403:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:429:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:429:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:429:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:429:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:429:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:429:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:429:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:429:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:431:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:431:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:431:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:431:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:454:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:454:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:454:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:454:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:454:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:454:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:454:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:454:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:456:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:456:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:480:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:480:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:480:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:480:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:480:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:480:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:480:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:480:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:482:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:482:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:482:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:482:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:507:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:507:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:507:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:507:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:532:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:532:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:532:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:532:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:557:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:557:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:557:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:557:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:581:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:581:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:581:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:581:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:581:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:581:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:581:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:581:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:583:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:583:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:583:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:583:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:611:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:611:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:611:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:611:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:611:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:611:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:611:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:611:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:613:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:613:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:613:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:613:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:635:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:635:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:635:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:635:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:635:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:635:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:635:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:635:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:637:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:637:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:637:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:637:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:659:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:659:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:659:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:659:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:659:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:659:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:659:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:659:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:661:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:661:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:661:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:661:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:683:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:683:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:683:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:683:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:683:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:683:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:683:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:683:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:685:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:685:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:685:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:685:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:707:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:707:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:707:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:707:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:707:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:707:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:707:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:707:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:709:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:709:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:709:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:709:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:740:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:740:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:740:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:740:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:761:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:761:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:761:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:761:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:781:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:781:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:781:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:781:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:781:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:781:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:781:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:781:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:783:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:783:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:783:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:783:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:816:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:816:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:816:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:816:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:842:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:842:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:842:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:842:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:842:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:842:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:842:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:842:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:844:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:844:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:844:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:844:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:876:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:876:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:876:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:876:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:876:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:876:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:876:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:876:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:878:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:878:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:878:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:878:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:910:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:910:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:910:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:910:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:910:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:910:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:910:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:910:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:912:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:912:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:912:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:912:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:934:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:934:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:934:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:934:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:934:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:934:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:934:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:934:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:936:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:936:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:936:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:936:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:966:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:966:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:966:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:966:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:966:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:966:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:966:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:966:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:968:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:968:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:968:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:968:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:995:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:995:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:995:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:995:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:995:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:995:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:995:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:995:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:997:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:997:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:997:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:997:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1030:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1030:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1030:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1030:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:441:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(sp, n);
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:441:13: note: '{' token is here
EXTEND(sp, n);
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
SQLite.xs:441:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(sp, n);
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
SQLite.xs:441:13: note: ')' token is here
EXTEND(sp, n);
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.xs:446:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(n);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:446:9: note: '{' token is here
XSRETURN(n);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.xs:446:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(n);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.xs:446:9: note: ')' token is here
XSRETURN(n);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1057:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1057:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1057:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1057:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1087:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1087:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1087:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1087:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1111:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:1111:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:1111:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:1111:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:1111:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:1111:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:1111:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:1111:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:1113:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1113:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1113:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1113:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1146:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:1146:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:1146:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:1146:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:1146:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:1146:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:1146:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:1146:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:1148:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1148:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1148:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1148:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1158:
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/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);
^~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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; })'' */
^
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI/Driver_xst.h:33:5: note: '{' token is here
EXTEND(SP, params);
^~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from SQLite.c:1158:
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/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);
^~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI/Driver_xst.h:33:5: note: ')' token is here
EXTEND(SP, params);
^~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: 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:1158:
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/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);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; })'' */
^
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI/Driver_xst.h:34:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from SQLite.c:1158:
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/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);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI/Driver_xst.h:34:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1211:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1211:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1211:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1211:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1303:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1303:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:154:13: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:169:13: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:177:13: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:183:9: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1370:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1370:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1370:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1370:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:340:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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; }
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./SQLite.xsi:242:9: note: ')' token is here
EXTEND(sp, num_fields);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:1563:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1563:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1563:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1563:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1586:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1586:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1586:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1586:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1608:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1608:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1608:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1608:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:341:9: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1641:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1641:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1641:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1641:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1668:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1668:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1668:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1668:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1691:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1691:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1691:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1691:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1869:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1869:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1869:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1869:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1890:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1890:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1890:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1890:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1951:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:1951:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:1951:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:1951:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2001:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2001:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2001:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2001:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2057:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2057:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2057:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2057:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:635:13: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2090:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2090:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2090:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2090:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2212:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2212:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2212:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2212:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./SQLite.xsi:712:9: note: ')' token is here
EXTEND(sp, num_fields);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2286:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2286:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2286:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2286:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:746:9: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
./SQLite.xsi:752:9: note: ')' token is here
XSRETURN_YES;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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;
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2321:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2321:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2321:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2321:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2367:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2367:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2367:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2367:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2394:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2394:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2394:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2394:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2420:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2420:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2420:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2420:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2494:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2494:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2494:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2494:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2494:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2494:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2494:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2494:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2496:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2496:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2496:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2496:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2538:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2538:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2538:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2538:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2538:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2538:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2538:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2538:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2540:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2540:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2540:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2540:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2561:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2561:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2561:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2561:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2561:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2561:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2561:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2561:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2563:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2563:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2563:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2563:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2608:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2608:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2608:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2608:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2608:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2608:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2608:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2608:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2610:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2610:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2610:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2610:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2652:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2652:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2652:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2652:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2652:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2652:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2652:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2652:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2654:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2654:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2654:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2654:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2672:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2672:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2672:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2672:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2672:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2672:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2672:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2672:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2674:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2674:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2674:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2674:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2695:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2695:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2695:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2695:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2695:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2695:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2695:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2695:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2697:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2697:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2697:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2697:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2742:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2742:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2742:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2742:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2742:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2742:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2742:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2742:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2744:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2744:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2744:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2744:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2789:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2789:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2789:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2789:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2789:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2789:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2789:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2789:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2791:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2791:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2791:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2791:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2836:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2836:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2836:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2836:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2836:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2836:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2836:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2836:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2838:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2838:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2838:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2838:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2883:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2883:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2883:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2883:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2883:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2883:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2883:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2883:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2885:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2885:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2885:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2885:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2930:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2930:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2930:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2930:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2930:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2930:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2930:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2930:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2932:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2932:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2932:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2932:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2977:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2977:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2977:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2977:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:2977:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:2977:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:2977:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:2977:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2979:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2979:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:2979:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:2979:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3024:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3024:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3024:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3024:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3024:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3024:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3024:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3024:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3026:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3026:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3026:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3026:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3071:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3071:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3071:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3071:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3071:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3071:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3071:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3071:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3073:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3073:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3073:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3073:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3118:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3118:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3118:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3118:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3118:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3118:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3118:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3118:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3120:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3120:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3120:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3120:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3165:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3165:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3165:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3165:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3165:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3165:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3165:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3165:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3167:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3167:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3212:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3212:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3212:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3212:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3212:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3212:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3214:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3214:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3214:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3214:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3259:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3259:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3259:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3259:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3259:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3259:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3259:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3259:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3261:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3261:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3261:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3261:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3306:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3306:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3306:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3306:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3306:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3306:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3306:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3306:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3308:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3308:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3308:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3308:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3353:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3353:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3353:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3353:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3353:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3355:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3400:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3400:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3400:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3400:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3400:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3400:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3400:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3400:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3402:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3402:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3402:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3402:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3447:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3447:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3447:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3447:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3447:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3447:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3447:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3447:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3449:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3449:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3449:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3449:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3494:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3494:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3494:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3494:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3494:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3494:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3494:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3494:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3496:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3496:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3496:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3496:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3541:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3541:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3541:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3541:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3541:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3541:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3541:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3541:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3543:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3543:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3543:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3543:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3588:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3588:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3588:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3588:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3588:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3588:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3588:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3588:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3590:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3590:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3590:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3590:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3635:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3635:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3635:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3635:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3635:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3635:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3635:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3635:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3637:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3637:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3637:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3637:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3682:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3682:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3682:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3682:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3682:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3682:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3682:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3682:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3684:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3684:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3684:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3684:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3729:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3729:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3729:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3729:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3729:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3729:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3729:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3729:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3731:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3731:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3731:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3731:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3776:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3776:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3776:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3776:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3776:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3776:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3776:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3776:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3778:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3778:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3778:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3778:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3823:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3823:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3823:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3823:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3823:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3823:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3823:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3823:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3825:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3825:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3825:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3825:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3870:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3870:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3870:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3870:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3870:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3870:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3870:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3870:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3872:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3872:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3872:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3872:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3917:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3917:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3917:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3917:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3917:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3917:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3917:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3917:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3919:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3919:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3919:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3919:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3964:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3964:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3964:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:3964:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:3964:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:3964:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:3964:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:3964:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:3966:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:3966:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:3966:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:3966:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4011:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4011:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4011:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4011:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4011:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4011:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4011:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4011:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4013:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4013:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4013:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4013:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4058:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4058:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4058:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4058:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4058:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4058:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4058:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4058:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4060:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4060:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4060:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4060:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4105:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4105:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4105:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4105:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4105:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4105:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4105:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4105:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4107:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4107:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4152:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4152:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4152:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4152:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4152:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4152:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4152:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4152:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4154:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4154:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4154:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4154:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4199:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4199:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4199:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4199:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4199:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4199:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4199:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4199:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4201:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4201:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4201:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4201:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4246:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4246:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4246:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4246:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4246:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4246:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4246:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4246:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4248:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4248:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4248:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4248:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4293:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4293:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4293:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4293:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4293:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4293:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4293:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4293:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4295:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4295:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4295:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4295:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4340:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4340:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4340:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4340:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4340:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4340:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4340:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4340:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4342:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4342:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4342:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4342:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4387:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4387:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4387:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4387:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4387:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4387:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4387:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4387:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4389:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4389:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4389:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4389:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4434:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4434:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4434:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4434:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4434:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4434:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4434:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4434:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4436:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4436:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4436:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4436:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4481:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4481:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4481:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4481:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4481:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4481:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4481:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4481:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4483:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4483:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4483:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4483:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4528:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4528:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4528:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4528:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4528:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4528:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4528:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4528:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4530:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4530:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4530:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4530:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4572:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4572:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4572:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4572:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4572:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4572:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4572:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4572:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4574:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4574:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4574:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4574:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4595:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4595:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4595:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4595:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4595:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4595:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4595:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4595:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4597:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4597:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4597:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4597:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4642:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4642:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4642:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4642:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4642:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4642:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4642:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4642:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4644:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4644:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4644:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4644:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4689:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4689:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4689:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4689:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4689:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4689:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4689:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4689:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4691:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4691:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4691:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4691:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4736:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4736:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4736:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4736:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4736:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4736:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4736:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4736:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4738:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4738:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4738:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4738:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4783:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4783:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4783:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4783:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4783:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4783:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4783:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4783:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4785:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4785:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4785:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4785:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4830:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4830:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4830:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4830:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4830:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4830:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4830:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4830:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4832:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4832:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4832:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4832:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4877:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4877:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4877:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4877:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4877:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4877:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4877:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4877:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4879:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4879:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4879:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4879:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4924:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4924:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4924:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4924:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4924:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4924:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4924:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4924:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4926:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4926:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4926:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4926:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4971:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4971:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4971:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:4971:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:4971:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:4971:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:4971:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:4971:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:4973:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:4973:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:4973:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:4973:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5018:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5018:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5018:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5018:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5018:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5018:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5018:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5018:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5020:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5020:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5020:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5020:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5062:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5062:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5062:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5062:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5062:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5062:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5062:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5062:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5064:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5064:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5064:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5064:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5082:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5082:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5082:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5082:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5082:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5082:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5082:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5082:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5084:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5084:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5084:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5084:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5105:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5105:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5105:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5105:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5105:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5105:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5105:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5105:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5107:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5107:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5149:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5149:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5149:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5149:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5149:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5149:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5149:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5149:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5151:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5151:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5151:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5151:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5172:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5172:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5172:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5172:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5172:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5172:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5172:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5172:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5174:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5174:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5174:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5174:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5219:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5219:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5219:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5219:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5219:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5219:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5219:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5219:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5221:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5221:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5221:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5221:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5263:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5263:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5263:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5263:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5263:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5263:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5263:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5263:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5265:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5265:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5265:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5265:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5286:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5286:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5286:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5286:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5286:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5288:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5333:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5333:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5333:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5333:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5333:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5333:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5333:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5333:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5335:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5335:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5335:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5335:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5377:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5377:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5377:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5377:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5377:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5377:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5377:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5377:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5379:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5379:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5379:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5379:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5397:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5397:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5397:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5397:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5397:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5397:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5397:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5397:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5399:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5399:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5399:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5399:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5420:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5420:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5420:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5420:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5420:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5420:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5420:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5420:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5422:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5422:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5422:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5422:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5467:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5467:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5467:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5467:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5467:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5467:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5467:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5467:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5469:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5469:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5469:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5469:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5514:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5514:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5514:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5514:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5514:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5514:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5514:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5514:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5516:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5516:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5516:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5516:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5561:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5561:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5561:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5561:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5561:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5561:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5561:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5561:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5563:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5563:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5563:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5563:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5608:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5608:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5608:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5608:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5608:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5608:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5608:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5608:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5610:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5610:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5610:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5610:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5655:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5655:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5655:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5655:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5655:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5655:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5655:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5655:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5657:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5657:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5657:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5657:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5702:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5702:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:29: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5702:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427: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:5702:2: note: '{' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:427:16: note: expanded from macro 'TARGi'
STMT_START { \
^
SQLite.c:5702:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:5: note: expanded from macro 'TARGi'
} STMT_END
^
SQLite.c:5702:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:31: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:444:7: note: expanded from macro 'TARGi'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
SQLite.c:5702:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495:56: note: expanded from macro 'PUSHi'
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
SQLite.c:5702:2: note: ')' token is here
PUSHi((IV)RETVAL);
^~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:495: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:5704:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:5704:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:325:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
SQLite.c:5704:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/XSUB.h:330:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
SQLite.c:5704:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
726 warnings generated.
cc -c -I. -I/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level/auto/DBI -fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -Wno-error=implicit-function-declaration -O3 -DVERSION=\"1.72\" -DXS_VERSION=\"1.72\" "-I/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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
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]);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/sv.h:2310: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]);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/sv.h:2310: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]);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/sv.h:2310: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]);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/sv.h:2310: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);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:1776:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: 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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: 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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2009:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2009:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2009:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2009:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2010:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2010:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2010:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2010:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2010:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2010:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2010:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2010:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv(pkg) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2073:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2073:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2073:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2073:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2074: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 ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2074:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2074: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 ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2074:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2074: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 ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2074:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2074: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 ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2074:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst ) ));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2076: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2076:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2076: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2076:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2076: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2076:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2076: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));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2076:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ value[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2117:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2117:9: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2117:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2117:9: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2118: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 )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2118:9: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2118: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 )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2118:9: note: '{' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2118: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 )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2118:9: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2118: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 )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2118:9: note: ')' token is here
XPUSHs( sv_2mortal( newSVsv( aggr->aggr_inst )) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2224: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:2192: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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2192:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
^
dbdimp.c:2224: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2224: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2224: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2224: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2224: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2224: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2224: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2224: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2224:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2224: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2224: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2224: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:2214:41: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
return cmp; \
^
dbdimp.c:2224:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn( string1, len1), newSVpvn( string2, len2));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2215: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:2234: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:2192: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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2192:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
^
dbdimp.c:2234: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2234: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2234: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2234: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2234: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2234: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2234: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2234: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2234:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2234: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2234: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2234: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:2214:41: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
return cmp; \
^
dbdimp.c:2234:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, newSVpvn_flags( string1, len1, SVf_UTF8), newSVpvn_flags( string2, len2, SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2215: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:2250: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:2192: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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2192:61: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
#define SQLITE_DB_COLLATION_BASE(func, sv1, sv2) STMT_START { \
^
dbdimp.c:2250: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2250: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:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2198:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
PUSHMARK(SP); \
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2250: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2250: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2250: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2250: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:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2199:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv1 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2250: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2250: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2250:5: note: '{' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2250: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2250: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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
XPUSHs( sv_2mortal( sv2 ) ); \
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2250: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:2214:41: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
return cmp; \
^
dbdimp.c:2250:5: note: ')' token is here
SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:2215: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:2324:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2324:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2324:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2324:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2325:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2325:5: note: '{' token is here
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2325:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2325:5: note: '{' token is here
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2325:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2325:5: note: ')' token is here
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2325:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2325:5: note: ')' token is here
XPUSHs( dbh );
^~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2326:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2326:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2326:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2326:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2326:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2326:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2326:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2326:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2368:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2368:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2368:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2368:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2489:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2489:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2489:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2489:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2491:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2491:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2491:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2491:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2491:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2491:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2491:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2491:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv( op ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2492:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2492:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2492:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2492:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2492:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2492:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2492:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2492:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2493:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2493:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2493:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2493:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2493:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2493:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2493:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2493:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( table, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2494:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2494:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2494:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2494:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2494:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2494:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2494:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2494:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv( (IV)rowid ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2554:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2554:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2554:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2554:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2556:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2556:5: note: '{' token is here
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2556:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2556:5: note: '{' token is here
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2556:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2556:5: note: ')' token is here
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2556:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2556:5: note: ')' token is here
XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2559:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2559:5: note: '{' token is here
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2559:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2559:5: note: '{' token is here
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2559:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2559:5: note: ')' token is here
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2559:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2559:5: note: ')' token is here
XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2560:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2560:5: note: '{' token is here
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2560:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2560:5: note: '{' token is here
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2560:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2560:5: note: ')' token is here
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2560:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2560:5: note: ')' token is here
XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2561:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2561:5: note: '{' token is here
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2561:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2561:5: note: '{' token is here
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2561:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2561:5: note: ')' token is here
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2561:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2561:5: note: ')' token is here
XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2562:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2562:5: note: '{' token is here
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2562:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2562:5: note: '{' token is here
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2562:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2562:5: note: ')' token is here
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2562:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2562:5: note: ')' token is here
XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2624:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2624:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2624:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2624:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2625:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2625:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2625:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2625:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2625:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2625:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2625:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2625:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2682:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2682:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
dbdimp.c:2682:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
dbdimp.c:2682:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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:2683:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2683:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2683:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2683:5: note: '{' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2683:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2683:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2683:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2683:5: note: ')' token is here
XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2691:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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:2691:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2691:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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:2691:5: note: '{' token is here
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
dbdimp.c:2691:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
dbdimp.c:2691:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
dbdimp.c:2691:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
dbdimp.c:2691:5: note: ')' token is here
XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:47:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_tokenizer.inc:47:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:47:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_tokenizer.inc:47:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:141:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_tokenizer.inc:141:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:141:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_tokenizer.inc:141:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:142:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_tokenizer.inc:142:5: note: '{' token is here
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:142:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_tokenizer.inc:142:5: note: '{' token is here
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:142:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_tokenizer.inc:142:5: note: ')' token is here
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:142:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_tokenizer.inc:142:5: note: ')' token is here
XPUSHs(perl_string);
^~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:200:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_tokenizer.inc:200:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:200:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_tokenizer.inc:200:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:34:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:34:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:34:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:34:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:35:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:35:5: note: '{' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:35:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:35:5: note: '{' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:35:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:35:5: note: ')' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:35:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:35:5: note: ')' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:36:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:36:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:36:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:36:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:36:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:36:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:36:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:36:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(i)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:112:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:112:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:112:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:112:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:113:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:113:5: note: '{' token is here
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:113:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:113:5: note: '{' token is here
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:113:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:113:5: note: ')' token is here
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:113:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:113:5: note: ')' token is here
XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:114:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:114:5: note: '{' token is here
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:114:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:114:5: note: '{' token is here
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:114:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:114:5: note: ')' token is here
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:114:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:114:5: note: ')' token is here
XPUSHs(init_data->dbh);
^~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:116:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:116:9: note: '{' token is here
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:116:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:116:9: note: '{' token is here
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:116:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:116:9: note: ')' token is here
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:116:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:116:9: note: ')' token is here
XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:139:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:139:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:139:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:139:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:140:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:140:5: note: '{' token is here
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:140:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:140:5: note: '{' token is here
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:140:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:140:5: note: ')' token is here
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:140:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:140:5: note: ')' token is here
XPUSHs(perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:292:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:292:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:292:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:292:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:293:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:293:5: note: '{' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:293:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:293:5: note: '{' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:293:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:293:5: note: ')' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:293:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:293:5: note: ')' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:294:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:294:5: note: '{' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:294:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:294:5: note: '{' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:294:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:294:5: note: ')' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:294:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:294:5: note: ')' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:295:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:295:5: note: '{' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:295:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:295:5: note: '{' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:295:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:295:5: note: ')' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:295:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:295:5: note: ')' token is here
XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:369:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:369:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:369:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:369:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:370:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:370:5: note: '{' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:370:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:370:5: note: '{' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:370:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:370:5: note: ')' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:370:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:370:5: note: ')' token is here
XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:441:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:441:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:441:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:441:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:442:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:442:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:442:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:442:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:442:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:442:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:442:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:442:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:443:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:443:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:443:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:443:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:443:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:443:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:443:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:443:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(idxNum)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:444:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:444:5: note: '{' token is here
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:444:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:444:5: note: '{' token is here
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:444:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:444:5: note: ')' token is here
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:444:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:444:5: note: ')' token is here
XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:446: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:446:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:446: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:446:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:446: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:446:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:446: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:446:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:470:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:470:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:470:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:470:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:471:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:471:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:471:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:471:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:471:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:471:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:471:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:471:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:494:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:494:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:494:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:494:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:495:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:495:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:495:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:495:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:495:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:495:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:495:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:495:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:528:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:528:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:528:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:528:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:529:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:529:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:529:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:529:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:529:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:529:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:529:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:529:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:530:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:530:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:530:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:530:5: note: '{' token is here
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:530:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:530:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:530:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:530:5: note: ')' token is here
XPUSHs(sv_2mortal(newSViv(col)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:563:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:563:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:563:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:563:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:564:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:564:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:564:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:564:5: note: '{' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:564:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:564:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:564:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:564:5: note: ')' token is here
XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:599:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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_virtual_table.inc:599:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:69:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:599:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:78:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
./dbdimp_virtual_table.inc:599:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:600:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:600:5: note: '{' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:600:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:600:5: note: '{' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:600:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:600:5: note: ')' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:600:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:600:5: note: ')' token is here
XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:602: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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_virtual_table.inc:602:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:602: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404: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_virtual_table.inc:602:9: note: '{' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:404:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:602: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:25: note: expanded from macro 'EXTEND'
} STMT_END
^
./dbdimp_virtual_table.inc:602:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:410:27: note: expanded from macro 'EXTEND'
} STMT_END
^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:602: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_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
./dbdimp_virtual_table.inc:602:9: note: ')' token is here
XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h:498: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 )
^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:681:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level/CORE/pp.h
[Output truncated after 1000K]
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
LC_TERMINAL = iTerm2
LC_TERMINAL_VERSION = 3.4.18
PATH = /opt/plenv/versions/5.37.7/bin:/opt/plenv/libexec:/opt/plenv/plugins/Perl-Build/bin:/opt/plenv/shims:/opt/plenv/bin:/Users/genehack/bin:/usr/local/opt/texinfo/bin:/opt/nvm/versions/node/v16.19.0/bin:/opt/git/bin:/opt/local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/rust/cargo/bin:/usr/local/opt/fzf/bin/
PERL_CPANM_OPT = --skip-installed --prompt
SHELL = /bin/zsh
TERM = screen-256color
TMPDIR = /var/folders/2s/9hc8cgcd2h7dglxq0j84ybwr0000gn/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 = /opt/plenv/versions/5.37.7/bin/perl5.37.7
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.34
CPAN::Meta 2.150010
Cwd 3.88
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.49
File::Spec 3.88
JSON 4.10
JSON::PP 4.12
Module::Build 0.4232
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302191
YAML 1.30
YAML::Syck n/a
version 0.9929
--
Summary of my perl5 (revision 5 version 37 subversion 7) configuration:
Platform:
osname=darwin
osvers=22.2.0
archname=darwin-2level
uname='darwin bumfit.home.genehack.org 22.2.0 darwin kernel version 22.2.0: fri nov 11 02:08:47 pst 2022; root:xnu-8792.61.2~4release_x86_64 x86_64 i386 macbookpro16,2 darwin '
config_args='-Dprefix=/opt/plenv/versions/5.37.7 -de -Dversiononly -Dusedevel -A'eval:scriptdir=/opt/plenv/versions/5.37.7/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=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=13.1 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Apple LLVM 14.0.0 (clang-1400.0.29.202)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=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=13.1 -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/lib /Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/usr/lib /Library/Developer/CommandLineTools/usr/lib /usr/lib
libs=-lgdbm
perllibs=
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=13.1 -bundle -undefined dynamic_lookup -L/usr/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_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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 Jan 2 2023 15:09:24
%ENV:
PERL_CPANM_OPT="--skip-installed --prompt"
@INC:
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7/darwin-2level
/opt/plenv/versions/5.37.7/lib/perl5/site_perl/5.37.7
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7/darwin-2level
/opt/plenv/versions/5.37.7/lib/perl5/5.37.7