Encode v3.18 Perl 5 v5.30.3 x86_64-linux

Status
Unknown
From
Nigel Horne
Dist
Encode v3.18
Platform
Perl 5 v5.30.3 x86_64-linux
Date
2022-06-27 15:44:40
ID
0e930f9e-f630-11ec-ac2a-df96ad7fcae5
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 Dan Kogai,

This is a computer-generated report for Encode-3.18
on perl 5.30.3, created by CPAN-Reporter-1.2018.

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

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

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

Sections of this report:

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

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

Additional comments from tester:

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

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

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

Running Mkbootstrap for Encode ()
chmod 644 "Encode.bs"
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" "/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/ExtUtils/xsubpp"  -typemap '/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/typemap'  Encode.xs > Encode.xsc
cp lib/Encode/Config.pm blib/lib/Encode/Config.pm
cp Encode/_T.e2x blib/lib/Encode/_T.e2x
cp lib/Encode/Encoding.pm blib/lib/Encode/Encoding.pm
cp Encode/encode.h blib/lib/Encode/encode.h
cp lib/Encode/KR/2022_KR.pm blib/lib/Encode/KR/2022_KR.pm
cp lib/Encode/MIME/Header.pm blib/lib/Encode/MIME/Header.pm
cp lib/Encode/MIME/Name.pm blib/lib/Encode/MIME/Name.pm
cp Encode/ConfigLocal_PM.e2x blib/lib/Encode/ConfigLocal_PM.e2x
cp lib/Encode/GSM0338.pm blib/lib/Encode/GSM0338.pm
cp lib/Encode/CJKConstants.pm blib/lib/Encode/CJKConstants.pm
cp Encode/_PM.e2x blib/lib/Encode/_PM.e2x
cp lib/Encode/JP/H2Z.pm blib/lib/Encode/JP/H2Z.pm
cp lib/Encode/Supported.pod blib/lib/Encode/Supported.pod
cp lib/Encode/Alias.pm blib/lib/Encode/Alias.pm
cp Encode/README.e2x blib/lib/Encode/README.e2x
cp lib/Encode/PerlIO.pod blib/lib/Encode/PerlIO.pod
cp encoding.pm blib/lib/encoding.pm
cp lib/Encode/Encoder.pm blib/lib/Encode/Encoder.pm
cp Encode/Makefile_PL.e2x blib/lib/Encode/Makefile_PL.e2x
cp lib/Encode/Guess.pm blib/lib/Encode/Guess.pm
cp lib/Encode/MIME/Header/ISO_2022_JP.pm blib/lib/Encode/MIME/Header/ISO_2022_JP.pm
cp lib/Encode/Unicode/UTF7.pm blib/lib/Encode/Unicode/UTF7.pm
cp lib/Encode/JP/JIS7.pm blib/lib/Encode/JP/JIS7.pm
cp lib/Encode/CN/HZ.pm blib/lib/Encode/CN/HZ.pm
cp Encode/Changes.e2x blib/lib/Encode/Changes.e2x
cp Encode.pm blib/lib/Encode.pm
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
mv Encode.xsc Encode.c
cc -c  -I./Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"3.18\" -DXS_VERSION=\"3.18\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   encengine.c
Reading iso-8859-1 (iso-8859-1)
Reading ascii (ascii)
Reading cp1252 (cp1252)
Reading ascii-ctrl (ascii-ctrl)
Reading null (null)
cp bin/enc2xs blib/script/enc2xs
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
cp bin/encguess blib/script/encguess
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from encengine.c:91:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from encengine.c:91:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
cp bin/piconv blib/script/piconv
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
make[1]: Entering directory `/home/opc/.cpan/build/Encode-3.18-18/Byte'
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs blib/arch/auto/Encode/Encode.bs 644
cc -c  -I./Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"3.18\" -DXS_VERSION=\"3.18\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   Encode.c
cp Byte.pm ../blib/lib/Encode/Byte.pm
Running Mkbootstrap for Byte ()
chmod 644 "Byte.bs"
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
Encode.xs: In function ‘Encode_XSEncoding’:
Encode.xs:48:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     SvPVX(iv) = (char*) enc->name[0];
                 ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:49:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:50:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:50:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:53:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:53:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVpvn(name, strlen(name))));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:57:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
In file included from Encode.xs:8:0:
Encode.xs: In function ‘utf8_safe_downgrade’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1473:27: note: in expansion of macro ‘STMT_START’
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                           ^
Encode.xs:67:13: note: in expansion of macro ‘SvTAINTED_on’
             SvTAINTED_on(tmp);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:74:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(*src, *slen);
         ^
Encode.xs: In function ‘utf8_safe_upgrade’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1473:27: note: in expansion of macro ‘STMT_START’
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                           ^
Encode.xs:85:13: note: in expansion of macro ‘SvTAINTED_on’
             SvTAINTED_on(tmp);
             ^
Encode.xs: In function ‘do_fallback_cb’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:104:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:105:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVuv(ch)));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:105:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVuv(ch)));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:337:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^
Encode.xs:113:5: note: in expansion of macro ‘SvREFCNT_inc’
     SvREFCNT_inc(retval);
     ^
In file included from Encode.xs:8:0:
Encode.xs: In function ‘do_bytes_fallback_cb’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:129:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:131:9: note: in expansion of macro ‘XPUSHs’
         XPUSHs(sv_2mortal(newSVuv(s[i])));
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:131:9: note: in expansion of macro ‘XPUSHs’
         XPUSHs(sv_2mortal(newSVuv(s[i])));
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:337:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^
Encode.xs:139:5: note: in expansion of macro ‘SvREFCNT_inc’
     SvREFCNT_inc(retval);
     ^
In file included from Encode.xs:8:0:
Encode.xs: In function ‘encode_method’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1473:27: note: in expansion of macro ‘STMT_START’
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                           ^
Encode.xs:164:25: note: in expansion of macro ‘SvTAINTED_on’
     if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:177:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(dst, 0);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:185:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(dst, dlen+ddone);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:261:17: note: in expansion of macro ‘SvREFCNT_dec’
                 SvREFCNT_dec(subchar);
                 ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:267:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(subchar);
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from Encode.xs:8:
Encode.xs:272:28: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             sv_catpvn(dst, (char*)enc->rep, enc->replen);
                            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:740:63: note: in definition of macro ‘sv_catpvn_flags’
 #define sv_catpvn_flags(a,b,c,d) Perl_sv_catpvn_flags(aTHX_ a,b,c,d)
                                                               ^
Encode.xs:272:13: note: in expansion of macro ‘sv_catpvn’
             sv_catpvn(dst, (char*)enc->rep, enc->replen);
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:303:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(subchar);
             ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:328:9: note: in expansion of macro ‘SvSETMAGIC’
         SvSETMAGIC(src);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:332:5: note: in expansion of macro ‘SvCUR_set’
     SvCUR_set(dst, dlen+ddone);
     ^
Encode.xs: In function ‘process_utf8’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:414:5: note: in expansion of macro ‘SvCUR_set’
     SvCUR_set(dst,0);
     ^
Encode.xs:432:13: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         s = (U8 *) e_or_where_failed;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:490:21: note: in expansion of macro ‘SvREFCNT_dec’
                     SvREFCNT_dec(subchar);
                     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:507:13: note: in expansion of macro ‘SvCUR_set’
             SvCUR_set(dst, d-(U8 *)SvPVX(dst));
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Encode.xs:510:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(subchar);
             ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:516:17: note: in expansion of macro ‘SvCUR_set’
                 SvCUR_set(dst, d-(U8 *)SvPVX(dst));
                 ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:524:5: note: in expansion of macro ‘SvCUR_set’
     SvCUR_set(dst, d-(U8 *)SvPVX(dst));
     ^
Encode.xs: In function ‘find_encoding’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:543:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:559:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(m_enc);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:559:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(m_enc);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:337:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^
Encode.xs:569:9: note: in expansion of macro ‘SvREFCNT_inc’
         SvREFCNT_inc(obj);
         ^
In file included from Encode.xs:8:0:
Encode.xs: In function ‘call_encoding’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:585:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:593:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(obj);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:593:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(obj);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:594:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(src);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:594:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(src);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:595:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(check ? check : &PL_sv_no);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:595:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(check ? check : &PL_sv_no);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:337:42: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc(sv)  S_SvREFCNT_inc(MUTABLE_SV(sv))
                                          ^
Encode.xs:605:9: note: in expansion of macro ‘SvREFCNT_inc’
         SvREFCNT_inc(dst);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5300:0,
                 from Encode.xs:8:
Encode.xs: In function ‘XS_Encode__utf8_decode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:81:19: warning: declaration of ‘sp’ shadows a previous local [-Wshadow]
 #define dSP  SV **sp = PL_stack_sp
                   ^
Encode.xs:630:5: note: in expansion of macro ‘dSP’
     dSP;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:81:19: warning: shadowed declaration is here [-Wshadow]
 #define dSP  SV **sp = PL_stack_sp
                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:157:2: note: in expansion of macro ‘dSP’
  dSP; dAXMARK; dITEMS
  ^
Encode.c:771:11: note: in expansion of macro ‘dXSARGS’
     dVAR; dXSARGS;
           ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^
Encode.xs:638:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^
Encode.xs:638:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:648:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:649:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(obj);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:649:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(obj);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1782:33: note: in expansion of macro ‘MUTABLE_SV’
 #  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                                 ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:151:20: note: in expansion of macro ‘SvIVx’
 #define POPi  ((IV)SvIVx(POPs))
                    ^
Encode.xs:653:21: note: in expansion of macro ‘POPi’
     renewed = (bool)POPi;
                     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1782:21: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define SvIVx(sv) ({SV *_sv = MUTABLE_SV(sv); SvIV(_sv); })
                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:151:20: note: in expansion of macro ‘SvIVx’
 #define POPi  ((IV)SvIVx(POPs))
                    ^
Encode.xs:653:21: note: in expansion of macro ‘POPi’
     renewed = (bool)POPi;
                     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:669:9: note: in expansion of macro ‘SvSETMAGIC’
         SvSETMAGIC(src);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1473:27: note: in expansion of macro ‘STMT_START’
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                           ^
Encode.xs:672:25: note: in expansion of macro ‘SvTAINTED_on’
     if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.xs:674:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__utf8_encode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^
Encode.xs:695:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^
Encode.xs:695:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1317:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:728:9: note: in expansion of macro ‘SvCUR_set’
         SvCUR_set(dst, d- (U8 *)SvPVX(dst));
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:736:9: note: in expansion of macro ‘SvSETMAGIC’
         SvSETMAGIC(src);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1473:27: note: in expansion of macro ‘STMT_START’
 #define SvTAINTED_on(sv)  STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);}   }STMT_END
                           ^
Encode.xs:740:25: note: in expansion of macro ‘SvTAINTED_on’
     if (SvTAINTED(src)) SvTAINTED_on(dst); /* propagate taintedness */
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.xs:742:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode__XS_renew’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:960:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode__XS_renewed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:392:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                        \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:459:31: note: in expansion of macro ‘TARGi’
 #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                               ^
Encode.c:980:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:459:18: note: in expansion of macro ‘STMT_START’
 #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
                  ^
Encode.c:980:2: note: in expansion of macro ‘PUSHi’
  PUSHi((IV)RETVAL);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:982:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode__XS_name’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1008:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__XS_cat_decode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:323:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                                                    ^
Encode.xs:806:9: note: in expansion of macro ‘XSRETURN_NO’
         XSRETURN_NO;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:323:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_NO    STMT_START { XST_mNO(0);    XSRETURN(1); } STMT_END
                        ^
Encode.xs:806:9: note: in expansion of macro ‘XSRETURN_NO’
         XSRETURN_NO;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:1282:2: note: in expansion of macro ‘STMT_START’
  STMT_START { \
  ^
Encode.xs:813:5: note: in expansion of macro ‘SvIV_set’
     SvIV_set(off, (IV)offset);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1072:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__XS_decode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^
Encode.xs:840:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^
Encode.xs:840:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.xs:848:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1125:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__XS_encode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                                                    ^
Encode.xs:872:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:325:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
                        ^
Encode.xs:872:9: note: in expansion of macro ‘XSRETURN_UNDEF’
         XSRETURN_UNDEF;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.xs:879:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1177:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode__XS_needs_lines’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1197:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode__XS_perlio_ok’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1221:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__XS_mime_name’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Encode.xs:912:5: note: in expansion of macro ‘PUSHMARK’
     PUSHMARK(sp);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Encode.xs:913:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Encode.xs:913:5: note: in expansion of macro ‘XPUSHs’
     XPUSHs(sv_2mortal(newSVpvn(enc->name[0], strlen(enc->name[0]))));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1257:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode_is_utf8’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1292:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__utf8_on’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:953:9: note: in expansion of macro ‘SvSETMAGIC’
         SvSETMAGIC(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1320:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode__utf8_off’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:969:9: note: in expansion of macro ‘SvSETMAGIC’
         SvSETMAGIC(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1348:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
Encode.c: In function ‘XS_Encode_decode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:185:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Encode.c:1356:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1391:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
Encode.c: In function ‘XS_Encode_encode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:185:25: note: in expansion of macro ‘XSANY’
 #define dXSI32 I32 ix = XSANY.any_i32
                         ^
Encode.c:1399:5: note: in expansion of macro ‘dXSI32’
     dXSI32;
     ^
In file included from Encode.xs:8:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1434:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode_decode_utf8’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1472:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode_encode_utf8’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1494:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.xs: In function ‘XS_Encode_from_to’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:2059:23: note: in expansion of macro ‘STMT_START’
 #define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
                       ^
Encode.xs:1085:5: note: in expansion of macro ‘SvSETMAGIC’
     SvSETMAGIC(octets);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
Encode.c:1558:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^
Encode.c: In function ‘XS_Encode_onBOOT’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:311:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:326:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^
Encode.c:1575:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:326:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^
Encode.c:1575:5: note: in expansion of macro ‘XSRETURN_EMPTY’
     XSRETURN_EMPTY;
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Encode.xs:8:
Encode.c: In function ‘boot_Encode’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Encode.c:1621:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Encode.c:1623:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Encode.c:1625:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:51:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvXSUBANY(sv) ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_start_u.xcv_xsubany
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/XSUB.h:183:15: note: in expansion of macro ‘CvXSUBANY’
 #define XSANY CvXSUBANY(cv)
               ^
Encode.c:1627:9: note: in expansion of macro ‘XSANY’
         XSANY.any_i32 = 0;
         ^
Reading iso-8859-2 (iso-8859-2)
Reading iso-8859-3 (iso-8859-3)
Reading iso-8859-4 (iso-8859-4)
Reading iso-8859-5 (iso-8859-5)
Reading iso-8859-6 (iso-8859-6)
Reading iso-8859-7 (iso-8859-7)
Reading iso-8859-8 (iso-8859-8)
Reading iso-8859-9 (iso-8859-9)
Reading iso-8859-10 (iso-8859-10)
Reading iso-8859-11 (iso-8859-11)
Reading iso-8859-13 (iso-8859-13)
Reading iso-8859-14 (iso-8859-14)
Reading iso-8859-15 (iso-8859-15)
Reading iso-8859-16 (iso-8859-16)
Reading AdobeStandardEncoding (AdobeStandardEncoding)
Reading cp1006 (cp1006)
Reading cp1250 (cp1250)
Reading cp1251 (cp1251)
Reading cp1253 (cp1253)
Reading cp1254 (cp1254)
Reading cp1255 (cp1255)
Reading cp1256 (cp1256)
Reading cp1257 (cp1257)
Reading cp1258 (cp1258)
Reading cp424 (cp424)
Reading cp437 (cp437)
Reading cp737 (cp737)
Reading cp775 (cp775)
Reading cp850 (cp850)
Reading cp852 (cp852)
Reading cp855 (cp855)
Reading cp856 (cp856)
Reading cp857 (cp857)
Reading cp858 (cp858)
Reading cp860 (cp860)
Reading cp861 (cp861)
Reading cp862 (cp862)
Reading cp863 (cp863)
Reading cp864 (cp864)
Reading cp865 (cp865)
Reading cp866 (cp866)
Reading cp869 (cp869)
Reading cp874 (cp874)
Reading hp-roman8 (hp-roman8)
Reading koi8-f (koi8-f)
Reading koi8-r (koi8-r)
Reading koi8-u (koi8-u)
Reading MacArabic (MacArabic)
Reading MacCentralEurRoman (MacCentralEurRoman)
Reading MacCroatian (MacCroatian)
Reading MacCyrillic (MacCyrillic)
Reading MacFarsi (MacFarsi)
Reading MacGreek (MacGreek)
Reading MacHebrew (MacHebrew)
Reading MacIcelandic (MacIcelandic)
Reading MacRomanian (MacRomanian)
Reading MacRumanian (MacRumanian)
Reading MacRoman (MacRoman)
Reading MacSami (MacSami)
Reading MacThai (MacThai)
Reading MacTurkish (MacTurkish)
Reading MacUkrainian (MacUkrainian)
Reading nextstep (nextstep)
Reading viscii (viscii)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../blib/arch/auto/Encode/Byte/Byte.bs 644
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" "/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/ExtUtils/xsubpp"  -nolinenumbers -typemap '/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/typemap'  Byte.xs > Byte.xsc
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from Encode.xs:8:
Encode.xs: In function ‘process_utf8’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:209:1: warning: inlining failed in call to ‘S_SvREFCNT_dec’: call is unlikely and code size would grow [-Winline]
 S_SvREFCNT_dec(pTHX_ SV *sv)
 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:40: warning: called from here [-Winline]
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                        ^
Encode.xs:490:21: note: in expansion of macro ‘SvREFCNT_dec’
                     SvREFCNT_dec(subchar);
                     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:209:1: warning: inlining failed in call to ‘S_SvREFCNT_dec’: call is unlikely and code size would grow [-Winline]
 S_SvREFCNT_dec(pTHX_ SV *sv)
 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:40: warning: called from here [-Winline]
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                        ^
Encode.xs:510:13: note: in expansion of macro ‘SvREFCNT_dec’
             SvREFCNT_dec(subchar);
             ^
mv Byte.xsc Byte.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   byte_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   Byte.c
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from Encode.xs:8:
Encode.xs: In function ‘encode_method’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:209:1: warning: inlining failed in call to ‘S_SvREFCNT_dec’: call is unlikely and code size would grow [-Winline]
 S_SvREFCNT_dec(pTHX_ SV *sv)
 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Encode.xs:8:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:40: warning: called from here [-Winline]
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                        ^
Encode.xs:261:17: note: in expansion of macro ‘SvREFCNT_dec’
                 SvREFCNT_dec(subchar);
                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
Byte.c: In function ‘Encode_XSEncoding’:
Byte.c:28:14: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
  SvPVX(iv) = (char*) enc->name[0];
              ^
In file included from Byte.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
Byte.c:29:2: note: in expansion of macro ‘PUSHMARK’
  PUSHMARK(sp);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Byte.c:30:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Byte.c:30:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
Byte.c:34:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
Byte.c:34:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from Byte.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
Byte.c:38:2: note: in expansion of macro ‘SvREFCNT_dec’
  SvREFCNT_dec(sv);
  ^
rm -f ../blib/arch/auto/Encode/Byte/Byte.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  Byte.o byte_t.o  -o ../blib/arch/auto/Encode/Byte/Byte.so  \
      \
  
chmod 755 ../blib/arch/auto/Encode/Byte/Byte.so
cc -c  -I./Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"3.18\" -DXS_VERSION=\"3.18\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   def_t.c
make[1]: Leaving directory `/home/opc/.cpan/build/Encode-3.18-18/Byte'
make[1]: Entering directory `/home/opc/.cpan/build/Encode-3.18-18/CN'
rm -f blib/arch/auto/Encode/Encode.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  Encode.o def_t.o encengine.o  -o blib/arch/auto/Encode/Encode.so  \
      \
  
chmod 755 blib/arch/auto/Encode/Encode.so
Running Mkbootstrap for CN ()
cp CN.pm ../blib/lib/Encode/CN.pm
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
chmod 644 "CN.bs"
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
Reading euc-cn (euc-cn)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm
Reading gb12345-raw (gb12345-raw)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm
Reading cp936 (cp936)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm
Reading gb2312-raw (gb2312-raw)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
Reading iso-ir-165 (iso-ir-165)
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   cp_00_t.c
Reading MacChineseSimp (MacChineseSimp)
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   eu_01_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   gb_02_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   gb_03_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ir_04_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ma_05_t.c
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../blib/arch/auto/Encode/CN/CN.bs 644
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" "/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/typemap'  CN.xs > CN.xsc
mv CN.xsc CN.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   CN.c
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
CN.c: In function ‘Encode_XSEncoding’:
CN.c:33:14: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
  SvPVX(iv) = (char*) enc->name[0];
              ^
In file included from CN.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
CN.c:34:2: note: in expansion of macro ‘PUSHMARK’
  PUSHMARK(sp);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
CN.c:35:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
CN.c:35:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
CN.c:39:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
CN.c:39:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from CN.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
CN.c:43:2: note: in expansion of macro ‘SvREFCNT_dec’
  SvREFCNT_dec(sv);
  ^
rm -f ../blib/arch/auto/Encode/CN/CN.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o  -o ../blib/arch/auto/Encode/CN/CN.so  \
      \
  
chmod 755 ../blib/arch/auto/Encode/CN/CN.so
make[1]: Leaving directory `/home/opc/.cpan/build/Encode-3.18-18/CN'
make[1]: Entering directory `/home/opc/.cpan/build/Encode-3.18-18/EBCDIC'
Running Mkbootstrap for EBCDIC ()
cp EBCDIC.pm ../blib/lib/Encode/EBCDIC.pm
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm
chmod 644 "EBCDIC.bs"
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../blib/arch/auto/Encode/EBCDIC/EBCDIC.bs 644
Reading cp37 (cp37)
Reading cp1026 (cp1026)
Reading cp1047 (cp1047)
Reading cp500 (cp500)
Reading cp875 (cp875)
Reading posix-bc (posix-bc)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" "/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/ExtUtils/xsubpp"  -nolinenumbers -typemap '/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/typemap'  EBCDIC.xs > EBCDIC.xsc
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ebcdic_t.c
mv EBCDIC.xsc EBCDIC.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   EBCDIC.c
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
EBCDIC.c: In function ‘Encode_XSEncoding’:
EBCDIC.c:28:14: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
  SvPVX(iv) = (char*) enc->name[0];
              ^
In file included from EBCDIC.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
EBCDIC.c:29:2: note: in expansion of macro ‘PUSHMARK’
  PUSHMARK(sp);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
EBCDIC.c:30:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
EBCDIC.c:30:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
EBCDIC.c:34:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
EBCDIC.c:34:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from EBCDIC.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
EBCDIC.c:38:2: note: in expansion of macro ‘SvREFCNT_dec’
  SvREFCNT_dec(sv);
  ^
rm -f ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector-strong  EBCDIC.o ebcdic_t.o  -o ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so  \
      \
  
chmod 755 ../blib/arch/auto/Encode/EBCDIC/EBCDIC.so
make[1]: Leaving directory `/home/opc/.cpan/build/Encode-3.18-18/EBCDIC'
make[1]: Entering directory `/home/opc/.cpan/build/Encode-3.18-18/JP'
Running Mkbootstrap for JP ()
chmod 644 "JP.bs"
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm
cp JP.pm ../blib/lib/Encode/JP.pm
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm
Reading cp932 (cp932)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm
Reading jis0201-raw (jis0201-raw)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm
Reading jis0208-raw (jis0208-raw)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm
Reading euc-jp (euc-jp)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm
Reading jis0212-raw (jis0212-raw)
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"  ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm
Reading MacJapanese (MacJapanese)
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   cp_00_t.c
Reading shiftjis (shiftjis)
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   eu_01_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ji_02_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ji_03_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ji_04_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   ma_05_t.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   sh_06_t.c
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../blib/arch/auto/Encode/JP/JP.bs 644
"/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3" "/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/ExtUtils/xsubpp"  -nolinenumbers -typemap '/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/ExtUtils/typemap'  JP.xs > JP.xsc
mv JP.xsc JP.c
cc -c -I./Encode  -I../Encode -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Werror=declaration-after-statement -Wpointer-sign -O2   -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE"   JP.c
Assembler messages:
Fatal error: can't create JP.o: No space left on device
{standard input}: Assembler messages:
{standard input}: Fatal error: can't close sh_06_t.o: No space left on device
make[1]: *** [sh_06_t.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
 #if VMS
     ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1613:40: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_snprintf(buffer, max, ...) ({ int len = snprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, snprintf); len; })
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:1627:41: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
 #      define my_vsnprintf(buffer, max, ...) ({ int len = vsnprintf(buffer, max, __VA_ARGS__); PERL_SNPRINTF_CHECK(len, max, vsnprintf); len; })
                                         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h: In function ‘CvNAME_HEK’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:233:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:234:13: note: in expansion of macro ‘MUTABLE_PTR’
  ? ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_hek
             ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:185:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:186:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:187:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:191:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:192:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:193:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:194:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:197:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:198:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:115:38: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START {  \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:199:5: note: in expansion of macro ‘ZAPHOD32_SCRAMBLE32’
     ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:202:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:203:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:204:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:205:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:206:5: note: in expansion of macro ‘ZAPHOD32_MIX’
     ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:4:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h: In function ‘zaphod32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:216:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:151:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START {                              \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:282:13: note: in expansion of macro ‘ZAPHOD32_MIX’
             ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:125:37: note: in expansion of macro ‘STMT_START’
 #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START {          \
                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/zaphod32_hash.h:303:5: note: in expansion of macro ‘ZAPHOD32_FINALIZE’
     ZAPHOD32_FINALIZE(v0,v1,v2);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state96’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:99:36: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX3(v0,v1,v2,text) STMT_START {                               \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1448:9: note: in expansion of macro ‘SBOX32_MIX3’
         SBOX32_MIX3(s0,s1,s2,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1453:13: note: in expansion of macro ‘XORSHIFT96_set’
             XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1393:35: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT96_set(r,x,y,z,t) STMT_START {          \
                                   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1456:5: note: in expansion of macro ‘XORSHIFT96_set’
     XORSHIFT96_set(*state,s0,s1,s2,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_seed_state128’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1463:16: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *seed= (U32 *)seed_ch;
                ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:85:39: note: in expansion of macro ‘STMT_START’
 #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
                                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1482:9: note: in expansion of macro ‘SBOX32_MIX4’
         SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1487:13: note: in expansion of macro ‘XORSHIFT128_set’
             XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1399:38: note: in expansion of macro ‘STMT_START’
 #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START {       \
                                      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1490:5: note: in expansion of macro ‘XORSHIFT128_set’
     XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:35:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h: In function ‘sbox32_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sbox32_hash.h:1498:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U32 *state= (U32 *)state_ch;
                 ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_seed_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:165:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:166:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:167:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:168:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:169:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:170:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:171:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:124:36: note: in expansion of macro ‘STMT_START’
 #define STADTX_SCRAMBLE64(v,prime) STMT_START {    \
                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:172:5: note: in expansion of macro ‘STADTX_SCRAMBLE64’
     STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:55:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h: In function ‘stadtx_hash_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/stadtx_hash.h:190:17: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
     U64 *state= (U64 *)state_ch;
                 ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_with_seed’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:91:43: note: in expansion of macro ‘STMT_START’
 #define _PERL_HASH_SEED_STATE(seed,state) STMT_START {                                      \
                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:107:5: note: in expansion of macro ‘_PERL_HASH_SEED_STATE’
     _PERL_HASH_SEED_STATE(seed,state);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:98:68: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
         ? sbox32_hash_with_state((state + __PERL_HASH_STATE_BYTES),(U8*)(str),(len))    \
                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:54:84: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
 # define __PERL_HASH_WITH_STATE(state,str,len) (U32)stadtx_hash_with_state((state),(U8*)(str),(len))
                                                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:99:11: note: in expansion of macro ‘__PERL_HASH_WITH_STATE’
         : __PERL_HASH_WITH_STATE((state),(str),(len)))
           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:108:12: note: in expansion of macro ‘_PERL_HASH_WITH_STATE’
     return _PERL_HASH_WITH_STATE(state,str,len);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv.h:653:0,
                 from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3688,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_1_3_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:261:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:262:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4_with_state’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:219:5: note: in definition of macro ‘PERL_SIPHASH_FNC’
     SIP_ROUNDS;                             \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:238:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_ROUNDS;                               \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:267:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:6: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
      ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:15: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:24: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:244:3: note: in definition of macro ‘PERL_SIPHASH_FNC’
   SIP_FINAL_ROUNDS                          \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:175:3: note: in expansion of macro ‘STMT_START’
   STMT_START {              \
   ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/hv_func.h:268:33: note: in expansion of macro ‘SIPROUND’
     ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
                                 ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5359:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_av_top_index’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/embed.h:477:40: note: in definition of macro ‘mg_size’
 #define mg_size(a)  Perl_mg_size(aTHX_ a)
                                        ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/av.h:81:15: note: in expansion of macro ‘MUTABLE_SV’
     ? mg_size(MUTABLE_SV(av)) : AvFILLp(av))
               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:48:12: note: in expansion of macro ‘AvFILL’
     return AvFILL(av);
            ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_CvGV’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:96:32: note: in expansion of macro ‘MUTABLE_PTR’
 #define CvFLAGS(sv)   ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_flags
                                ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cv.h:215:23: note: in expansion of macro ‘CvFLAGS’
 #define CvNAMED(cv)  (CvFLAGS(cv) & CVf_NAMED)
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:56:12: note: in expansion of macro ‘CvNAMED’
     return CvNAMED(sv)
            ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:58:13: note: in expansion of macro ‘MUTABLE_PTR’
  : ((XPVCV*)MUTABLE_PTR(SvANY(sv)))->xcv_gv_u.xcv_gv;
             ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:5914:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_is_utf8_invariant_string_loc’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:458:20: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
             if ((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK)  {
                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:469:50: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
                 *ep = x + _variant_byte_number(* (PERL_UINTMAX_T *) x);
                                                  ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushsub’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2052:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_common’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2072:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popsub_args’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:632:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cx_pop_savearray_av);     \
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:628:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2089:5: note: in expansion of macro ‘CX_POP_SAVEARRAY’
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:62:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_AV(p) ((AV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2090:10: note: in expansion of macro ‘MUTABLE_AV’
     av = MUTABLE_AV(PAD_SVl(0));
          ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/cop.h:638:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2095:9: note: in expansion of macro ‘CLEAR_ARGARRAY’
         CLEAR_ARGARRAY(av);
         ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:3679:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_pushformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:335:23: note: in definition of macro ‘SvREFCNT’
 #define SvREFCNT(sv) (sv)->sv_refcnt
                       ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:346:59: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_void_NN(sv) (void)(++SvREFCNT(MUTABLE_SV(sv)))
                                                           ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2126:5: note: in expansion of macro ‘SvREFCNT_inc_simple_void_NN’
     SvREFCNT_inc_simple_void_NN(cv);
     ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:340:52: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_void(sv)  S_SvREFCNT_inc_void(MUTABLE_SV(sv))
                                                    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2128:5: note: in expansion of macro ‘SvREFCNT_inc_void’
     SvREFCNT_inc_void(cx->blk_format.dfoutgv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popformat’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2144:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(dfout);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2151:5: note: in expansion of macro ‘SvREFCNT_dec_NN’
     SvREFCNT_dec_NN(cv);
     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popeval’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2187:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2193:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_poploop’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2248:9: note: in expansion of macro ‘SvREFCNT_dec_NN’
         SvREFCNT_dec_NN(sv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:349:53: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec_NN(sv) S_SvREFCNT_dec_NN(aTHX_ MUTABLE_SV(sv))
                                                     ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2252:13: note: in expansion of macro ‘SvREFCNT_dec_NN’
             SvREFCNT_dec_NN(sv);
             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2263:9: note: in expansion of macro ‘SvREFCNT_dec’
         SvREFCNT_dec(cursv);
         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h: In function ‘S_cx_popgiven’:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/inline.h:2310:5: note: in expansion of macro ‘SvREFCNT_dec’
     SvREFCNT_dec(sv);
     ^
JP.c: In function ‘Encode_XSEncoding’:
JP.c:34:14: warning: cast discards ‘__attribute__((const))’ qualifier from pointer target type [-Wcast-qual]
  SvPVX(iv) = (char*) enc->name[0];
              ^
In file included from JP.c:11:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:59:5: note: in expansion of macro ‘STMT_START’
     STMT_START {                                                      \
     ^
JP.c:35:2: note: in expansion of macro ‘PUSHMARK’
  PUSHMARK(sp);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
JP.c:36:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
JP.c:36:2: note: in expansion of macro ‘XPUSHs’
  XPUSHs(sv);
  ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:371:25: note: in expansion of macro ‘STMT_START’
 #  define EXTEND(p,n)   STMT_START {                                    \
                         ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:32: note: in expansion of macro ‘EXTEND’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                                ^
JP.c:40:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/pp.h:462:19: note: in expansion of macro ‘STMT_START’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
                   ^
JP.c:40:4: note: in expansion of macro ‘XPUSHs’
    XPUSHs(sv_2mortal(newSVpvn(name,strlen(name))));
    ^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/perl.h:2508:0,
                 from JP.c:11:
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:57:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/handy.h:67:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^
/home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux/CORE/sv.h:348:47: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
                                               ^
JP.c:44:2: note: in expansion of macro ‘SvREFCNT_dec’
  SvREFCNT_dec(sv);
  ^
make[1]: *** [JP.o] Error 2
make[1]: Leaving directory `/home/opc/.cpan/build/Encode-3.18-18/JP'
make: *** [subdirs] Error 2

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    Exporter            5.57  5.74    
    parent              0.221 0.238   
    Storable            0     3.25    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.64    
    Test::More          0.92  1.302190

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j2:c
    LANG = en_US.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin:/home/opc/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/home/opc/.local/bin:/home/opc/bin
    PERL = /home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 11837
    PERL5_CPAN_IS_RUNNING = 11837
    PERLBREW_HOME = /home/opc/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/opc/perl5/perlbrew/perls/perl-5.30.3/man
    PERLBREW_PATH = /home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin
    PERLBREW_PERL = perl-5.30.3
    PERLBREW_ROOT = /home/opc/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.95
    PERLBREW_VERSION = 0.95
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = xterm-256color

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

    $^X = /home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 10 190 1000
    $EGID = 1000 4 10 190 1000

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.05    
    JSON::PP            4.09    
    Module::Build       0.4231  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302190
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 30 subversion 3) configuration:
   
  Platform:
    osname=linux
    osvers=4.14.35-1902.10.8.el7uek.x86_64
    archname=x86_64-linux
    uname='linux instance-20191218-1736 4.14.35-1902.10.8.el7uek.x86_64 #2 smp thu feb 6 11:02:28 pst 2020 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/opc/perl5/perlbrew/perls/perl-5.30.3 -Dusedevel -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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -Aeval:scriptdir=/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    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 -msse -mfpmath=sse -msse2 -mssse3 -msse4.1 -msse4.2 -maes -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.8.5 20150623 (Red Hat 4.8.5-39.0.3)'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.17.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.17'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector-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_PERLIO
    USE_PERL_ATOF
  Locally applied patches:
    Devel::PatchPerl 1.80
  Built under linux
  Compiled at Jun 24 2020 13:32:00
  %ENV:
    PERL="/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin/perl5.30.3"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="11837"
    PERL5_CPAN_IS_RUNNING="11837"
    PERLBREW_HOME="/home/opc/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/opc/perl5/perlbrew/perls/perl-5.30.3/man"
    PERLBREW_PATH="/home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.30.3/bin"
    PERLBREW_PERL="perl-5.30.3"
    PERLBREW_ROOT="/home/opc/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.95"
    PERLBREW_VERSION="0.95"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3/x86_64-linux
    /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/site_perl/5.30.3
    /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3/x86_64-linux
    /home/opc/perl5/perlbrew/perls/perl-5.30.3/lib/5.30.3
    .