DBD-SQLite v1.74 Perl 5 v5.30.3 OpenBSD.amd64-openbsd-ld

Status
Unknown
From
Nigel Horne
Dist
DBD-SQLite v1.74
Platform
Perl 5 v5.30.3 OpenBSD.amd64-openbsd-ld
Date
2023-12-21T09:11:53
ID
fb63f832-9fe0-11ee-8d01-c4e7cdc8f0f0
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 Kenichi Ishigaki,

This is a computer-generated report for DBD-SQLite-1.74
on perl 5.30.3, created by CPAN-Reporter-1.2019.

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

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

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

Sections of this report:

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

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

Additional comments from tester:

none provided

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

Output from '/usr/bin/make':

cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm
cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm
cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod
cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm
cp lib/DBD/SQLite/GetInfo.pm blib/lib/DBD/SQLite/GetInfo.pm
cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm
cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod
cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm
Running Mkbootstrap for SQLite ()
chmod 644 "SQLite.bs"
"/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
"/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3" -p -e "s/~DRIVER~/SQLite/g" /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver.xst > SQLite.xsi
"/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3" "/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/ExtUtils/typemap' -typemap '/home/njh/.cpan/build/DBD-SQLite-1.74-0/typemap'  SQLite.xs > SQLite.xsc
mv SQLite.xsc SQLite.c
cc -c  -I. -I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI  -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -Wl,-Bsymbolic -O2    -DVERSION=\"1.74\"  -DXS_VERSION=\"1.74\" -DPIC -fPIC  "-I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/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 SQLite.c
cc: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument]
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:1388:5: warning: 'VMS' is not defined, evaluates to 0 [-Wundef]
#if VMS
    ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3685:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:233:12: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    return CvNAMED(sv)
           ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:215:23: note: expanded from macro 'CvNAMED'
#define CvNAMED(cv)             (CvFLAGS(cv) & CVf_NAMED)
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:96:32: note: expanded from macro 'CvFLAGS'
#define CvFLAGS(sv)       ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3685:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:234:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:168:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:169:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:185:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:185:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:185:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:186:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:186:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:186:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:187:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:187:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:187:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:191:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:191:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:191:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:192:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:192:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:192:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:193:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:193:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:193:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:194:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:194:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:194:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:197:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:197:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:197:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:198:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:198:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:198:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:199:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:199:5: note: '{' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
    v ^= (v>>23);                       \
                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:199:5: note: ')' token is here
    ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:202:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:202:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:202:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:203:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:203:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:203:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:204:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:204:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:204:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:205:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:205:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:205:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:206:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:206:5: note: '{' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:206:5: note: ')' token is here
    ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:216:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:216:24: warning: cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    U32 *state= (U32 *)state_ch;
                       ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:282:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:282:13: note: '{' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:282:13: note: ')' token is here
            ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:4:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:303:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:303:5: note: '{' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
    v1 = ROTL32(v1, 17);           \
                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:303:5: note: ')' token is here
    ZAPHOD32_FINALIZE(v0,v1,v2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1431:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    const U32 *seed= (const U32 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1432:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1448:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1448:9: note: '{' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
    v2 = ROTR32(v2, 7) ^ v0;   \
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1448:9: note: ')' token is here
        SBOX32_MIX3(s0,s1,s2,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1453:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1453:13: note: '{' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1453:13: note: ')' token is here
            XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1456:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1456:5: note: '{' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
    r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) );    \
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1456:5: note: ')' token is here
    XORSHIFT96_set(*state,s0,s1,s2,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1463:16: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *seed= (U32 *)seed_ch;
               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1463:23: warning: cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    U32 *seed= (U32 *)seed_ch;
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1464:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1482:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                      ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1482:9: note: '{' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
        v2 = ROTL32(v2, 4) - v0;    \
                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1482:9: note: ')' token is here
        SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1487:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1487:13: note: '{' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1487:13: note: ')' token is here
            XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1490:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1490:5: note: '{' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
    r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) );  \
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1490:5: note: ')' token is here
    XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:35:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1498:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    U32 *state= (U32 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sbox32_hash.h:1498:24: warning: cast from 'const unsigned char *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    U32 *state= (U32 *)state_ch;
                       ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:139:22: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'const U64 *' (aka 'const unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    const U64 *seed= (const U64 *)seed_ch;
                     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:140:17: warning: cast from 'U8 *' (aka 'unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:165:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:165:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:165:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:166:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:166:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:166:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:167:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:167:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:167:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:168:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:168:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:168:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:169:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:169:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:169:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:170:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:170:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:170:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:171:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:171:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:171:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:172:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:172:5: note: '{' token is here
    STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
    v ^= (v >> 46);                         \
                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:172:5: note: ')' token is here
    STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:55:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:190:17: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *state= (U64 *)state_ch;
                ^~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/stadtx_hash.h:190:24: warning: cast from 'const unsigned char *' to 'unsigned long *' drops const qualifier [-Wcast-qual]
    U64 *state= (U64 *)state_ch;
                       ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:107:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    _PERL_HASH_SEED_STATE(seed,state);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                          ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:107:5: note: '{' token is here
    _PERL_HASH_SEED_STATE(seed,state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    _PERL_HASH_SEED_STATE(seed,state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
    sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES);    \
                                                                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:107:5: note: ')' token is here
    _PERL_HASH_SEED_STATE(seed,state);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
  ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:3688:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:653:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:108:12: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    return _PERL_HASH_WITH_STATE(state,str,len);
           ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:98:73: note: expanded from macro '_PERL_HASH_WITH_STATE'
        ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:108:12: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:99:11: note: expanded from macro '_PERL_HASH_WITH_STATE'
        : __PERL_HASH_WITH_STATE((state),(str),(len)))
          ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:54:89: note: expanded from macro '__PERL_HASH_WITH_STATE'
# define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:195:13: warning: cast from 'unsigned char *' to 'U64 *' (aka 'unsigned long *') increases required alignment from 1 to 8 [-Wcast-align]
    U64 *v= (U64*) state_buf;
            ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: note: '{' token is here
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:261:6: note: ')' token is here
    ,SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:15: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:24: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:262:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
    SIP_ROUNDS;                             \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: note: '{' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:6: note: ')' token is here
    ,SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: note: '{' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:267:15: note: ')' token is here
    ,SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_ROUNDS;                               \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:6: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:6: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:6: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
     ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:15: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:15: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:15: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
              ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:24: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:24: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:24: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                       ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:33: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
  STMT_START {              \
  ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:33: note: '{' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
  STMT_START {              \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
  } STMT_END
  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:268:33: note: ')' token is here
    ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
  } STMT_END
    ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
  SIP_FINAL_ROUNDS                          \
  ^~~~~~~~~~~~~~~~
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:48:12: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    return AvFILL(av);
           ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/av.h:81:15: note: expanded from macro 'AvFILL'
                         ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:56:12: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    return CvNAMED(sv)
           ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:215:23: note: expanded from macro 'CvNAMED'
#define CvNAMED(cv)             (CvFLAGS(cv) & CVf_NAMED)
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:96:32: note: expanded from macro 'CvFLAGS'
#define CvFLAGS(sv)       ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:58:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:458:20: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
            if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                   ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:458:39: warning: cast from 'const unsigned char *' to 'unsigned long long *' drops const qualifier [-Wcast-qual]
            if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:469:50: warning: cast from 'const U8 *' (aka 'const unsigned char *') to 'PERL_UINTMAX_T *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
                *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                 ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:469:69: warning: cast from 'const unsigned char *' to 'unsigned long long *' drops const qualifier [-Wcast-qual]
                *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                                    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2052:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_inc_simple_void_NN(cv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:346:59: note: expanded from macro 'SvREFCNT_inc_simple_void_NN'
#define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                          ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2072:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(cv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    CX_POP_SAVEARRAY(cx);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: note: '{' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    CX_POP_SAVEARRAY(cx);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:632:9: note: expanded from macro 'CX_POP_SAVEARRAY'
        SvREFCNT_dec(cx_pop_savearray_av);                              \
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2089:5: note: ')' token is here
    CX_POP_SAVEARRAY(cx);
    ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
    } STMT_END
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2090:10: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    av = MUTABLE_AV(PAD_SVl(0));
         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:62:30: note: expanded from macro 'MUTABLE_AV'
#define MUTABLE_AV(p)   ((AV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2095:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        CLEAR_ARGARRAY(av);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2095:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
    ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
#   define STMT_START   (void)( /* gcc supports "({ STATEMENTS; })" */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2095:9: note: '{' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
    STMT_START {                                                        \
               ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2095:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2095:9: note: ')' token is here
        CLEAR_ARGARRAY(av);
        ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
    } STMT_END
      ^~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
#   define STMT_END     )
                        ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2126:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_inc_simple_void_NN(cv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:346:59: note: expanded from macro 'SvREFCNT_inc_simple_void_NN'
#define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                          ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2128:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_inc_void(cx->blk_format.dfoutgv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:340:52: note: expanded from macro 'SvREFCNT_inc_void'
#define SvREFCNT_inc_void(sv)           S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2144:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec_NN(dfout);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2151:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec_NN(cv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2187:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SvREFCNT_dec_NN(sv);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2193:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SvREFCNT_dec_NN(sv);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2248:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SvREFCNT_dec_NN(sv);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2252:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            SvREFCNT_dec_NN(sv);
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:349:53: note: expanded from macro 'SvREFCNT_dec_NN'
#define SvREFCNT_dec_NN(sv)     S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2263:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        SvREFCNT_dec(cursv);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:11:
In file included from /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:5914:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/inline.h:2310:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(sv);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.xs:3:
In file included from ./SQLiteXS.h:17:
./dbdimp.h:178:27: warning: this function declaration is not a prototype [-Wstrict-prototypes]
AV* sqlite_compile_options();
                          ^
                           void
./dbdimp.h:193:14: warning: this function declaration is not a prototype [-Wstrict-prototypes]
void init_cxt();
             ^
              void
SQLite.xs:5:1: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
DBISTATE_DECLARE;
^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/DBIXS.h:516:5: note: expanded from macro 'DBISTATE_DECLARE'
    _DBISTATE_DECLARE_COMMON
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/DBIXS.h:498:51: note: expanded from macro '_DBISTATE_DECLARE_COMMON'
            dbi_state_lval_p = (_dbi_state_lval_t)CvXSUB(cv);               \
                                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:50:29: note: expanded from macro 'CvXSUB'
#define CvXSUB(sv)      ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_root_u.xcv_xsub
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:188:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:188:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:188:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:196:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:211:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:211:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:211:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:211:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:213:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:213:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:196:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:221:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:249:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:249:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:249:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:249:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:251:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:251:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:221:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:262:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:278:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:278:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:278:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:278:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:280:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:280:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:262:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:288:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:312:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:312:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:312:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:312:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:314:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:314:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:288:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:323:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:351:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:351:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:351:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:351:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:353:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:353:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:323:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:361:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:379:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:379:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:379:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:379:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:381:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:381:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:361:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:389:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:403:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN_EMPTY;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
SQLite.c:403:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN_EMPTY;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:403:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:403:5: note: ')' token is here
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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:389:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:411:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:429:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:429:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:429:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:429:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:431:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:431:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:411:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:454:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:454:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:454:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:454:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:456:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:464:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:480:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:480:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:480:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:480:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:482:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:482:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:464:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:490:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:507:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:507:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:507:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:490:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:515:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:532:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:532:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:532:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:515:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:540:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:557:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:557:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:557:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:540:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:565:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:581:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:581:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:581:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:581:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:583:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:583:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:565:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:591:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:611:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:611:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:611:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:611:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:613:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:613:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:591:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:621:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:635:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:635:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:635:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:635:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:637:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:637:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:621:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:645:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:659:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:659:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:659:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:659:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:661:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:661:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:645:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:669:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:683:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:683:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:683:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:683:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:685:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:685:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:669:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:693:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:707:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:707:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:707:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:707:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:709:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:709:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:693:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:717:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:740:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:740:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:740:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:717:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:748:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:761:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:761:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:761:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:748:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:769:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:781:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:781:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:781:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:781:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:783:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:783:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:769:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:791:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:816:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:816:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:816:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:791:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:824:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:842:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:842:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:842:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:842:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:844:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:844:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:824:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:852:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:876:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:876:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:876:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:876:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:878:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:878:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:852:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:886:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:910:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:910:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:910:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:910:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:912:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:912:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:886:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:920:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:934:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:934:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:934:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:934:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:936:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:936:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:920:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:944:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:966:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:966:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:966:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:966:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:968:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:968:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:944:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:976:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:995:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:995:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:995:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:995:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:997:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:997:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:976:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.c:1005:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:1030:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1030:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1030:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1005:5: warning: unused variable 'ix' [-Wunused-variable]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:20: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                   ^
SQLite.xs:441:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            EXTEND(sp, n);
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
SQLite.xs:441:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
            ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
            ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
SQLite.xs:441:13: note: ')' token is here
            EXTEND(sp, n);
            ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XSRETURN(n);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.xs:446:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN(n);
        ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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);
        ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
        ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.xs:446:9: note: ')' token is here
        XSRETURN(n);
        ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1041:6: warning: unused variable 'RETVAL' [-Wunused-variable]
        int     RETVAL;
                ^
SQLite.c:1042:2: warning: unused variable 'targ' [-Wunused-variable]
        dXSTARG;
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:177:28: note: expanded from macro 'dXSTARG'
#define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \
                           ^
SQLite.c:1057:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1057:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1057:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1087:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1087:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:1111:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:1111:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:1111:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1113:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1113:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                   ^
SQLite.c:1146:2: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHi((IV)RETVAL);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
    STMT_START {                                                        \
               ^
SQLite.c:1146:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:392: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
    } STMT_END
    ^
SQLite.c:1146:2: note: ')' token is here
        PUSHi((IV)RETVAL);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
#define PUSHi(i)        STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                                     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:409: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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);
        ^~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:459: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1148:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1148:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:33:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    EXTEND(SP, params);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/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);
    ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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; })'' */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:33:5: note: '{' token is here
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/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);
    ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:33:5: note: ')' token is here
    EXTEND(SP, params);
    ^~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:34:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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; })'' */
                              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:34:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:34:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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 SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:104:16: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        AV *rows_av = newAV();
                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/av.h:103:17: note: expanded from macro 'newAV'
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:62:30: note: expanded from macro 'MUTABLE_AV'
#define MUTABLE_AV(p)   ((AV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from SQLite.c:1158:
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:114:32: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            AV *copy_row_av = av_make(AvFILL(fetched_av)+1, AvARRAY(fetched_av));
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/av.h:81:15: note: expanded from macro 'AvFILL'
                         ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:1197:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
