ExtUtils-ParseXS v3.44 Perl 5 v5.30.3 x86_64-linux-thread-multi
- Status
- Pass
- From
- Nigel Horne
- Dist
-
ExtUtils-ParseXS v3.44
- Platform
- Perl 5 v5.30.3 x86_64-linux-thread-multi
- Date
- 2022-01-07 15:18:06
- ID
- 03e29b58-6fcd-11ec-b24e-a86c25e0e3ee
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 Sawyer X,
This is a computer-generated report for ExtUtils-ParseXS-3.44
on perl 5.30.3, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/bin/perl5.30.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
compilet-4DQ73.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^
compilet-zUhZs.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
#if VMS
^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h:233:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h:4:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state96âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state128âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:55:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_with_seedâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_1_3_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:24: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_2_4_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5359:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_CvGVâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:56:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5914:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_is_utf8_invariant_string_locâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushsubâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_commonâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2072:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_argsâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2089:5: note: in expansion of macro âÂÂCX_POP_SAVEARRAYâÂÂ
CX_POP_SAVEARRAY(cx);
^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:628:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2090:10: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
av = MUTABLE_AV(PAD_SVl(0));
^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:638:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popevalâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_poploopâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2263:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cursv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popgivenâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2310:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^
XSTest.xs: At top level:
XSTest.xs:6:1: warning: no previous prototype for âÂÂxstest_somethingâ [-Wmissing-prototypes]
xstest_something (char * some_thing)
^
XSTest.xs:12:1: warning: no previous prototype for âÂÂxstest_something2â [-Wmissing-prototypes]
xstest_something2 (char * some_thing)
^
In file included from XSTest.xs:2:0:
XSTest.c: In function âÂÂXS_XSTest_is_evenâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSTest.c:188:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSTest.c:188:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSTest.c:190:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSTest.c: In function âÂÂXS_XSTest_somethingâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:206:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:206:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
XSTest.c: In function âÂÂXS_XSTest_something2âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:222:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:222:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
XSTest.xs: In function âÂÂXS_XSTest_something3âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:325:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^
XSTest.xs:51:2: note: in expansion of macro âÂÂXSRETURN_UNDEFâÂÂ
XSRETURN_UNDEF;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:325:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^
XSTest.xs:51:2: note: in expansion of macro âÂÂXSRETURN_UNDEFâÂÂ
XSRETURN_UNDEF;
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
XSTest.c: In function âÂÂXS_XSTest_constsâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:185:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^
XSTest.c:259:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^
In file included from XSTest.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSTest.c:274:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSTest.c:274:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSTest.c:276:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSTest.c: In function âÂÂXS_XSTest_T_BOOLâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSTest.c:295:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSTest.c: In function âÂÂXS_XSTest_T_BOOL_2âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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
^
XSTest.c:313:2: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
SvSETMAGIC(ST(0));
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSTest.c:315:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSTest.c: In function âÂÂXS_XSTest_T_BOOL_OUTâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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
^
XSTest.c:334:2: note: in expansion of macro âÂÂSvSETMAGICâÂÂ
SvSETMAGIC(ST(0));
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:336:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSTest.c:336:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSTest.xs:2:
XSTest.c: In function âÂÂboot_XSTestâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSTest.c:372:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 1;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSTest.c:374:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 3;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSTest.c:376:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 2;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSTest.c:378:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 0;
^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
#if VMS
^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h:233:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h:4:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state96âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state128âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:55:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_with_seedâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_1_3_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:24: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_2_4_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5359:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_CvGVâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:56:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5914:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_is_utf8_invariant_string_locâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushsubâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_commonâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2072:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_argsâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2089:5: note: in expansion of macro âÂÂCX_POP_SAVEARRAYâÂÂ
CX_POP_SAVEARRAY(cx);
^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:628:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2090:10: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
av = MUTABLE_AV(PAD_SVl(0));
^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:638:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popevalâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_poploopâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2263:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cursv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popgivenâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2310:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^
In file included from XSMore.xs:2:0:
XSMore.c: In function âÂÂXS_XSMore_typemaptest1âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:244:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:244:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:246:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_typemaptest2âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:263:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:263:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:265:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_typemaptest3âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:290:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:290:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:292:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_typemaptest6âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:311:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:311:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:313:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_prototype_ssaâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:328:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:328:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
XSMore.c: In function âÂÂXS_XSMore_attr_methodâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:343:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:343:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
XSMore.c: In function âÂÂXS_XSMore_return_1âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:185:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^
XSMore.c:353:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^
In file included from XSMore.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:364:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:364:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:374:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:374:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:376:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_arg_initâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:394:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:394:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:396:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_myabsâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:414:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:414:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:416:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_hookâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:449:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:449:5: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
XSMore.c: In function âÂÂXS_XSMore_outlistâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:371:25: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
# define EXTEND(p,n) STMT_START { \
^
XSMore.c:464:13: note: in expansion of macro âÂÂEXTENDâÂÂ
XSprePUSH; EXTEND(SP,2);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:470:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(2);
^
XSMore.c: In function âÂÂXS_XSMore_outlist_boolâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:371:25: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
# define EXTEND(p,n) STMT_START { \
^
XSMore.c:489:13: note: in expansion of macro âÂÂEXTENDâÂÂ
XSprePUSH; EXTEND(SP,2);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:495:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(2);
^
XSMore.c: In function âÂÂXS_XSMore_outlist_intâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:371:25: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
# define EXTEND(p,n) STMT_START { \
^
XSMore.c:515:13: note: in expansion of macro âÂÂEXTENDâÂÂ
XSprePUSH; EXTEND(SP,2);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:516:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:516:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:520:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(2);
^
XSMore.c: In function âÂÂXS_XSMore_lenâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:541:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:541:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:543:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_sumâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:567:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:567:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:569:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_include_okâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:595:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSMore.c:595:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSMore.c:597:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSMore.c: In function âÂÂXS_XSMore_nilâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:52: note: in expansion of macro âÂÂXSRETURNâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:610:4: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:326:24: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
XSMore.c:610:4: note: in expansion of macro âÂÂXSRETURN_EMPTYâÂÂ
XSRETURN_EMPTY;
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSMore.xs:2:
XSMore.c: In function âÂÂboot_XSMoreâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSMore.c:661:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = RET_1;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSMore.c:663:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = RET_2;
^
t/001-basic.t ............................ ok
t/002-more.t ............................. ok
t/101-standard_typemap_locations.t ....... ok
t/102-trim_whitespace.t .................. ok
compilet-s4Eqp.c:1:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int boot_compilet() { return 1; }
^
t/103-tidy_type.t ........................ ok
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:1388:5: warning: "VMS" is not defined [-Wundef]
#if VMS
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h: In function âÂÂCvNAME_HEKâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cv.h:233:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h:4:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/zaphod32_hash.h: In function âÂÂzaphod32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state96âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_seed_state128âÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:35:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/sbox32_hash.h: In function âÂÂsbox32_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_seed_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:55:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/stadtx_hash.h: In function âÂÂstadtx_hash_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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 XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_with_seedâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv.h:653:0,
from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3688,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_1_3_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:261:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:262:24: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_siphash_2_4_with_stateâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:6: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:267:15: note: in expansion of macro âÂÂSIPROUNDâÂÂ
,SIPROUND;SIPROUND;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/hv_func.h:175:3: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5359:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_av_top_indexâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_CvGVâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:56:12: note: in expansion of macro âÂÂCvNAMEDâÂÂ
return CvNAMED(sv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:5914:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_is_utf8_invariant_string_locâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushsubâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_commonâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2072:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popsub_argsâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2089:5: note: in expansion of macro âÂÂCX_POP_SAVEARRAYâÂÂ
CX_POP_SAVEARRAY(cx);
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:628:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2090:10: note: in expansion of macro âÂÂMUTABLE_AVâÂÂ
av = MUTABLE_AV(PAD_SVl(0));
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/cop.h:638:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:3679:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_pushformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popformatâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popevalâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_poploopâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2263:9: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(cursv);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h: In function âÂÂS_cx_popgivenâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/inline.h:2310:5: note: in expansion of macro âÂÂSvREFCNT_decâÂÂ
SvREFCNT_dec(sv);
^
XSUsage.xs: At top level:
XSUsage.xs:19:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_one() { return 1; }
^
XSUsage.xs:20:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_two() { return 2; }
^
XSUsage.xs:21:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_three() { return 3; }
^
XSUsage.xs:22:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
int xsusage_four() { return 4; }
^
XSUsage.xs:23:5: warning: no previous prototype for âÂÂxsusage_fiveâ [-Wmissing-prototypes]
int xsusage_five(int i) { PERL_UNUSED_ARG(i); return 5; }
^
XSUsage.xs:24:5: warning: no previous prototype for âÂÂxsusage_sixâ [-Wmissing-prototypes]
int xsusage_six(int i) { PERL_UNUSED_ARG(i); return 6; }
^
In file included from XSUsage.xs:2:0:
XSUsage.c: In function âÂÂXS_XSUsage_oneâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:193:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:193:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:195:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
XSUsage.c: In function âÂÂXS_XSUsage_twoâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:185:25: note: in expansion of macro âÂÂXSANYâÂÂ
#define dXSI32 I32 ix = XSANY.any_i32
^
XSUsage.c:203:5: note: in expansion of macro âÂÂdXSI32âÂÂ
dXSI32;
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:215:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:215:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:217:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSUsage.c: In function âÂÂXS_XSUsage_interface_v_iâÂÂ:
XSUsage.c:225:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
dXSFUNCTION(int);
^
In file included from XSUsage.xs:3:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:195:69: note: in definition of macro âÂÂXSINTERFACE_FUNCâÂÂ
#define XSINTERFACE_FUNC(ret,cv,f) ((XSINTERFACE_CVT_ANON(ret))(f))
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSUsage.c:231:42: note: in expansion of macro âÂÂXSANYâÂÂ
XSFUNCTION = XSINTERFACE_FUNC(int,cv,XSANY.any_dptr);
^
XSUsage.c:231:5: warning: function declaration isnâÂÂt a prototype [-Wstrict-prototypes]
XSFUNCTION = XSINTERFACE_FUNC(int,cv,XSANY.any_dptr);
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:235:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:235:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:237:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSUsage.c: In function âÂÂXS_XSUsage_fourâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:253:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:253:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:255:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSUsage.c: In function âÂÂXS_XSUsage_fiveâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:273:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:273:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:275:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSUsage.c: In function âÂÂXS_XSUsage_sixâÂÂ:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:392:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:31: note: in expansion of macro âÂÂTARGiâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:299:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/pp.h:459:18: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
#define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
^
XSUsage.c:299:2: note: in expansion of macro âÂÂPUSHiâÂÂ
PUSHi((IV)RETVAL);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:544:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:311:5: note: in expansion of macro âÂÂSTMT_STARTâÂÂ
STMT_START { \
^
XSUsage.c:301:5: note: in expansion of macro âÂÂXSRETURNâÂÂ
XSRETURN(1);
^
XSUsage.c: In function âÂÂboot_XSUsageâÂÂ:
XSUsage.c:333:14: warning: declaration of âÂÂcvâ shadows a parameter [-Wshadow]
CV * cv;
^
In file included from XSUsage.xs:3:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:137:49: warning: shadowed declaration is here [-Wshadow]
# define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
^
XSUsage.c:308:1: note: in expansion of macro âÂÂXS_EXTERNALâÂÂ
XS_EXTERNAL(boot_XSUsage)
^
In file included from /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:2508:0,
from XSUsage.xs:2:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSUsage.c:337:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 2;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSUsage.c:339:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 0;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:183:15: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
#define XSANY CvXSUBANY(cv)
^
XSUsage.c:341:9: note: in expansion of macro âÂÂXSANYâÂÂ
XSANY.any_i32 = 1;
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/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-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:197:3: note: in expansion of macro âÂÂCvXSUBANYâÂÂ
CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
^
XSUsage.c:343:9: note: in expansion of macro âÂÂXSINTERFACE_FUNC_SETâÂÂ
XSINTERFACE_FUNC_SET(cv,xsusage_three);
^
In file included from XSUsage.xs:2:0:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:174:22: warning: declaration of âÂÂmy_perlâ shadows a parameter [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:187:18: note: in expansion of macro âÂÂpTHXâÂÂ
# define pTHX_ pTHX,
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:197:40: note: in expansion of macro âÂÂpTHX_âÂÂ
CvXSUBANY(cv).any_dxptr = (void (*) (pTHX_ void*))(f)
^
XSUsage.c:343:9: note: in expansion of macro âÂÂXSINTERFACE_FUNC_SETâÂÂ
XSINTERFACE_FUNC_SET(cv,xsusage_three);
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:174:22: warning: shadowed declaration is here [-Wshadow]
# define pTHX tTHX my_perl PERL_UNUSED_DECL
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/perl.h:187:18: note: in expansion of macro âÂÂpTHXâÂÂ
# define pTHX_ pTHX,
^
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi/CORE/XSUB.h:137:39: note: in expansion of macro âÂÂpTHX_âÂÂ
# define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__unused__)
^
XSUsage.c:308:1: note: in expansion of macro âÂÂXS_EXTERNALâÂÂ
XS_EXTERNAL(boot_XSUsage)
^
t/104-map_type.t ......................... ok
t/003-usage.t ............................ ok
t/105-valid_proto_string.t ............... ok
t/106-process_typemaps.t ................. ok
t/108-map_type.t ......................... ok
t/109-standard_XS_defs.t ................. ok
t/110-assign_func_args.t ................. ok
t/111-analyze_preprocessor_statements.t .. ok
t/112-set_cond.t ......................... ok
t/113-check_cond_preproc_statements.t .... ok
t/114-blurt_death_Warn.t ................. ok
t/115-avoid-noise.t ...................... ok
t/501-t-compile.t ........................ ok
t/510-t-bare.t ........................... ok
t/511-t-whitespace.t ..................... ok
t/512-t-file.t ........................... ok
t/513-t-merge.t .......................... ok
t/514-t-embed.t .......................... ok
t/515-t-cmd.t ............................ ok
t/516-t-clone.t .......................... ok
t/517-t-targetable.t ..................... ok
t/600-t-compat.t ......................... ok
All tests successful.
Files=27, Tests=268, 10 wallclock secs ( 0.09 usr 0.03 sys + 4.03 cusr 0.57 csys = 4.72 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Carp 0 1.50
Cwd 0 3.78
DynaLoader 0 1.45
Exporter 5.57 5.74
ExtUtils::CBuilder 0 0.280236
ExtUtils::MakeMaker 6.46 7.64
File::Basename 0 2.85
File::Spec 0 3.78
Symbol 0 1.08
Test::More 0.47 1.302188
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.64
configure_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 6.46 7.64
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
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-thread/bin:/home/opc/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/home/opc/.local/bin:/home/opc/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 28551
PERL5_CPAN_IS_RUNNING = 28551
PERLBREW_HOME = /home/opc/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/man
PERLBREW_PATH = /home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/bin
PERLBREW_PERL = perl-5.30.3-thread
PERLBREW_ROOT = /home/opc/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.92
PERLBREW_VERSION = 0.92
PERL_LOCAL_LIB_ROOT =
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/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.28
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.40
File::Spec 3.78
JSON 4.04
JSON::PP 4.07
Module::Build 0.4231
Module::Signature 0.87
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302188
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-thread-multi
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-thread -Dusedevel -Dusethreads -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-thread/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -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='-D_REENTRANT -D_GNU_SOURCE -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
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Locally applied patches:
Devel::PatchPerl 1.80
Built under linux
Compiled at Jun 24 2020 13:48:00
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="28551"
PERL5_CPAN_IS_RUNNING="28551"
PERLBREW_HOME="/home/opc/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/man"
PERLBREW_PATH="/home/opc/perl5/perlbrew/bin:/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/bin"
PERLBREW_PERL="perl-5.30.3-thread"
PERLBREW_ROOT="/home/opc/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.92"
PERLBREW_VERSION="0.92"
PERL_LOCAL_LIB_ROOT=""
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/site_perl/5.30.3/x86_64-linux-thread-multi
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/site_perl/5.30.3
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3/x86_64-linux-thread-multi
/home/opc/perl5/perlbrew/perls/perl-5.30.3-thread/lib/5.30.3
.