SQLite.c:1211:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1211:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1211:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:119:62: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    char *u = (SvOK(username)) ? SvPV(username,lna) : (char*)"";
                                                             ^
./SQLite.xsi:120:62: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    char *p = (SvOK(password)) ? SvPV(password,lna) : (char*)"";
                                                             ^
SQLite.c:1303:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1303:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:151:43: warning: passing 'const char [43]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            SV *tmp =dbixst_bounce_method("DBD::SQLite::db::SUPER::selectall_arrayref", items);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:17:28: note: passing argument to parameter 'methname' here
dbixst_bounce_method(char *methname, int params)
                           ^
./SQLite.xsi:154:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XSRETURN(1);
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:154:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN(1);
            ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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);
            ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
            ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:154:13: note: ')' token is here
            XSRETURN(1);
            ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
./SQLite.xsi:166:36: warning: passing 'const char [8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sth = dbixst_bounce_method("prepare", 3);
                                   ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:17:28: note: passing argument to parameter 'methname' here
dbixst_bounce_method(char *methname, int params)
                           ^
./SQLite.xsi:169:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XSRETURN_UNDEF;
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:169:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XSRETURN_UNDEF;
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:169:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:169:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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: use of GNU statement expression extension [-Wgnu-statement-expression]
            XSRETURN_UNDEF;
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:177:13: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            XSRETURN_UNDEF;
            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:177:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:177:13: note: ')' token is here
            XSRETURN_UNDEF;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
            ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XSRETURN_UNDEF;
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:183:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XSRETURN_UNDEF;
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./SQLite.xsi:183:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
./SQLite.xsi:183:9: note: ')' token is here
        XSRETURN_UNDEF;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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;
        ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XSRETURN(1);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
SQLite.c:1370:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: expanded 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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
    } STMT_END
    ^
SQLite.c:1370:5: note: ')' token is here
    XSRETURN(1);
    ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
SQLite.c:1378:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    dXSI32;
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:185:25: note: expanded from macro 'dXSI32'
#define dXSI32 I32 ix = XSANY.any_i32
                        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:183:15: note: expanded from macro 'XSANY'
#define XSANY CvXSUBANY(cv)
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/cv.h:51:32: note: expanded from macro 'CvXSUBANY'
#define CvXSUBANY(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
./SQLite.xsi:211:36: warning: passing 'const char [8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sth = dbixst_bounce_method("prepare", 3);
                                   ^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI/Driver_xst.h:17:28: note: passing argument to parameter 'methname' here
dbixst_bounce_method(char *methname, int params)
                           ^
./SQLite.xsi:214:39: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
./SQLite.xsi:214:39: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                  ^
./SQLite.xsi:214:64: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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; }
                                                               ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:325: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: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                  ^
./SQLite.xsi:223:39: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
            if (is_selectrow_array) { XSRETURN_EMPTY; } else { XSRETURN_UNDEF; }
                                      ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
    STMT_START {                                        \
               ^
./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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311:5: note: 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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:311: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:316: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326: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; }
                                      ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/XSUB.h:326:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                                  ^~~~~~~~
./pp

[Output truncated because it exceeded 1000K]

acro '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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2250:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^
dbdimp.c:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   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:2200:5: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
    XPUSHs( sv_2mortal( sv2 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );        \
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    SQLITE_DB_COLLATION_BASE(func, sv1, sv2);
    ^
dbdimp.c:2208:15: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
        cmp = POPi;                     \
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
dbdimp.c:2250:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
dbdimp.c:2208:15: note: expanded from macro 'SQLITE_DB_COLLATION_BASE'
        cmp = POPi;                     \
              ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
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:2238:1: warning: no previous prototype for function 'sqlite_db_collation_dispatcher_utf8_fallback' [-Wmissing-prototypes]
sqlite_db_collation_dispatcher_utf8_fallback(void *func, int len1, const void *string1,
^
dbdimp.c:2237:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int
^
static 
dbdimp.c:2269:11: warning: initializing 'void *' with an expression of type 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    void *aa = "aa";
          ^    ~~~~
dbdimp.c:2270:11: warning: initializing 'void *' with an expression of type 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    void *zz = "zz";
          ^    ~~~~
dbdimp.c:2275:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to create collation on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:277:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2284:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_trace(dbh, imp_dbh, 3, form("improper collation function: %s(aa, aa) returns %d!", name, rv));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:34:110: note: expanded from macro 'sqlite_trace'
#define sqlite_trace(h,xxh,level,what) if ( DBIc_TRACE_LEVEL((imp_xxh_t*)xxh) >= level ) _sqlite_trace(aTHX_ __FILE__, __LINE__, h, (imp_xxh_t*)xxh, what)
                                                                                                             ^~~~~~~~
<scratch space>:279:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:138:27: note: passing argument to parameter 'file' here
_sqlite_trace(pTHX_ char *file, int line, SV *h, imp_xxh_t *imp_xxh, const char *what)
                          ^
dbdimp.c:2289:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_trace(dbh, imp_dbh, 3, form("improper collation function: '%s' is not symmetric", name));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:34:110: note: expanded from macro 'sqlite_trace'
#define sqlite_trace(h,xxh,level,what) if ( DBIc_TRACE_LEVEL((imp_xxh_t*)xxh) >= level ) _sqlite_trace(aTHX_ __FILE__, __LINE__, h, (imp_xxh_t*)xxh, what)
                                                                                                             ^~~~~~~~
<scratch space>:281:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:138:27: note: passing argument to parameter 'file' here
_sqlite_trace(pTHX_ char *file, int line, SV *h, imp_xxh_t *imp_xxh, const char *what)
                          ^
dbdimp.c:2303:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rv, form("sqlite_create_collation failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:283:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2324:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2324:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2324:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( dbh );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2325:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( dbh );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
dbdimp.c:2325:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( dbh );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2325:5: note: ')' token is here
    XPUSHs( dbh );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 );
    ^~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2326:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2326:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVpv( collation_name, 0) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:2312:14: warning: unused parameter 'db' [-Wunused-parameter]
    sqlite3* db,               /* unused */
             ^
dbdimp.c:2313:9: warning: unused parameter 'eTextRep' [-Wunused-parameter]
    int eTextRep,              /* unused */
        ^
dbdimp.c:2310:1: warning: no previous prototype for function 'sqlite_db_collation_needed_dispatcher' [-Wmissing-prototypes]
sqlite_db_collation_needed_dispatcher(
^
dbdimp.c:2309:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
dbdimp.c:2343:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to see if collation is needed on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:285:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2368:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2368:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2368:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:7: note: expanded from macro 'PUSHMARK'
    } STMT_END
      ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
dbdimp.c:2375:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        retval = POPi;
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
dbdimp.c:2375:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
dbdimp.c:2359:1: warning: no previous prototype for function 'sqlite_db_generic_callback_dispatcher' [-Wmissing-prototypes]
sqlite_db_generic_callback_dispatcher( void *callback )
^
dbdimp.c:2358:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int
^
static 
dbdimp.c:2390:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set progress handler on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:287:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2421:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set commit hook on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:289:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2453:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set rollback hook on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:291:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2489:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2489:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2489:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv( op          ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2491:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv( op          ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2491:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSViv( op          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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          ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2492:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2492:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVpv( database, 0 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( table,    0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2493:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( table,    0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2493:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVpv( table,    0 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv( (IV)rowid   ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2494:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv( (IV)rowid   ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2494:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSViv( (IV)rowid   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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   ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:2480:1: warning: no previous prototype for function 'sqlite_db_update_dispatcher' [-Wmissing-prototypes]
sqlite_db_update_dispatcher( void *callback, int op,
^
dbdimp.c:2479:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
dbdimp.c:2512:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set update hook on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:293:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2554:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2554:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2554:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2556:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2556:5: note: ')' token is here
    XPUSHs( sv_2mortal ( newSViv ( action_code ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2559:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_1 ? newSVpv( details_1, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2560:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_2 ? newSVpv( details_2, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2561:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_3 ? newSVpv( details_3, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2562:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( details_4 ? newSVpv( details_4, 0 ) : &PL_sv_undef ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:2571:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        retval = POPi;
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
dbdimp.c:2571:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
dbdimp.c:2538:1: warning: no previous prototype for function 'sqlite_db_authorizer_dispatcher' [-Wmissing-prototypes]
sqlite_db_authorizer_dispatcher (
^
dbdimp.c:2537:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
int
^
static 
dbdimp.c:2588:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set authorizer on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:295:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2624:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2624:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2624:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2625:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2625:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:2634:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        retval = POPi;
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
dbdimp.c:2634:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
dbdimp.c:2620:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
    int retval = 0;
        ^
dbdimp.c:2615:1: warning: no previous prototype for function 'sqlite_db_trace_dispatcher' [-Wmissing-prototypes]
sqlite_db_trace_dispatcher(void *callback, const char *sql)
^
dbdimp.c:2614:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
dbdimp.c:2647:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to set trace on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:297:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2682:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
dbdimp.c:2682:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
dbdimp.c:2682:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2683:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2683:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSVpv( sql, 0 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 ) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                   ^
dbdimp.c:2691:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
dbdimp.c:2691:5: note: ')' token is here
    XPUSHs( sv_2mortal( newSViv((IV)( elapsed / 1000000 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: 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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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 )) ) );
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:2700:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        retval = POPi;
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
dbdimp.c:2700:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
dbdimp.c:2678:9: warning: variable 'retval' set but not used [-Wunused-but-set-variable]
    int retval = 0;
        ^
dbdimp.c:2673:1: warning: no previous prototype for function 'sqlite_db_profile_dispatcher' [-Wmissing-prototypes]
sqlite_db_profile_dispatcher(void *callback, const char *sql, sqlite3_uint64 elapsed)
^
dbdimp.c:2672:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
dbdimp.c:2713:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to profile on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:299:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2753:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup from file on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:301:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2774:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_backup_from_file failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:303:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2797:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup from file on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:305:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2802:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup from inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:307:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2817:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_backup_from_file failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:309:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2844:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup to file on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:311:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2865:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_backup_to_file failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:313:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2888:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup to file on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:315:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2893:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to backup to inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:317:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2908:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_backup_to_file failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:319:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2934:13: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            sqlite_error(dbh, rc, "SQLITE_DBCONFIG_LOOKASIDE is not supported");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:321:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2937:13: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            sqlite_error(dbh, rc, "SQLITE_DBCONFIG_MAINDBNAME is not supported");
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:323:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2955:13: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            sqlite_error(dbh, rc, form("Unknown config id: %d", id));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:325:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
dbdimp.c:2959:9: warning: passing 'const char [9]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_db_config failed with error %s", sqlite3_errmsg(imp_dbh->db)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:327:1: note: expanded from here
"dbdimp.c"
^~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:47:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_tokenizer.inc:47:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:112:13: warning: C99 forbids conditional expressions with only one void side [-Wpedantic]
            DBD_SQLITE_UTF8_DECODE_WITH_FALLBACK(perl_string);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:50:40: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_WITH_FALLBACK'
    DBD_SQLITE_UTF8_DECODE_CHECKED(sv, warn) \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/embed.h:926:16: note: expanded from macro 'warn'
#define warn                    Perl_warn
                                ^
./dbdimp.h:46:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_CHECKED'
        : onfail("Received invalid UTF-8 from SQLite; cannot decode!") \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:119:5: warning: C99 forbids conditional expressions with only one void side [-Wpedantic]
    DBD_SQLITE_UTF8_DECODE_IF_NEEDED(perl_string, MY_CXT.last_dbh_string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:70:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_IF_NEEDED'
        ? DBD_SQLITE_UTF8_DECODE_WITH_FALLBACK(sv) \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:50:40: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_WITH_FALLBACK'
    DBD_SQLITE_UTF8_DECODE_CHECKED(sv, warn) \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/embed.h:926:16: note: expanded from macro 'warn'
#define warn                    Perl_warn
                                ^
./dbdimp.h:46:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_CHECKED'
        : onfail("Received invalid UTF-8 from SQLite; cannot decode!") \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:119:5: warning: C99 forbids conditional expressions with only one void side [-Wpedantic]
    DBD_SQLITE_UTF8_DECODE_IF_NEEDED(perl_string, MY_CXT.last_dbh_string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:72:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_IF_NEEDED'
        ? DBD_SQLITE_UTF8_DECODE_STRICT(sv) \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:54:40: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_STRICT'
    DBD_SQLITE_UTF8_DECODE_CHECKED(sv, croak) \
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/embed.h:96:17: note: expanded from macro 'croak'
#define croak                   Perl_croak
                                ^
./dbdimp.h:46:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_CHECKED'
        : onfail("Received invalid UTF-8 from SQLite; cannot decode!") \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:119:5: warning: C99 forbids conditional expressions with only one void side [-Wpedantic]
    DBD_SQLITE_UTF8_DECODE_IF_NEEDED(perl_string, MY_CXT.last_dbh_string_mode);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:72:11: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_IF_NEEDED'
        ? DBD_SQLITE_UTF8_DECODE_STRICT(sv) \
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp.h:53:43: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_STRICT'
#define DBD_SQLITE_UTF8_DECODE_STRICT(sv) ( \
                                          ^~~
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:119:51: warning: C99 forbids conditional expressions with only one void side [-Wpedantic]
    DBD_SQLITE_UTF8_DECODE_IF_NEEDED(perl_string, MY_CXT.last_dbh_string_mode);
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/perl.h:6750:19: note: expanded from macro 'MY_CXT'
#  define MY_CXT                my_cxt
                                ^
./dbdimp.h:69:7: note: expanded from macro 'DBD_SQLITE_UTF8_DECODE_IF_NEEDED'
    : string_mode == DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:141:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_tokenizer.inc:141:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(perl_string);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(perl_string);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(perl_string);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_tokenizer.inc:142:5: note: ')' token is here
    XPUSHs(perl_string);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:93:9: warning: unused variable 'flags' [-Wunused-variable]
    U32 flags;
        ^
./dbdimp_tokenizer.inc:106:9: warning: unused label 'DBD_SQLITE_STRING_MODE_UNICODE_NAIVE' [-Wunused-label]
        DBD_SQLITE_STRING_MODE_UNICODE_NAIVE:
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp_tokenizer.inc:111:9: warning: unused label 'DBD_SQLITE_STRING_MODE_UNICODE_STRICT' [-Wunused-label]
        DBD_SQLITE_STRING_MODE_UNICODE_STRICT:
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp_tokenizer.inc:110:9: warning: unused label 'DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK' [-Wunused-label]
        DBD_SQLITE_STRING_MODE_UNICODE_FALLBACK:
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./dbdimp_tokenizer.inc:200:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_tokenizer.inc:200:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:214:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        *piPosition    = POPi;
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:214:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:215:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        *piEndOffset   = POPi;
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:215:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:216:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        *piStartOffset = POPi;
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:216:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:217:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        *pnBytes       = POPi;
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:217:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:218:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        token          = POPpx;
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:147:17: note: expanded from macro 'POPpx'
#define POPpx           (SvPVx_nolen(POPs))
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1787:28: note: expanded from macro 'SvPVx_nolen'
#  define SvPVx_nolen(sv) ({SV *_sv = (sv); SvPV_nolen(_sv); })
                           ^
In file included from dbdimp.c:2987:
./dbdimp_tokenizer.inc:225:54: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
            nextByte          = (char*)utf8_hop((U8*)c->currentByte, hop);
                                                     ^
./dbdimp_tokenizer.inc:190:12: warning: unused variable 'n_a' [-Wunused-variable]
    STRLEN n_a; /* this is required for older perls < 5.8.8 */
           ^
./dbdimp_tokenizer.inc:280:1: warning: missing field 'xLanguageid' initializer [-Wmissing-field-initializers]
};
^
./dbdimp_tokenizer.inc:295:9: warning: passing 'const char [23]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to register fts3 tokenizer on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:329:1: note: expanded from here
"./dbdimp_tokenizer.inc"
^~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:34:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:34:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:35:5: note: ')' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(i)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(i)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSViv(i)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:36:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSViv(i)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:79:82: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
    } else if ( SvNOK(result) && ( sizeof(NV) == sizeof(double) || SvNVX(result) == (double) SvNVX(result) ) ) {
                                                                   ~~~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~
./dbdimp_virtual_table.inc:106:21: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    vt->functions = newHV();
                    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:651:17: note: expanded from macro 'newHV'
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:65:30: note: expanded from macro 'MUTABLE_HV'
#define MUTABLE_HV(p)   ((HV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:112:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:112:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(init_data->dbh);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(init_data->dbh);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(init_data->dbh);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:114:5: note: ')' token is here
    XPUSHs(init_data->dbh);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(newSVpvn_flags(argv[i], strlen(argv[i]), SVs_TEMP|SVf_UTF8));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:139:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:140:5: note: ')' token is here
    XPUSHs(perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:161:29: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        vt->perl_vtab_obj = SvREFCNT_inc(perl_vtab_obj);
                            ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:337:42: note: expanded from macro 'SvREFCNT_inc'
#define SvREFCNT_inc(sv)                S_SvREFCNT_inc(MUTABLE_SV(sv))
                                                       ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:192:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(pVTab->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:196:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(pVTab->functions);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:217:16: warning: returning 'const char [2]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "=";
               ^~~
./dbdimp_virtual_table.inc:219:16: warning: returning 'const char [2]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return ">";
               ^~~
./dbdimp_virtual_table.inc:221:16: warning: returning 'const char [3]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return ">=";
               ^~~~
./dbdimp_virtual_table.inc:223:16: warning: returning 'const char [2]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "<";
               ^~~
./dbdimp_virtual_table.inc:225:16: warning: returning 'const char [3]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "<=";
               ^~~~
./dbdimp_virtual_table.inc:227:16: warning: returning 'const char [6]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "MATCH";
               ^~~~~~~
./dbdimp_virtual_table.inc:230:16: warning: returning 'const char [5]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "LIKE";
               ^~~~~~
./dbdimp_virtual_table.inc:232:16: warning: returning 'const char [5]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "GLOB";
               ^~~~~~
./dbdimp_virtual_table.inc:234:16: warning: returning 'const char [7]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "REGEXP";
               ^~~~~~~~
./dbdimp_virtual_table.inc:238:16: warning: returning 'const char [3]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "NE";
               ^~~~
./dbdimp_virtual_table.inc:240:16: warning: returning 'const char [6]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "ISNOT";
               ^~~~~~~
./dbdimp_virtual_table.inc:242:16: warning: returning 'const char [10]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "ISNOTNULL";
               ^~~~~~~~~~~
./dbdimp_virtual_table.inc:244:16: warning: returning 'const char [7]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "ISNULL";
               ^~~~~~~~
./dbdimp_virtual_table.inc:246:16: warning: returning 'const char [3]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "IS";
               ^~~~
./dbdimp_virtual_table.inc:249:16: warning: returning 'const char [8]' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        return "unknown";
               ^~~~~~~~~
./dbdimp_virtual_table.inc:270:19: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    constraints = newAV();
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/av.h:103:17: note: expanded from macro 'newAV'
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:62:30: note: expanded from macro 'MUTABLE_AV'
#define MUTABLE_AV(p)   ((AV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:273:26: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        HV *constraint = newHV();
                         ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:651:17: note: expanded from macro 'newHV'
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:65:30: note: expanded from macro 'MUTABLE_HV'
#define MUTABLE_HV(p)   ((HV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:282:16: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    order_by = newAV();
               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/av.h:103:17: note: expanded from macro 'newAV'
#define newAV() MUTABLE_AV(newSV_type(SVt_PVAV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:62:30: note: expanded from macro 'MUTABLE_AV'
#define MUTABLE_AV(p)   ((AV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:285:21: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        HV *order = newHV();
                    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/hv.h:651:17: note: expanded from macro 'newHV'
#define newHV() MUTABLE_HV(newSV_type(SVt_PVHV))
                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:65:30: note: expanded from macro 'MUTABLE_HV'
#define MUTABLE_HV(p)   ((HV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:292:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:292:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:293:5: note: ')' token is here
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:294:5: note: ')' token is here
    XPUSHs( sv_2mortal( newRV_noinc((SV*) constraints)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( sv_2mortal( newRV_noinc((SV*) order_by)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:369:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:370:5: note: ')' token is here
    XPUSHs( ((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:392:35: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        cursor->perl_cursor_obj = SvREFCNT_inc(perl_cursor);
                                  ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:337:42: note: expanded from macro 'SvREFCNT_inc'
#define SvREFCNT_inc(sv)                S_SvREFCNT_inc(MUTABLE_SV(sv))
                                                       ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:418:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(perl_pVTabCursor->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:441:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:441:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(idxNum)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(idxNum)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSViv(idxNum)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:443:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSViv(idxNum)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:444:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(idxStr, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:470:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:494:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:528:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(col)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSViv(col)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSViv(col)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:530:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSViv(col)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:563:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab_cursor *) pVtabCursor)->perl_cursor_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:573:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        *pRowid =POPi;
                 ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:573:18: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:599:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:599:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:600:5: note: ')' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(stacked_sv_from_sqlite3_value(aTHX_ argv[i], string_mode));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from 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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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: use of GNU statement expression extension [-Wgnu-statement-expression]
        PUSHMARK(SP);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
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);
        ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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:681:9: note: '{' token is here
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:681:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:681:9: note: ')' token is here
        PUSHMARK(SP);
        ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:682:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:682:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:682:9: note: '{' token is here
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:682:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:682:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:682:9: note: '{' token is here
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:682:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:682:9: note: ')' token is here
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:682:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:682:9: note: ')' token is here
        XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:683:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:683:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:683:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:683:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:683:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:683:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:683:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:683:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:683:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:683:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSViv(nArg)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:684:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:684:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:684:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:684:9: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:684:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:684:9: note: '{' token is here
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:684:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:684:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:684:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:684:9: note: ')' token is here
        XPUSHs(sv_2mortal(newSVpv(zName, 0)));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:731:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:731:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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:731:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:731:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:731:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:732:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:732: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:732:5: note: '{' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:732:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:732: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:732:5: note: '{' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:732: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:732:5: note: ')' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:732: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);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:732:5: note: ')' token is here
    XPUSHs(((perl_vtab *) pVTab)->perl_vtab_obj);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:733:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:733:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:733:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:733:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:733:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:733:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:733:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:733:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:733:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:733:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(zNew, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:742:14: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
        rc = POPi;
             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:22: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:742:14: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:151:20: note: expanded from macro 'POPi'
#define POPi            ((IV)SvIVx(POPs))
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:1782:33: note: expanded from macro 'SvIVx'
#  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:790:1: warning: missing field 'xShadowName' initializer [-Wmissing-field-initializers]
};
^
./dbdimp_virtual_table.inc:808:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:808:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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:808:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:808:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:808:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:809:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:809: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:809:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:809:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:809: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:809:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:809: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:809:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:809: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)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:809:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(init_data->perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:816:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    SvREFCNT_dec(init_data->dbh);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/sv.h:348:47: note: expanded from macro 'SvREFCNT_dec'
#define SvREFCNT_dec(sv)        S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:67:30: note: expanded from macro 'MUTABLE_SV'
#define MUTABLE_SV(p)   ((SV *)MUTABLE_PTR(p))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/handy.h:57:27: note: expanded from macro 'MUTABLE_PTR'
#  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:817:26: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    sqlite3_free((char *)init_data->perl_class);
                         ^
./dbdimp_virtual_table.inc:799:9: warning: unused variable 'rc' [-Wunused-variable]
    int rc = SQLITE_ERROR;
        ^
./dbdimp_virtual_table.inc:794:1: warning: no previous prototype for function 'sqlite_db_destroy_module_data' [-Wmissing-prototypes]
sqlite_db_destroy_module_data(void *pAux)
^
./dbdimp_virtual_table.inc:793:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
void
^
static 
./dbdimp_virtual_table.inc:841:9: warning: passing 'const char [27]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, -2, "attempt to create module on inactive database handle");
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:331:1: note: expanded from here
"./dbdimp_virtual_table.inc"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:868:9: warning: passing 'const char [27]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite_error(dbh, rc, form("sqlite_create_module failed with error %s",
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:33:53: note: expanded from macro 'sqlite_error'
#define sqlite_error(h,rc,what) _sqlite_error(aTHX_ __FILE__, __LINE__, h, rc, what)
                                                    ^~~~~~~~
<scratch space>:333:1: note: expanded from here
"./dbdimp_virtual_table.inc"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
dbdimp.c:147:27: note: passing argument to parameter 'file' here
_sqlite_error(pTHX_ char *file, int line, SV *h, int rc, const char *what)
                          ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:875:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    PUSHMARK(SP);
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:875:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59: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:875:5: note: '{' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
    STMT_START {                                                      \
               ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:875:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
    } STMT_END
    ^
./dbdimp_virtual_table.inc:875:5: note: ')' token is here
    PUSHMARK(SP);
    ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:68: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:876:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:876:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:876:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:876:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:876:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:876:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:876:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:876:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:876:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:876:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(perl_class, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:877:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:877:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:877:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:877:5: warning: use of GNU statement expression extension [-Wgnu-statement-expression]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:877:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371: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:877:5: note: '{' token is here
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
#  define EXTEND(p,n)   STMT_START {                                    \
                                   ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:877:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
                         } } STMT_END
                           ^
./dbdimp_virtual_table.inc:877:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
                         } } STMT_END
                             ^~~~~~~~
./ppport.h:4002:20: note: expanded from macro 'STMT_END'
#  define STMT_END      )
                        ^
In file included from dbdimp.c:2988:
./dbdimp_virtual_table.inc:877:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s)       STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                                                ^
./dbdimp_virtual_table.inc:877:5: note: ')' token is here
    XPUSHs(sv_2mortal(newSVpv(name, 0)));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/CORE/pp.h:462: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:6:
In file included from ./SQLiteXS.h:17:
./dbdimp.h:199:1: warning: unused function 'newUTF8SVpv' [-Wunused-function]
newUTF8SVpv(char *s, STRLEN len) {
^
./dbdimp.h:209:1: warning: unused function 'newUTF8SVpvn' [-Wunused-function]
newUTF8SVpvn(char *s, STRLEN len) {
^
922 warnings generated.
cc -c  -I. -I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI  -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -Wl,-Bsymbolic -O2    -DVERSION=\"1.74\"  -DXS_VERSION=\"1.74\" -DPIC -fPIC  "-I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/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 sqlite3.c
cc: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument]
sqlite3.c:15089:5: warning: 'SQLITE_OS_OTHER' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_OS_OTHER+1>1
    ^
sqlite3.c:15097:5: warning: 'SQLITE_OS_KV' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_OS_KV+1>1
    ^
sqlite3.c:20328:5: warning: 'SQLITE_ENABLE_HIDDEN_COLUMNS' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_ENABLE_HIDDEN_COLUMNS
    ^
sqlite3.c:21696:5: warning: 'HAVE_ISNAN' is not defined, evaluates to 0 [-Wundef]
#if HAVE_ISNAN || SQLITE_HAVE_ISNAN
    ^
sqlite3.c:21696:19: warning: 'SQLITE_HAVE_ISNAN' is not defined, evaluates to 0 [-Wundef]
#if HAVE_ISNAN || SQLITE_HAVE_ISNAN
                  ^
sqlite3.c:22101:24: warning: cast from 'const char *const *' to 'const char **' drops const qualifier [-Wcast-qual]
  return (const char**)sqlite3azCompileOpt;
                       ^
sqlite3.c:22703:5: warning: 'SQLITE_DEBUG' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_DEBUG
    ^
sqlite3.c:23935:47: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  while( sqlite3Isspace(*zDate) || 'T'==*(u8*)zDate ){ zDate++; }
                                              ^
sqlite3.c:24120:6: warning: 'HAVE_LOCALTIME_R' is not defined, evaluates to 0 [-Wundef]
#if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S \
     ^
sqlite3.c:24120:27: warning: 'HAVE_LOCALTIME_S' is not defined, evaluates to 0 [-Wundef]
#if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S \
                          ^
sqlite3.c:24143:6: warning: 'HAVE_LOCALTIME_R' is not defined, evaluates to 0 [-Wundef]
#if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S
     ^
sqlite3.c:24143:27: warning: 'HAVE_LOCALTIME_S' is not defined, evaluates to 0 [-Wundef]
#if !HAVE_LOCALTIME_R && !HAVE_LOCALTIME_S
                          ^
sqlite3.c:24414:48: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
               && r>=0.0 && r<7.0 && (n=(int)r)==r ){
                                     ~~~~~~~~~~^ ~
sqlite3.c:24596:47: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    if( !z || parseDateOrTime(context, (char*)z, p) ){
                                              ^
sqlite3.c:24603:47: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    if( z==0 || parseModifier(context, (char*)z, n, p, i) ) return 1;
                                              ^
sqlite3.c:25237:49: warning: unused parameter 'id' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){
                                                ^
sqlite3.c:25237:57: warning: unused parameter 'iOff' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){
                                                        ^
sqlite3.c:25237:67: warning: unused parameter 'iAmt' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){
                                                                  ^
sqlite3.c:25241:51: warning: unused parameter 'id' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){
                                                  ^
sqlite3.c:25241:59: warning: unused parameter 'iOff' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){
                                                          ^
sqlite3.c:25241:71: warning: unused parameter 'p' [-Wunused-parameter]
SQLITE_PRIVATE int sqlite3OsUnfetch(sqlite3_file *id, i64 iOff, void *p){
                                                                      ^
sqlite3.c:25721:5: warning: 'HAVE_MALLOC_H' is not defined, evaluates to 0 [-Wundef]
#if HAVE_MALLOC_H && HAVE_MALLOC_USABLE_SIZE
    ^
sqlite3.c:28548:5: warning: 'SQLITE_ENABLE_API_ARMOR' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_ENABLE_API_ARMOR
    ^
sqlite3.c:29561:45: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
  return sqlite3GlobalConfig.m.xSize((void*)p);
                                            ^
sqlite3.c:29595:45: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
  return sqlite3GlobalConfig.m.xSize((void*)p);
                                            ^
sqlite3.c:30298:17: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
  return (char*)sqlite3_value_text(p->apArg[p->nUsed++]);
                ^
sqlite3.c:30397:23: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
      bufpt = (char *)fmt;
                      ^
sqlite3.c:30398:5: warning: 'HAVE_STRCHRNUL' is not defined, evaluates to 0 [-Wundef]
#if HAVE_STRCHRNUL
    ^
sqlite3.c:30679:22: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
         && realvalue==(LONGDOUBLE_TYPE)(longvalue = (u64)realvalue)
            ~~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:30706:21: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
              bufpt = "null";
                    ^ ~~~~~~
sqlite3.c:30709:21: warning: assigning to 'char *' from 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
              bufpt = "NaN";
                    ^ ~~~~~
sqlite3.c:30945:17: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
          bufpt = "";
                ^ ~~
sqlite3.c:31003:29: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
                            ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:33158:5: warning: 'SQLITE_OS_WIN_THREADS' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_OS_WIN_THREADS
    ^
sqlite3.c:33924:6: warning: 'SQLITE_HAVE_ISNAN' is not defined, evaluates to 0 [-Wundef]
#if !SQLITE_HAVE_ISNAN && !HAVE_ISNAN
     ^
sqlite3.c:33924:28: warning: 'HAVE_ISNAN' is not defined, evaluates to 0 [-Wundef]
#if !SQLITE_HAVE_ISNAN && !HAVE_ISNAN
                           ^
sqlite3.c:33961:19: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    return (char*)sqlite3StdType[pCol->eCType-1];
                  ^
sqlite3.c:34212:24: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  a = (unsigned char *)zLeft;
                       ^
sqlite3.c:34213:24: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  b = (unsigned char *)zRight;
                       ^
sqlite3.c:34235:24: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  a = (unsigned char *)zLeft;
                       ^
sqlite3.c:34236:24: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  b = (unsigned char *)zRight;
                       ^
sqlite3.c:34900:22: warning: cast from 'const unsigned char *' to 'signed char *' drops const qualifier [-Wcast-qual]
  if( ((signed char*)p)[0]>=0 ){
                     ^
sqlite3.c:34904:22: warning: cast from 'const unsigned char *' to 'signed char *' drops const qualifier [-Wcast-qual]
  if( ((signed char*)p)[1]>=0 ){
                     ^
sqlite3.c:38476:8: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  zErr = "";
       ^ ~~
sqlite3.c:40740:21: warning: cast from 'const void *' to 'char *' drops const qualifier [-Wcast-qual]
    pBuf = &((char*)pBuf)[wrote];
                    ^
sqlite3.c:40773:29: warning: 'HAVE_FDATASYNC' is not defined, evaluates to 0 [-Wundef]
#if !defined(fdatasync) && !HAVE_FDATASYNC
                            ^
sqlite3.c:42485:36: warning: unused parameter 'fd' [-Wunused-parameter]
static int unixFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp){
                                   ^
sqlite3.c:42485:44: warning: unused parameter 'iOff' [-Wunused-parameter]
static int unixFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp){
                                           ^
sqlite3.c:42485:54: warning: unused parameter 'nAmt' [-Wunused-parameter]
static int unixFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp){
                                                     ^
sqlite3.c:43888:19: warning: '_POSIX_C_SOURCE' is not defined, evaluates to 0 [-Wundef]
#if OS_VXWORKS || _POSIX_C_SOURCE >= 199309L
                  ^
sqlite3.c:45242:5: warning: cast from 'const struct sqlite3_io_methods *(*const *)(const char *, struct unixFile *)' to 'void *' drops const qualifier [-Wcast-qual]
    UNIXVFS("unix",          posixIoFinder ),
    ^
sqlite3.c:45210:12: note: expanded from macro 'UNIXVFS'
    (void*)&FINDER,       /* pAppData */                    \
           ^
sqlite3.c:45244:5: warning: cast from 'const struct sqlite3_io_methods *(*const *)(const char *, struct unixFile *)' to 'void *' drops const qualifier [-Wcast-qual]
    UNIXVFS("unix-none",     nolockIoFinder ),
    ^
sqlite3.c:45210:12: note: expanded from macro 'UNIXVFS'
    (void*)&FINDER,       /* pAppData */                    \
           ^
sqlite3.c:45245:5: warning: cast from 'const struct sqlite3_io_methods *(*const *)(const char *, struct unixFile *)' to 'void *' drops const qualifier [-Wcast-qual]
    UNIXVFS("unix-dotfile",  dotlockIoFinder ),
    ^
sqlite3.c:45210:12: note: expanded from macro 'UNIXVFS'
    (void*)&FINDER,       /* pAppData */                    \
           ^
sqlite3.c:45246:5: warning: cast from 'const struct sqlite3_io_methods *(*const *)(const char *, struct unixFile *)' to 'void *' drops const qualifier [-Wcast-qual]
    UNIXVFS("unix-excl",     posixIoFinder ),
    ^
sqlite3.c:45210:12: note: expanded from macro 'UNIXVFS'
    (void*)&FINDER,       /* pAppData */                    \
           ^
sqlite3.c:54120:20: warning: cast from 'char *' to 'PgHdr1 *' (aka 'struct PgHdr1 *') increases required alignment from 1 to 8 [-Wcast-align]
      PgHdr1 *pX = (PgHdr1*)&zBulk[pCache->szPage];
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:54257:9: warning: cast from 'u8 *' (aka 'unsigned char *') to 'PgHdr1 *' (aka 'struct PgHdr1 *') increases required alignment from 1 to 8 [-Wcast-align]
    p = (PgHdr1 *)&((u8 *)pPg)[pCache->szPage];
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:55221:17: warning: cast from 'char *' to 'struct RowSetEntry *' increases required alignment from 1 to 8 [-Wcast-align]
    p->pFresh = (struct RowSetEntry*)(ROUND8(sizeof(*p)) + (char*)p);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:58254:16: warning: cast from 'u8 *' (aka 'unsigned char *') to 'sqlite3_file *' (aka 'struct sqlite3_file *') increases required alignment from 1 to 8 [-Wcast-align]
    pJournal = (sqlite3_file *)(((u8 *)pSuper) + pVfs->szOsFile);
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:59228:37: warning: unused parameter 'pPager' [-Wunused-parameter]
static void pagerFixMaplimit(Pager *pPager){
                                    ^
sqlite3.c:60571:12: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Pager *' (aka 'struct Pager *') increases required alignment from 1 to 8 [-Wcast-align]
  pPager = (Pager*)pPtr;                  pPtr += ROUND8(sizeof(*pPager));
           ^~~~~~~~~~~~
sqlite3.c:60572:21: warning: cast from 'u8 *' (aka 'unsigned char *') to 'PCache *' (aka 'struct PCache *') increases required alignment from 1 to 8 [-Wcast-align]
  pPager->pPCache = (PCache*)pPtr;        pPtr += ROUND8(pcacheSize);
                    ^~~~~~~~~~~~~
sqlite3.c:60573:16: warning: cast from 'u8 *' (aka 'unsigned char *') to 'sqlite3_file *' (aka 'struct sqlite3_file *') increases required alignment from 1 to 8 [-Wcast-align]
  pPager->fd = (sqlite3_file*)pPtr;       pPtr += ROUND8(pVfs->szOsFile);
               ^~~~~~~~~~~~~~~~~~~
sqlite3.c:60574:18: warning: cast from 'u8 *' (aka 'unsigned char *') to 'sqlite3_file *' (aka 'struct sqlite3_file *') increases required alignment from 1 to 8 [-Wcast-align]
  pPager->sjfd = (sqlite3_file*)pPtr;     pPtr += journalFileSize;
                 ^~~~~~~~~~~~~~~~~~~
sqlite3.c:60575:18: warning: cast from 'u8 *' (aka 'unsigned char *') to 'sqlite3_file *' (aka 'struct sqlite3_file *') increases required alignment from 1 to 8 [-Wcast-align]
  pPager->jfd =  (sqlite3_file*)pPtr;     pPtr += journalFileSize;
                 ^~~~~~~~~~~~~~~~~~~
sqlite3.c:60778:13: warning: cast from 'const char *' to 'Pager **' (aka 'struct Pager **') increases required alignment from 1 to 8 [-Wcast-align]
  pPager = *(Pager**)(zName - 4 - sizeof(Pager*));
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:60778:22: warning: cast from 'const char *' to 'struct Pager **' drops const qualifier [-Wcast-qual]
  pPager = *(Pager**)(zName - 4 - sizeof(Pager*));
                     ^
sqlite3.c:62070:23: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
  void *pArg = (void*)zSuper;
                      ^
sqlite3.c:62779:5: warning: 'SQLITE_OMIT_WAL' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_OMIT_WAL
    ^
sqlite3.c:64222:16: warning: cast from 'u8 *' (aka 'unsigned char *') to 'u32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
  u32 *aData = (u32 *)a;
               ^~~~~~~~
sqlite3.c:64223:15: warning: cast from 'u8 *' (aka 'unsigned char *') to 'u32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
  u32 *aEnd = (u32 *)&a[nByte];
              ^~~~~~~~~~~~~~~~
sqlite3.c:64311:17: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memcpy((void*)&aHdr[1], (const void*)&pWal->hdr, sizeof(WalIndexHdr));
                ^
sqlite3.c:64313:17: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memcpy((void*)&aHdr[0], (const void*)&pWal->hdr, sizeof(WalIndexHdr));
                ^
sqlite3.c:64614:25: warning: cast from 'volatile unsigned short *' to 'char *' drops volatile qualifier [-Wcast-qual]
  nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);
                        ^
sqlite3.c:64614:46: warning: cast from 'volatile unsigned int *' to 'char *' drops volatile qualifier [-Wcast-qual]
  nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);
                                             ^
sqlite3.c:64616:18: warning: cast from 'volatile unsigned int *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memset((void *)&sLoc.aPgno[iLimit], 0, nByte);
                 ^
sqlite3.c:64661:30: warning: cast from 'volatile unsigned short *' to 'unsigned char *' drops volatile qualifier [-Wcast-qual]
      int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno);
                             ^
sqlite3.c:64661:66: warning: cast from 'volatile unsigned int *' to 'unsigned char *' drops volatile qualifier [-Wcast-qual]
      int nByte = (int)((u8*)&sLoc.aHash[HASHTABLE_NSLOT] - (u8*)sLoc.aPgno);
                                                                 ^
sqlite3.c:64663:21: warning: cast from 'volatile unsigned int *' to 'void *' drops volatile qualifier [-Wcast-qual]
      memset((void*)sLoc.aPgno, 0, nByte);
                    ^
sqlite3.c:64824:16: warning: cast from 'u8 *' (aka 'unsigned char *') to 'u32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
    aPrivate = (u32*)&aData[szPage];
               ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:64834:52: warning: cast from 'u32 **' (aka 'unsigned int **') to 'volatile u32 **' (aka 'volatile unsigned int **') must have all intermediate pointers const qualified to be safe [-Wcast-qual]
      rc = walIndexPage(pWal, iPg, (volatile u32**)&aShare);
                                                   ^
sqlite3.c:64956:28: warning: cast from 'volatile unsigned int *' to 'void *' drops volatile qualifier [-Wcast-qual]
      sqlite3_free((void *)pWal->apWiData[i]);
                           ^
sqlite3.c:65336:24: warning: cast from 'volatile ht_slot *' (aka 'volatile unsigned short *') to 'u32 *' (aka 'unsigned int *') increases required alignment from 2 to 4 [-Wcast-align]
        nEntry = (int)((u32*)sLoc.aHash - (u32*)sLoc.aPgno);
                       ^~~~~~~~~~~~~~~~
sqlite3.c:65336:30: warning: cast from 'volatile unsigned short *' to 'unsigned int *' drops volatile qualifier [-Wcast-qual]
        nEntry = (int)((u32*)sLoc.aHash - (u32*)sLoc.aPgno);
                             ^
sqlite3.c:65336:49: warning: cast from 'volatile unsigned int *' to 'unsigned int *' drops volatile qualifier [-Wcast-qual]
        nEntry = (int)((u32*)sLoc.aHash - (u32*)sLoc.aPgno);
                                                ^
sqlite3.c:65344:27: warning: cast from 'volatile unsigned int *' to 'unsigned int *' drops volatile qualifier [-Wcast-qual]
      walMergesort((u32 *)sLoc.aPgno, aTmp, aIndex, &nEntry);
                          ^
sqlite3.c:65348:37: warning: cast from 'volatile unsigned int *' to 'unsigned int *' drops volatile qualifier [-Wcast-qual]
      p->aSegment[i].aPgno = (u32 *)sLoc.aPgno;
                                    ^
sqlite3.c:65851:23: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memcpy(&h1, (void *)&aHdr[0], sizeof(h1)); /* Possible TSAN false-positive */
                      ^
sqlite3.c:65853:23: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memcpy(&h2, (void *)&aHdr[1], sizeof(h2));
                      ^
sqlite3.c:66078:29: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  memcpy(&pWal->hdr, (void*)walIndexHdr(pWal), sizeof(WalIndexHdr));
                            ^
sqlite3.c:66157:27: warning: cast from 'volatile unsigned int *' to 'void *' drops volatile qualifier [-Wcast-qual]
      sqlite3_free((void*)pWal->apWiData[i]);
                          ^
sqlite3.c:66309:26: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
      if( memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) ){
                         ^
sqlite3.c:66416:22: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
   || memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr))
                     ^
sqlite3.c:66822:34: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
  if( memcmp(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr))!=0 ){
                                 ^
sqlite3.c:66866:32: warning: cast from 'volatile struct WalIndexHdr *' to 'void *' drops volatile qualifier [-Wcast-qual]
    memcpy(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr));
                               ^
sqlite3.c:67144:25: warning: cast from 'volatile struct WalIndexHdr *' to 'struct WalIndexHdr *' drops volatile qualifier [-Wcast-qual]
  pLive = (WalIndexHdr*)walIndexHdr(pWal);
                        ^
sqlite3.c:69623:10: warning: cast from 'u8 *' (aka 'unsigned char *') to 'BtCursor *' (aka 'struct BtCursor *') increases required alignment from 1 to 8 [-Wcast-align]
  return (BtCursor*)&fakeCursor;
         ^~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:75619:50: warning: cast from 'const long long *' to 'unsigned long long *' drops const qualifier [-Wcast-qual]
    nHeader += putVarint(&pCell[nHeader], *(u64*)&pX->nKey);
                                                 ^
sqlite3.c:77780:29: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    if( memcmp(pDest, ((u8*)pX->pData) + iOffset, iAmt)!=0 ){
                            ^
sqlite3.c:77787:28: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      memmove(pDest, ((u8*)pX->pData) + iOffset, iAmt);
                           ^
sqlite3.c:81535:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
    if( pMem->u.r==ix && ix>SMALLEST_INT64 && ix<LARGEST_INT64 ){
        ~~~~~~~~~^ ~~
sqlite3.c:82015:40: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
        sqlite3DbFree(pMem->db, (void*)z);
                                       ^
sqlite3.c:82017:21: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
        xDel((void*)z);
                    ^
sqlite3.c:82042:23: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    pMem->z = (char *)z;
                      ^
sqlite3.c:82118:21: warning: cast from 'const void *' to 'char *' drops const qualifier [-Wcast-qual]
  pMem->z = (char *)sqlite3BtreePayloadFetch(pCur, &available);
                    ^
sqlite3.c:83209:49: warning: cast from 'const struct FuncDef *' to 'struct FuncDef *' drops const qualifier [-Wcast-qual]
    freeEphemeralFunction(pParse->db, (FuncDef*)pFunc);
                                                ^
sqlite3.c:83213:27: warning: cast from 'const struct FuncDef *' to 'struct FuncDef *' drops const qualifier [-Wcast-qual]
  pCtx->pFunc = (FuncDef*)pFunc;
                          ^
sqlite3.c:84320:52: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    if( n!=P4_VTAB ) freeP4(db, n, (void*)*(char**)&zP4);
                                                   ^
sqlite3.c:84340:24: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
    pOp->p4.p = (void*)zP4;
                       ^
sqlite3.c:84342:38: warning: cast from 'const char *' to 'VTable *' (aka 'struct VTable *') increases required alignment from 1 to 8 [-Wcast-align]
    if( n==P4_VTAB ) sqlite3VtabLock((VTable*)zP4);
                                     ^~~~~~~~~~~~
sqlite3.c:84342:47: warning: cast from 'const char *' to 'struct VTable *' drops const qualifier [-Wcast-qual]
    if( n==P4_VTAB ) sqlite3VtabLock((VTable*)zP4);
                                              ^
sqlite3.c:84719:13: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        zP4 = "NULL";
            ^ ~~~~~~
sqlite3.c:84722:13: warning: assigning to 'char *' from 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        zP4 = "(blob)";
            ^ ~~~~~~~~
sqlite3.c:84745:11: warning: assigning to 'char *' from 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zP4 = "program";
          ^ ~~~~~~~~~
sqlite3.c:85025:15: warning: cast from 'char *' to 'SubProgram **' (aka 'struct SubProgram **') increases required alignment from 1 to 8 [-Wcast-align]
      apSub = (SubProgram **)pSub->z;
              ^~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:85074:17: warning: cast from 'char *' to 'SubProgram **' (aka 'struct SubProgram **') increases required alignment from 1 to 8 [-Wcast-align]
        apSub = (SubProgram **)pSub->z;
                ^~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:85110:15: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Mem *' (aka 'struct sqlite3_value *') increases required alignment from 1 to 8 [-Wcast-align]
  Mem *aMem = VdbeFrameMem(p);
              ^~~~~~~~~~~~~~~
sqlite3.c:22723:26: note: expanded from macro 'VdbeFrameMem'
#define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:85199:45: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        sqlite3VdbeMemSetStr(pMem+1, (char*)sqlite3OpcodeName(pOp->opcode),
                                            ^
sqlite3.c:86913:25: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
      pMem->z = (char *)buf;
                        ^
sqlite3.c:86943:13: warning: cast from 'char *' to 'Mem *' (aka 'struct sqlite3_value *') increases required alignment from 1 to 8 [-Wcast-align]
  p->aMem = (Mem*)&((char*)p)[ROUND8P(sizeof(UnpackedRecord))];
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:87544:27: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
          mem1.z = (char*)&aKey1[d1];
                          ^
sqlite3.c:88661:17: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
    xDel((void*)p);
                ^
sqlite3.c:89162:12: warning: cast from 'char *' to 'ValueList *' (aka 'struct ValueList *') increases required alignment from 1 to 8 [-Wcast-align]
    pRhs = (ValueList*)pVal->z;
           ^~~~~~~~~~~~~~~~~~~
sqlite3.c:89286:5: warning: 'SQLITE_ENABLE_STAT4' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_ENABLE_STAT4
    ^
sqlite3.c:89435:29: warning: cast from 'const struct sqlite3_value *' to 'struct sqlite3_value *' drops const qualifier [-Wcast-qual]
  if( pVm==0 ) return (Mem*)columnNullValue();
                            ^
sqlite3.c:89442:18: warning: cast from 'const struct sqlite3_value *' to 'struct sqlite3_value *' drops const qualifier [-Wcast-qual]
    pOut = (Mem*)columnNullValue();
                 ^
sqlite3.c:89775:17: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
    xDel((void*)zData);
                ^
sqlite3.c:89893:46: warning: cast from 'const struct sqlite3_value *' to 'struct sqlite3_value *' drops const qualifier [-Wcast-qual]
  switch( sqlite3_value_type((sqlite3_value*)pValue) ){
                                             ^
sqlite3.c:90583:30: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    n = sqlite3GetToken((u8*)zSql, &tokenType);
                             ^
sqlite3.c:91042:26: warning: cast from 'char *' to 'VdbeCursor *' (aka 'struct VdbeCursor *') increases required alignment from 1 to 8 [-Wcast-align]
  p->apCsr[iCur] = pCx = (VdbeCursor*)pMem->zMalloc;
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:91048:23: warning: cast from 'char *' to 'BtCursor *' (aka 'struct BtCursor *') increases required alignment from 1 to 8 [-Wcast-align]
    pCx->uc.pCursor = (BtCursor*)
                      ^~~~~~~~~~~
sqlite3.c:92539:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
        if( rA==(double)0 ) goto arithmetic_result_is_null;
            ~~^ ~~~~~~~~~
sqlite3.c:93820:33: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      sqlite3VdbeSerialGet((u8*)sqlite3CtypeMap, t, pDest);
                                ^
sqlite3.c:95106:21: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    aMem[pOp->p3].z = "";
                    ^ ~~
sqlite3.c:97763:23: warning: cast from 'char *' to 'RowSet *' (aka 'struct RowSet *') increases required alignment from 1 to 8 [-Wcast-align]
  sqlite3RowSetInsert((RowSet*)pIn1->z, pIn2->u.i);
                      ^~~~~~~~~~~~~~~~
sqlite3.c:97781:25: warning: cast from 'char *' to 'RowSet *' (aka 'struct RowSet *') increases required alignment from 1 to 8 [-Wcast-align]
   || sqlite3RowSetNext((RowSet*)pIn1->z, &val)==0
                        ^~~~~~~~~~~~~~~~
sqlite3.c:97837:32: warning: cast from 'char *' to 'RowSet *' (aka 'struct RowSet *') increases required alignment from 1 to 8 [-Wcast-align]
    exists = sqlite3RowSetTest((RowSet*)pIn1->z, iSet, pIn3->u.i);
                               ^~~~~~~~~~~~~~~~
sqlite3.c:97842:25: warning: cast from 'char *' to 'RowSet *' (aka 'struct RowSet *') increases required alignment from 1 to 8 [-Wcast-align]
    sqlite3RowSetInsert((RowSet*)pIn1->z, pIn3->u.i);
                        ^~~~~~~~~~~~~~~~
sqlite3.c:97944:13: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Mem *' (aka 'struct sqlite3_value *') increases required alignment from 1 to 8 [-Wcast-align]
    pEnd = &VdbeFrameMem(pFrame)[pFrame->nChildMem];
            ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:22723:26: note: expanded from macro 'VdbeFrameMem'
#define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:97945:14: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Mem *' (aka 'struct sqlite3_value *') increases required alignment from 1 to 8 [-Wcast-align]
    for(pMem=VdbeFrameMem(pFrame); pMem!=pEnd; pMem++){
             ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:22723:26: note: expanded from macro 'VdbeFrameMem'
#define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:97950:14: warning: cast from 'char *' to 'VdbeFrame *' (aka 'struct VdbeFrame *') increases required alignment from 1 to 8 [-Wcast-align]
    pFrame = (VdbeFrame*)pRt->z;
             ^~~~~~~~~~~~~~~~~~
sqlite3.c:97968:20: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Mem *' (aka 'struct sqlite3_value *') increases required alignment from 1 to 8 [-Wcast-align]
  p->aMem = aMem = VdbeFrameMem(pFrame);
                   ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:22723:26: note: expanded from macro 'VdbeFrameMem'
#define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[ROUND8(sizeof(VdbeFrame))])
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:98516:21: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  pOut->z = (char *)sqlite3JournalModename(eNew);
                    ^
sqlite3.c:100114:39: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
  return blobReadWrite(pBlob, (void *)z, n, iOffset, sqlite3BtreePutData);
                                      ^
sqlite3.c:101147:36: warning: cast from 'u8 *' (aka 'unsigned char *') to 'KeyInfo *' (aka 'struct KeyInfo *') increases required alignment from 1 to 8 [-Wcast-align]
    pSorter->pKeyInfo = pKeyInfo = (KeyInfo*)((u8*)pSorter + sz);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:101594:17: warning: cast from 'u8 *' (aka 'unsigned char *') to 'SorterRecord *' (aka 'struct SorterRecord *') increases required alignment from 1 to 8 [-Wcast-align]
        pNext = (SorterRecord*)&pList->aMemory[p->u.iNext];
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:102020:31: warning: cast from 'u8 *' (aka 'unsigned char *') to 'SorterRecord *' (aka 'struct SorterRecord *') increases required alignment from 1 to 8 [-Wcast-align]
        pSorter->list.pList = (SorterRecord*)&aNew[iListOff];
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:102026:12: warning: cast from 'u8 *' (aka 'unsigned char *') to 'SorterRecord *' (aka 'struct SorterRecord *') increases required alignment from 1 to 8 [-Wcast-align]
    pNew = (SorterRecord*)&pSorter->list.aMemory[pSorter->iMemory];
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:103567:22: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  u8 *zWrite = (u8 *)zBuf;
                     ^
sqlite3.c:104789:25: warning: assigning to 'char *' from 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        pExpr->u.zToken = "coalesce";
                        ^ ~~~~~~~~~~
sqlite3.c:106432:31: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  sqlite3TokenInit(&s, (char*)zC);
                              ^
sqlite3.c:107750:10: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Expr *' (aka 'struct Expr *') increases required alignment from 1 to 8 [-Wcast-align]
  pNew = (Expr *)zAlloc;
         ^~~~~~~~~~~~~~
sqlite3.c:108433:41: warning: cast from 'const struct Expr *' to 'struct Expr *' drops const qualifier [-Wcast-qual]
  pExpr = sqlite3ExprSkipCollate((Expr*)pExpr);
                                        ^
sqlite3.c:110252:5: warning: 'SQLITE_OMIT_SUBQUERY' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_OMIT_SUBQUERY
    ^
sqlite3.c:110678:39: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        sqlite3VdbeAppendP4(v, (char*)z, P4_STATIC);
                                      ^
sqlite3.c:113397:38: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  zCol = sqlite3DbStrNDup(db, (char*)pColDef->z, pColDef->n);
                                     ^
sqlite3.c:116003:30: warning: cast from 'const void *' to 'struct StatAccum *' drops const qualifier [-Wcast-qual]
  StatAccum *p = (StatAccum*)sqlite3_value_blob(argv[0]);
                             ^
sqlite3.c:116112:30: warning: cast from 'const void *' to 'struct StatAccum *' drops const qualifier [-Wcast-qual]
  StatAccum *p = (StatAccum*)sqlite3_value_blob(argv[0]);
                             ^
sqlite3.c:116225:7: warning: 'SQLITE_DEBUG' is not defined, evaluates to 0 [-Wundef]
#elif SQLITE_DEBUG
      ^
sqlite3.c:116906:27: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    decodeIntArray((char*)z, nCol, aiRowEst, pIndex->aiRowLogEst, pIndex);
                          ^
sqlite3.c:116918:27: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    decodeIntArray((char*)z, 1, 0, &pTable->nRowLogEst, &fakeIdx);
                          ^
sqlite3.c:118367:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:118509:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:118537:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:119577:5: warning: 'SQLITE_ENABLE_HIDDEN_COLUMNS' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_ENABLE_HIDDEN_COLUMNS
    ^
sqlite3.c:119644:23: warning: assigning to 'char *' from 'const char [17]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  pRet->retTrig.zName = RETURNING_TRIGGER_NAME;
                      ^ ~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:120304:10: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zSep = "";
         ^ ~~
sqlite3.c:120305:11: warning: assigning to 'char *' from 'const char [2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zSep2 = ",";
          ^ ~~~
sqlite3.c:120306:10: warning: assigning to 'char *' from 'const char [2]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zEnd = ")";
         ^ ~~~
sqlite3.c:120308:10: warning: assigning to 'char *' from 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zSep = "\n  ";
         ^ ~~~~~~
sqlite3.c:120309:11: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zSep2 = ",\n  ";
          ^ ~~~~~~~
sqlite3.c:120310:10: warning: assigning to 'char *' from 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zEnd = "\n)";
         ^ ~~~~~
sqlite3.c:120373:18: warning: cast from 'char *' to 'const char **' increases required alignment from 1 to 8 [-Wcast-align]
  pIdx->azColl = (const char**)zExtra;
                 ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:120376:23: warning: cast from 'char *' to 'LogEst *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align]
  pIdx->aiRowLogEst = (LogEst*)zExtra;
                      ^~~~~~~~~~~~~~~
sqlite3.c:120379:20: warning: cast from 'char *' to 'i16 *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align]
  pIdx->aiColumn = (i16*)zExtra;
                   ^~~~~~~~~~~~
sqlite3.c:120862:62: warning: passing 'const char [1]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
            p->zName, pCol->zCnName, sqlite3ColumnType(pCol, "")
                                                             ^~
sqlite3.c:33956:60: note: passing argument to parameter 'zDflt' here
SQLITE_PRIVATE char *sqlite3ColumnType(Column *pCol, char *zDflt){
                                                           ^
sqlite3.c:120979:13: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zType = "table";
            ^ ~~~~~~~
sqlite3.c:120980:14: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zType2 = "TABLE";
             ^ ~~~~~~~
sqlite3.c:120984:13: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zType = "view";
            ^ ~~~~~~
sqlite3.c:120985:14: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zType2 = "VIEW";
             ^ ~~~~~~
sqlite3.c:122044:17: warning: cast from 'char *' to 'const char **' increases required alignment from 1 to 8 [-Wcast-align]
    p->azColl = (const char**)pExtra; pExtra += ROUND8(sizeof(char*)*nCol);
                ^~~~~~~~~~~~~~~~~~~~
sqlite3.c:122045:22: warning: cast from 'char *' to 'LogEst *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align]
    p->aiRowLogEst = (LogEst*)pExtra; pExtra += sizeof(LogEst)*(nCol+1);
                     ^~~~~~~~~~~~~~~
sqlite3.c:122046:19: warning: cast from 'char *' to 'i16 *' (aka 'short *') increases required alignment from 1 to 2 [-Wcast-align]
    p->aiColumn = (i16*)pExtra;       pExtra += sizeof(i16)*nCol;
                  ^~~~~~~~~~~~
sqlite3.c:122189:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:124334:16: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    for(z=(u8*)pBest->zName; *z; z++) *z = sqlite3UpperToLower[*z];
               ^
sqlite3.c:125825:43: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    sqlite3_result_text64(context, (char*)z, z2-z, SQLITE_TRANSIENT,
                                          ^
sqlite3.c:125832:43: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    sqlite3_result_blob64(context, (char*)&z[p1], (u64)p2, SQLITE_TRANSIENT);
                                          ^
sqlite3.c:125907:15: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
  z2 = (char*)sqlite3_value_text(argv[0]);
              ^
sqlite3.c:125926:15: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
  z2 = (char*)sqlite3_value_text(argv[0]);
              ^
sqlite3.c:126265:32: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '[');
                               ^
sqlite3.c:126265:51: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    return patternCompare((u8*)zGlobPattern, (u8*)zString, &globInfo, '[');
                                                  ^
sqlite3.c:126279:32: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    return patternCompare((u8*)zPattern, (u8*)zStr, &likeInfoNorm, esc);
                               ^
sqlite3.c:126279:47: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    return patternCompare((u8*)zPattern, (u8*)zStr, &likeInfoNorm, esc);
                                              ^
sqlite3.c:126345:35: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    if( sqlite3Utf8CharLen((char*)zEsc, -1)!=1 ){
                                  ^
sqlite3.c:126506:15: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
        if( r1!=r2 ){
            ~~^ ~~
sqlite3.c:126892:51: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    static unsigned char * const azOne[] = { (u8*)" " };
                                                  ^
sqlite3.c:126894:23: warning: cast from 'const unsigned int *' to 'unsigned int *' drops const qualifier [-Wcast-qual]
    aLen = (unsigned*)lenOne;
                      ^
sqlite3.c:126895:32: warning: cast from 'unsigned char *const *' to 'unsigned char **' drops const qualifier [-Wcast-qual]
    azChar = (unsigned char **)azOne;
                               ^
sqlite3.c:126912:42: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        azChar[nChar] = (unsigned char *)z;
                                         ^
sqlite3.c:126947:39: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
  sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT);
                                      ^
sqlite3.c:127325:21: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
      zSep = (char*)sqlite3_value_text(argv[1]);
                    ^
sqlite3.c:127363:19: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    zVal = (char*)sqlite3_value_text(argv[0]);
                  ^
sqlite3.c:127468:34: warning: cast from 'const struct compareInfo *' to 'struct compareInfo *' drops const qualifier [-Wcast-qual]
    pInfo = (struct compareInfo*)&likeInfoAlt;
                                 ^
sqlite3.c:127471:34: warning: cast from 'const struct compareInfo *' to 'struct compareInfo *' drops const qualifier [-Wcast-qual]
    pInfo = (struct compareInfo*)&likeInfoNorm;
                                 ^
sqlite3.c:127570:7: warning: unused parameter 'argc' [-Wunused-parameter]
  int argc,
      ^
sqlite3.c:127676:7: warning: unused parameter 'argc' [-Wunused-parameter]
  int argc,
      ^
sqlite3.c:127698:7: warning: unused parameter 'argc' [-Wunused-parameter]
  int argc,
      ^
sqlite3.c:127721:7: warning: unused parameter 'argc' [-Wunused-parameter]
  int argc,
      ^
sqlite3.c:127783:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:127858:23: warning: cast from 'const struct compareInfo *' to 'void *' drops const qualifier [-Wcast-qual]
    LIKEFUNC(glob, 2, &globInfo, SQLITE_FUNC_LIKE|SQLITE_FUNC_CASE),
                      ^
sqlite3.c:127863:23: warning: cast from 'const struct compareInfo *' to 'void *' drops const qualifier [-Wcast-qual]
    LIKEFUNC(like, 2, &likeInfoNorm, SQLITE_FUNC_LIKE),
                      ^
sqlite3.c:127864:23: warning: cast from 'const struct compareInfo *' to 'void *' drops const qualifier [-Wcast-qual]
    LIKEFUNC(like, 3, &likeInfoNorm, SQLITE_FUNC_LIKE),
                      ^
sqlite3.c:127872:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(ceil,              1, xCeil,     ceilingFunc ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127873:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(ceiling,           1, xCeil,     ceilingFunc ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127874:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(floor,             1, xFloor,    ceilingFunc ),
                                    ^~~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127876:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(trunc,             1, trunc,     ceilingFunc ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127883:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(exp,               1, exp,       math1Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127884:37: warning: initializing 'void *' with an expression of type 'double (double, double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(pow,               2, pow,       math2Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127885:37: warning: initializing 'void *' with an expression of type 'double (double, double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(power,             2, pow,       math2Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127886:37: warning: initializing 'void *' with an expression of type 'double (double, double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(mod,               2, fmod,      math2Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127887:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(acos,              1, acos,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127888:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(asin,              1, asin,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127889:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(atan,              1, atan,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127890:37: warning: initializing 'void *' with an expression of type 'double (double, double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(atan2,             2, atan2,     math2Func   ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127891:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(cos,               1, cos,       math1Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127892:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(sin,               1, sin,       math1Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127893:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(tan,               1, tan,       math1Func   ),
                                    ^~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127894:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(cosh,              1, cosh,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127895:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(sinh,              1, sinh,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127896:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(tanh,              1, tanh,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127898:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(acosh,             1, acosh,     math1Func   ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127899:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(asinh,             1, asinh,     math1Func   ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127900:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(atanh,             1, atanh,     math1Func   ),
                                    ^~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127902:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(sqrt,              1, sqrt,      math1Func   ),
                                    ^~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127903:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(radians,           1, degToRad,  math1Func   ),
                                    ^~~~~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:127904:37: warning: initializing 'void *' with an expression of type 'double (double)' converts between void pointer and function pointer [-Wpedantic]
    MFUNCTION(degrees,           1, radToDeg,  math1Func   ),
                                    ^~~~~~~~
sqlite3.c:17659:4: note: expanded from macro 'MFUNCTION'
   xPtr, 0, xFunc, 0, 0, 0, #zName, {0} }
   ^~~~
sqlite3.c:132660:33: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
            azCols[i] = (char *)sqlite3_column_name(pStmt, i);
                                ^
sqlite3.c:132670:33: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
            azVals[i] = (char *)sqlite3_column_text(pStmt, i);
                                ^
sqlite3.c:135270:5: warning: initializing 'char *const' with an expression of type 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    "delete", "persist", "off", "truncate", "memory"
    ^~~~~~~~
sqlite3.c:135270:15: warning: initializing 'char *const' with an expression of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    "delete", "persist", "off", "truncate", "memory"
              ^~~~~~~~~
sqlite3.c:135270:26: warning: initializing 'char *const' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    "delete", "persist", "off", "truncate", "memory"
                         ^~~~~
sqlite3.c:135270:33: warning: initializing 'char *const' with an expression of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    "delete", "persist", "off", "truncate", "memory"
                                ^~~~~~~~~~
sqlite3.c:135270:45: warning: initializing 'char *const' with an expression of type 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    "delete", "persist", "off", "truncate", "memory"
                                            ^~~~~~~~
sqlite3.c:135272:8: warning: initializing 'char *const' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
     , "wal"
       ^~~~~
sqlite3.c:136126:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:136214:39: warning: passing 'const char [1]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
               sqlite3ColumnType(pCol,""),
                                      ^~
sqlite3.c:33956:60: note: passing argument to parameter 'zDflt' here
SQLITE_PRIVATE char *sqlite3ColumnType(Column *pCol, char *zDflt){
                                                           ^
sqlite3.c:137111:21: warning: assigning to 'char *' from 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        aOp[2].p4.z = "ok";
                    ^ ~~~~
sqlite3.c:137113:30: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        aOp[5].p4.z = (char*)sqlite3ErrStr(SQLITE_CORRUPT);
                             ^
sqlite3.c:137149:9: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF8",     SQLITE_UTF8        },
        ^~~~~~
sqlite3.c:137150:9: warning: initializing 'char *' with an expression of type 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF-8",    SQLITE_UTF8        },  /* Must be element [1] */
        ^~~~~~~
sqlite3.c:137151:9: warning: initializing 'char *' with an expression of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF-16le", SQLITE_UTF16LE     },  /* Must be element [2] */
        ^~~~~~~~~~
sqlite3.c:137152:9: warning: initializing 'char *' with an expression of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF-16be", SQLITE_UTF16BE     },  /* Must be element [3] */
        ^~~~~~~~~~
sqlite3.c:137153:9: warning: initializing 'char *' with an expression of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF16le",  SQLITE_UTF16LE     },
        ^~~~~~~~~
sqlite3.c:137154:9: warning: initializing 'char *' with an expression of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF16be",  SQLITE_UTF16BE     },
        ^~~~~~~~~
sqlite3.c:137155:9: warning: initializing 'char *' with an expression of type 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF-16",   0                  }, /* SQLITE_UTF16NATIVE */
        ^~~~~~~~
sqlite3.c:137156:9: warning: initializing 'char *' with an expression of type 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      { "UTF16",    0                  }, /* SQLITE_UTF16NATIVE */
        ^~~~~~~
sqlite3.c:137909:71: warning: cast from 'const struct PragmaName *' to 'void *' drops const qualifier [-Wcast-qual]
  return sqlite3VtabCreateModule(db, zName, &pragmaVtabModule, (void*)pName, 0);
                                                                      ^
sqlite3.c:138059:37: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
    db->init.azInit = (const char**)argv;
                                    ^
sqlite3.c:138156:46: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  sqlite3InitCallback(&initData, 5, (char **)azArg, 0);
                                             ^
sqlite3.c:138936:21: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    *pzTail = (u8 *)zSql + sqlite3Utf16ByteLen(zSql, chars_parsed);
                    ^
sqlite3.c:139281:37: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
          && sqlite3StrNICmp((char*)p->z, &zKeyText[aKeyword[j].i], p->n)==0 ){
                                    ^
sqlite3.c:140583:26: warning: assigning to 'char *' from 'const char [10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    case TK_ALL:       z = "UNION ALL";   break;
                         ^ ~~~~~~~~~~~
sqlite3.c:140584:26: warning: assigning to 'char *' from 'const char [10]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    case TK_INTERSECT: z = "INTERSECT";   break;
                         ^ ~~~~~~~~~~~
sqlite3.c:140585:26: warning: assigning to 'char *' from 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    case TK_EXCEPT:    z = "EXCEPT";      break;
                         ^ ~~~~~~~~
sqlite3.c:140586:26: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    default:           z = "UNION";       break;
                         ^ ~~~~~~~
sqlite3.c:141137:14: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        zCol = "rowid";
             ^ ~~~~~~~
sqlite3.c:141230:15: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        zName = iCol>=0 ? pTab->aCol[iCol].zCnName : "rowid";
              ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:145278:5: warning: 'SQLITE_DEBUG' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_DEBUG
    ^
sqlite3.c:147916:37: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    z = sqlite3DbStrNDup(db, (char*)pAll->z, pAll->n);
                                    ^
sqlite3.c:150549:35: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        sCol[0].u.zToken = (char*)pIdx->azColl[ii];
                                  ^
sqlite3.c:151169:20: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    zCopy = (char*)zName;
                   ^
sqlite3.c:151771:60: warning: passing 'const char [1]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        char *zType = sqlite3ColumnType(&pTab->aCol[iCol], "");
                                                           ^~
sqlite3.c:33956:60: note: passing argument to parameter 'zDflt' here
SQLITE_PRIVATE char *sqlite3ColumnType(Column *pCol, char *zDflt){
                                                           ^
sqlite3.c:152076:49: warning: cast from 'const struct sqlite3_module *' to 'char *' drops const qualifier [-Wcast-qual]
        x = *(int (**)(sqlite3_vtab *))((char *)p->pModule + offset);
                                                ^
sqlite3.c:152076:14: warning: cast from 'char *' to 'int (**)(sqlite3_vtab *)' (aka 'int (**)(struct sqlite3_vtab *)') increases required alignment from 1 to 8 [-Wcast-align]
        x = *(int (**)(sqlite3_vtab *))((char *)p->pModule + offset);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:152273:28: warning: cast from 'const struct sqlite3_module *' to 'struct sqlite3_module *' drops const qualifier [-Wcast-qual]
  pMod = (sqlite3_module *)pVtab->pModule;
                           ^
sqlite3.c:152965:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED
    ^
sqlite3.c:154493:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x4001 */
    ^
sqlite3.c:155803:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x4001 */
    ^
sqlite3.c:156147:51: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
      pPrefix = sqlite3Expr(db, TK_STRING, (char*)z);
                                                  ^
sqlite3.c:156329:32: warning: cast from 'const struct sqlite3_module *' to 'struct sqlite3_module *' drops const qualifier [-Wcast-qual]
      pMod = (sqlite3_module *)pVtab->pModule;
                               ^
sqlite3.c:157123:23: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      pExpr->u.zToken = "false";
                      ^ ~~~~~~~
sqlite3.c:158768:15: warning: assigning to 'char *' from 'const char [11]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  pIdx->zName = "auto-index";
              ^ ~~~~~~~~~~~~
sqlite3.c:160378:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED
    ^
sqlite3.c:160384:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x8 */
    ^
sqlite3.c:160401:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x8 */
    ^
sqlite3.c:160416:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x8 */
    ^
sqlite3.c:160446:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED /* 0x8 */
    ^
sqlite3.c:162805:9: warning: cast from 'char *' to 'WherePath *' (aka 'struct WherePath *') increases required alignment from 1 to 8 [-Wcast-align]
  aTo = (WherePath*)pSpace;
        ^~~~~~~~~~~~~~~~~~
sqlite3.c:163703:5: warning: 'WHERETRACE_ENABLED' is not defined, evaluates to 0 [-Wundef]
#if WHERETRACE_ENABLED
    ^
sqlite3.c:163725:15: warning: cast from 'char *' to 'WhereLoop *' (aka 'struct WhereLoop *') increases required alignment from 1 to 8 [-Wcast-align]
  sWLB.pNew = (WhereLoop*)(((char*)pWInfo)+nByteWInfo);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:164839:24: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
        if( ((i64)fVal)!=fVal ) goto error_out;
            ~~~~~~~~~~~^ ~~~~
sqlite3.c:166130:33: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
  sqlite3VdbeAppendP4(v, (void*)azErr[eCond], P4_STATIC);
                                ^
sqlite3.c:167900:23: warning: cast from 'const void *' to 'struct Expr *' drops const qualifier [-Wcast-qual]
        return (Expr*)sqlite3RenameTokenMap(pParse, (void*)p, &t);
                      ^
sqlite3.c:173777:22: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
  keywordCode((char*)z, n, &id);
                     ^
sqlite3.c:174163:33: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
      return keywordCode((char*)z, i, tokenType);
                                ^
sqlite3.c:174259:30: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    n = sqlite3GetToken((u8*)zSql, &tokenType);
                             ^
sqlite3.c:175714:11: warning: cast from 'u8 *' (aka 'unsigned char *') to 'LookasideSlot *' (aka 'struct LookasideSlot *') increases required alignment from 1 to 8 [-Wcast-align]
      p = (LookasideSlot*)&((u8*)p)[sz];
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:175723:11: warning: cast from 'u8 *' (aka 'unsigned char *') to 'LookasideSlot *' (aka 'struct LookasideSlot *') increases required alignment from 1 to 8 [-Wcast-align]
      p = (LookasideSlot*)&((u8*)p)[LOOKASIDE_SMALL];
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:176299:5: warning: 'SQLITE_USER_AUTHENTICATION' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_USER_AUTHENTICATION
    ^
sqlite3.c:177515:30: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    z = db->errCode ? (char*)sqlite3_value_text(db->pErr) : 0;
                             ^
sqlite3.c:177555:20: warning: cast from 'const unsigned short *' to 'void *' drops const qualifier [-Wcast-qual]
    return (void *)outOfMem;
                   ^
sqlite3.c:177558:20: warning: cast from 'const unsigned short *' to 'void *' drops const qualifier [-Wcast-qual]
    return (void *)misuse;
                   ^
sqlite3.c:177562:17: warning: cast from 'const unsigned short *' to 'void *' drops const qualifier [-Wcast-qual]
    z = (void *)outOfMem;
                ^
sqlite3.c:177992:21: warning: assigning to 'char *' from 'const char [6]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
          zModeType = "cache";
                    ^ ~~~~~~~
sqlite3.c:178007:21: warning: assigning to 'char *' from 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
          zModeType = "access";
                    ^ ~~~~~~~~
sqlite3.c:178225:5: warning: 'SQLITE_DEFAULT_CKPTFULLFSYNC' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_DEFAULT_CKPTFULLFSYNC
    ^
sqlite3.c:178354:23: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  db->aDb[0].zDbSName = "main";
                      ^ ~~~~~~
sqlite3.c:178356:23: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  db->aDb[1].zDbSName = "temp";
                      ^ ~~~~~~
sqlite3.c:179483:23: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  sqlite3_free((char*)p - 4);
                      ^
sqlite3.c:179781:5: warning: 'SQLITE_ENABLE_API_ARMOR' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_ENABLE_API_ARMOR
    ^
sqlite3.c:181992:17: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
      zFunction = "";
                ^ ~~
sqlite3.c:182048:15: warning: assigning to 'char *' from 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    zFunction = "";
              ^ ~~
sqlite3.c:182559:17: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    z = (char *)sqlite3Fts3NextToken(aCol[iCol], &n);
                ^
sqlite3.c:182822:23: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        pInfo->idxStr = "DESC";
                      ^ ~~~~~~
sqlite3.c:182824:23: warning: assigning to 'char *' from 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        pInfo->idxStr = "ASC";
                      ^ ~~~~~
sqlite3.c:183028:15: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      zCsr += fts3GetVarint32(zCsr, &nPrefix);
              ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:183028:15: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:183035:13: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    zCsr += fts3GetVarint32(zCsr, &nSuffix);
            ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:183035:13: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:183124:3: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  fts3GetVarint32(zNode, &iHeight);
  ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:183124:3: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:185186:66: warning: cast from 'const struct sqlite3_tokenizer_module *' to 'void *' drops const qualifier [-Wcast-qual]
    if( sqlite3Fts3HashInsert(&pHash->hash, "simple", 7, (void *)pSimple)
                                                                 ^
sqlite3.c:185187:66: warning: cast from 'const struct sqlite3_tokenizer_module *' to 'void *' drops const qualifier [-Wcast-qual]
     || sqlite3Fts3HashInsert(&pHash->hash, "porter", 7, (void *)pPorter)
                                                                 ^
sqlite3.c:185190:70: warning: cast from 'const struct sqlite3_tokenizer_module *' to 'void *' drops const qualifier [-Wcast-qual]
     || sqlite3Fts3HashInsert(&pHash->hash, "unicode61", 10, (void *)pUnicode)
                                                                     ^
sqlite3.c:187343:18: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  memcpy((char *)p->pFts3Tab->zDb, zDb, nDb);
                 ^
sqlite3.c:187344:18: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  memcpy((char *)p->pFts3Tab->zName, zFts3, nFts3);
                 ^
sqlite3.c:187345:30: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  sqlite3Fts3Dequote((char *)p->pFts3Tab->zName);
                             ^
sqlite3.c:187473:24: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
  sqlite3_free((void *)pCsr->filter.zTerm);
                       ^
sqlite3.c:187643:24: warning: cast from 'const char *' to 'void *' drops const qualifier [-Wcast-qual]
  sqlite3_free((void *)pCsr->filter.zTerm);
                       ^
sqlite3.c:188196:7: warning: initializing 'char *' with an expression of type 'const char [3]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    { "OR" ,  2, 0, FTSQUERY_OR   },
      ^~~~
sqlite3.c:188197:7: warning: initializing 'char *' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    { "AND",  3, 1, FTSQUERY_AND  },
      ^~~~~
sqlite3.c:188198:7: warning: initializing 'char *' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    { "NOT",  3, 1, FTSQUERY_NOT  },
      ^~~~~
sqlite3.c:188199:7: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
    { "NEAR", 4, 0, FTSQUERY_NEAR }
      ^~~~~~
sqlite3.c:188769:33: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
  sParse.azCol = (const char **)azCol;
                                ^
sqlite3.c:189458:29: warning: cast from 'const void *' to 'void *' drops const qualifier [-Wcast-qual]
    new_elem->pKey = (void*)pKey;
                            ^
sqlite3.c:190227:24: warning: cast from 'const void *' to 'void **' drops const qualifier [-Wcast-qual]
      pPtr = *(void **)sqlite3_value_blob(argv[1]);
                       ^
sqlite3.c:190228:51: warning: cast from 'const unsigned char *' to 'void *' drops const qualifier [-Wcast-qual]
      pOld = sqlite3Fts3HashInsert(pHash, (void *)zName, nName, pPtr);
                                                  ^
sqlite3.c:190310:21: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  char *z = (char *)zArg;
                    ^
sqlite3.c:190320:15: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  z = (char *)sqlite3Fts3NextToken(zCopy, &n);
              ^
sqlite3.c:190336:42: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    while( z<zEnd && (NULL!=(z = (char *)sqlite3Fts3NextToken(z, &n))) ){
                                         ^
sqlite3.c:190828:39: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  unsigned char *p = (unsigned char *)c->pInput;
                                      ^
sqlite3.c:193030:44: warning: cast from 'const void *' to 'struct Fts3HashElem **' drops const qualifier [-Wcast-qual]
  char *z1 = fts3HashKey(*(Fts3HashElem **)lhs);
                                           ^
sqlite3.c:193031:44: warning: cast from 'const void *' to 'struct Fts3HashElem **' drops const qualifier [-Wcast-qual]
  char *z2 = fts3HashKey(*(Fts3HashElem **)rhs);
                                           ^
sqlite3.c:193032:46: warning: cast from 'const void *' to 'struct Fts3HashElem **' drops const qualifier [-Wcast-qual]
  int n1 = fts3HashKeysize(*(Fts3HashElem **)lhs);
                                             ^
sqlite3.c:193033:46: warning: cast from 'const void *' to 'struct Fts3HashElem **' drops const qualifier [-Wcast-qual]
  int n2 = fts3HashKeysize(*(Fts3HashElem **)rhs);
                                             ^
sqlite3.c:193451:32: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
        pTree->zTerm = (char *)zTerm;
                               ^
sqlite3.c:193731:30: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
    pWriter->zTerm = (char *)zTerm;
                             ^
sqlite3.c:195149:18: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      p->iOff += fts3GetVarint32(&p->aNode[p->iOff], &nPrefix);
                 ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:195149:18: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:195151:16: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    p->iOff += fts3GetVarint32(&p->aNode[p->iOff], &nSuffix);
               ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:195151:16: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:195162:20: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        p->iOff += fts3GetVarint32(&p->aNode[p->iOff], &p->nDoclist);
                   ^
sqlite3.c:181309:10: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
         ^
sqlite3.c:195162:20: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
sqlite3.c:181309:71: note: expanded from macro 'fts3GetVarint32'
  (*(u8*)(p)&0x80) ? sqlite3Fts3GetVarint32(p, piVal) : (*piVal=*(u8*)(p), 1) \
                                                                      ^
sqlite3.c:197334:27: warning: cast from 'u8 *' (aka 'unsigned char *') to 'MatchinfoBuffer *' (aka 'struct MatchinfoBuffer *') increases required alignment from 1 to 8 [-Wcast-align]
  MatchinfoBuffer *pBuf = (MatchinfoBuffer*)((u8*)p - ((u32*)p)[-1]);
                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:197867:42: warning: cast from 'const struct sqlite3_tokenizer_module *' to 'struct sqlite3_tokenizer_module *' drops const qualifier [-Wcast-qual]
      pMod = (sqlite3_tokenizer_module *)pTab->pTokenizer->pModule;
                                         ^
sqlite3.c:197932:38: warning: cast from 'const struct sqlite3_tokenizer_module *' to 'struct sqlite3_tokenizer_module *' drops const qualifier [-Wcast-qual]
  pMod = (sqlite3_tokenizer_module *)pTab->pTokenizer->pModule;
                                     ^
sqlite3.c:200671:22: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  const u8 *z = (u8*)zIn;
                     ^
sqlite3.c:200772:32: warning: initializing 'char *' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'i', 'I', 3, JSON_REAL, 7, "inf", "9.0e999" },
                               ^~~~~
sqlite3.c:200772:39: warning: initializing 'char *' with an expression of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'i', 'I', 3, JSON_REAL, 7, "inf", "9.0e999" },
                                      ^~~~~~~~~
sqlite3.c:200773:32: warning: initializing 'char *' with an expression of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'i', 'I', 8, JSON_REAL, 7, "infinity", "9.0e999" },
                               ^~~~~~~~~~
sqlite3.c:200773:44: warning: initializing 'char *' with an expression of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'i', 'I', 8, JSON_REAL, 7, "infinity", "9.0e999" },
                                           ^~~~~~~~~
sqlite3.c:200774:32: warning: initializing 'char *' with an expression of type 'const char [4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'n', 'N', 3, JSON_NULL, 4, "NaN", "null" },
                               ^~~~~
sqlite3.c:200774:39: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'n', 'N', 3, JSON_NULL, 4, "NaN", "null" },
                                      ^~~~~~
sqlite3.c:200775:32: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'q', 'Q', 4, JSON_NULL, 4, "QNaN", "null" },
                               ^~~~~~
sqlite3.c:200775:40: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 'q', 'Q', 4, JSON_NULL, 4, "QNaN", "null" },
                                       ^~~~~~
sqlite3.c:200776:32: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 's', 'S', 4, JSON_NULL, 4, "SNaN", "null" },
                               ^~~~~~
sqlite3.c:200776:40: warning: initializing 'char *' with an expression of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  { 's', 'S', 4, JSON_NULL, 4, "SNaN", "null" },
                                       ^~~~~~
sqlite3.c:201380:17: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
  memcpy((char*)p->zJson, zJson, nJson+1);
                ^
sqlite3.c:203069:5: warning: 'SQLITE_DEBUG' is not defined, evaluates to 0 [-Wundef]
#if SQLITE_DEBUG
    ^
sqlite3.c:204455:30: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
    default:          if( xN == p->u.rValue ) return;  break;
                          ~~ ^  ~~~~~~~~~~~
sqlite3.c:204610:22: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
   || (pFirst->rScore==rScore && pFirst->iLevel>iLevel)
       ~~~~~~~~~~~~~~^ ~~~~~~
sqlite3.c:204965:62: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
     || (eType==SQLITE_FLOAT && sqlite3_value_double(argv[0])==iRowid)
                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~~~~~~
sqlite3.c:205339:47: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
      if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){
                                        ~~~~~~^ ~~~~~~~~~~
sqlite3.c:205535:18: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
       || (xleft1==xright1 && xleft2<xright2)
           ~~~~~~^ ~~~~~~~
sqlite3.c:205632:19: warning: comparing floating point with == or != is unsafe [-Wfloat-equal]
       || (overlap==fBestOverlap && area<fBestArea)
           ~~~~~~~^ ~~~~~~~~~~~~
sqlite3.c:206013:15: warning: cast from 'int *' to 'RtreeDValue *' (aka 'double *') increases required alignment from 4 to 8 [-Wcast-align]
  aDistance = (RtreeDValue *)&aSpare[n];
              ^~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:206986:22: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  node.zData = (u8 *)sqlite3_value_blob(apArg[1]);
                     ^
sqlite3.c:207031:23: warning: cast from 'const void *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    u8 *zBlob = (u8 *)sqlite3_value_blob(apArg[0]);
                      ^
sqlite3.c:228186:29: warning: cast from 'char **' to 'const char **' must have all intermediate pointers const qualified to be safe [-Wcast-qual]
              (const char**)azArg, (int)nArg, pConfig,
                            ^
sqlite3.c:228349:44: warning: passing 'const char [5]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
  sqlite3Fts5BufferAppendPrintf(&rc, &buf, "T.%Q", p->zContentRowid);
                                           ^~~~~~
sqlite3.c:227551:9: note: passing argument to parameter 'zFmt' here
  char *zFmt, ...
        ^
sqlite3.c:228353:50: warning: passing 'const char [7]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite3Fts5BufferAppendPrintf(&rc, &buf, ", T.%Q", p->azCol[i]);
                                                 ^~~~~~~~
sqlite3.c:227551:9: note: passing argument to parameter 'zFmt' here
  char *zFmt, ...
        ^
sqlite3.c:228355:50: warning: passing 'const char [8]' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        sqlite3Fts5BufferAppendPrintf(&rc, &buf, ", T.c%d", i);
                                                 ^~~~~~~~~
sqlite3.c:227551:9: note: passing argument to parameter 'zFmt' here
  char *zFmt, ...
        ^
sqlite3.c:229387:16: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    *pa = (u8*)aIter[0].a;
               ^
sqlite3.c:229471:16: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      a = (u8*)pTerm->pIter->pData;
               ^
sqlite3.c:229511:44: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    if( aIter[i].bFlag ) sqlite3_free((u8*)aIter[i].a);
                                           ^
sqlite3.c:230075:31: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
    pPhrase->poslist.p = (u8*)pIter->pData;
                              ^
sqlite3.c:231965:45: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
          pTerm, pNode->iRowid, pBuf, (u8**)ppCollist, pnCollist
                                            ^
sqlite3.c:232487:30: warning: cast from 'u8 *' (aka 'unsigned char *') to 'Fts5HashEntry *' (aka 'struct Fts5HashEntry *') increases required alignment from 1 to 8 [-Wcast-align]
      Fts5HashEntry *pFaux = (Fts5HashEntry*)&pRet[nPre-nHashPre];
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sqlite3.c:234526:30: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      pIter->pLeaf->p = (u8*)pList;
                             ^
sqlite3.c:234530:74: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      sqlite3Fts5BufferSet(&p->rc,&pIter->term, (int)strlen(zTerm), (u8*)zTerm);
                                                                         ^
sqlite3.c:234606:30: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      pIter->pLeaf->p = (u8*)pList;
                             ^
sqlite3.c:234611:16: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
          (u8*)zTerm);
               ^
sqlite3.c:235060:25: warning: cast from 'const unsigned char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        pLeaf->p = (u8*)pList;
                        ^
sqlite3.c:239272:22: warning: cast from 'const unsigned char *' to 'char *' drops const qualifier [-Wcast-qual]
    char *z = (char*)fts5MultiIterTerm(pIter, &n);
                     ^
sqlite3.c:240184:41: warning: cast from 'const char *const *' to 'const char **' drops const qualifier [-Wcast-qual]
  const char **azConfig = (const char**)argv;
                                        ^
sqlite3.c:240995:28: warning: cast from 'const char *' to 'char *' drops const qualifier [-Wcast-qual]
      pCsr->zRank = (char*)FTS5_DEFAULT_RANK;
                           ^
sqlite3.c:224455:31: note: expanded from macro 'FTS5_DEFAULT_RANK'
#define FTS5_DEFAULT_RANK     "bm25"
                              ^
sqlite3.c:244389:42: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  unsigned char *zTerm = (unsigned char*)&pText[nText];
                                         ^
sqlite3.c:244390:42: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
  unsigned char *zCsr = (unsigned char *)pText;
                                         ^
sqlite3.c:244413:37: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
        is = zCsr - (unsigned char*)pText;
                                    ^
sqlite3.c:244420:39: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
          is = zCsr - (unsigned char*)pText;
                                      ^
sqlite3.c:244470:35: warning: cast from 'const char *' to 'unsigned char *' drops const qualifier [-Wcast-qual]
      ie = zCsr - (unsigned char*)pText;
                                  ^
fatal error: error in backend: IO failure on output stream: No space left on device
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script.
Stack dump:
0.	Program arguments: cc -c -I. -I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld/auto/DBI -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -Wl,-Bsymbolic -O2 -DVERSION=\"1.74\" -DXS_VERSION=\"1.74\" -DPIC -fPIC -I/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld/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 sqlite3.c
1.	<eof> parser at end of file
*** Error 1 in /home/njh/.cpan/build/DBD-SQLite-1.74-0 (Makefile:365 'sqlite3.o')

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    DBI                 1.57  1.643   
    File::Spec          0.82  3.78    
    perl                5.006 5.030003
    Test::More          0.88  1.302191
    Tie::Hash           0     1.05    

build_requires:

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

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    DBI                 1.57  1.643   
    ExtUtils::MakeMaker 6.48  7.64    
    File::Spec          0.82  3.78    


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

Environment variables:

    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
    PERL = /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3348
    PERL5_CPAN_IS_RUNNING = 3348
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin
    PERLBREW_PERL = perl-5.30.3-ld
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.98
    PERLBREW_VERSION = 0.98
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh
    TMPDIR = /tmp

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.34    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.44    
    File::Spec          3.78    
    JSON                4.03    
    JSON::PP            4.16    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302191
    Test::Harness       3.42    
    Test::More          1.302191
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 30 subversion 3) configuration:
   
  Platform:
    osname=openbsd
    osvers=6.9
    archname=OpenBSD.amd64-openbsd-ld
    uname='openbsd njh2.bandsman.co.uk 6.9 generic.mp#4 amd64 '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld -Dusedevel -Duselongdouble -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=define
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    optimize='-O2'
    cppflags='-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='OpenBSD Clang 10.0.1 '
    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='long double'
    nvsize=16
    Off_t='off_t'
    lseeksize=8
    alignbytes=16
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.96.0
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags='-DPIC -fPIC '
    lddlflags='-shared -fPIC  -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_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    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_LONG_DOUBLE
    USE_PERLIO
    USE_PERL_ATOF
  Locally applied patches:
    Devel::PatchPerl 2.08
  Built under openbsd
  Compiled at Oct 14 2021 17:23:36
  %ENV:
    PERL="/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin/perl5.30.3"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3348"
    PERL5_CPAN_IS_RUNNING="3348"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/bin"
    PERLBREW_PERL="perl-5.30.3-ld"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.98"
    PERLBREW_VERSION="0.98"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3/OpenBSD.amd64-openbsd-ld
    /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/site_perl/5.30.3
    /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3/OpenBSD.amd64-openbsd-ld
    /home/njh/perl5/perlbrew/perls/perl-5.30.3-ld/lib/5.30.3
    .