Image-Magick v7.1.1-28 Perl 5 v5.30.3 amd64-freebsd-ld
- Status
- Unknown
- From
- Slaven Rezić
- Dist
-
Image-Magick v7.1.1-28
- Platform
- Perl 5 v5.30.3 amd64-freebsd-ld
- Date
- 2024-07-15 19:38:35
- ID
- d3a26ba4-42e1-11ef-948a-24236e8775ea
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 Cristy,
This is a computer-generated report for Image-Magick-7.1.1-28
on perl 5.30.3, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
Running Mkbootstrap for Magick ()
chmod 644 "Magick.bs"
"/usr/perl5.30.3Dp/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Image/Magick/Magick.bs 644
"/usr/perl5.30.3Dp/bin/perl" "/usr/perl5.30.3Dp/lib/site_perl/5.30.3/ExtUtils/xsubpp" -typemap '/usr/perl5.30.3Dp/lib/5.30.3/ExtUtils/typemap' -typemap '/usr/home/cpansand/.cpan/build/2024071514/Image-Magick-7.1.1-1/typemap' Magick.xs > Magick.xsc
mv Magick.xsc Magick.c
cc -c -I/usr/local/include/ImageMagick-7 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/libxml2 -I"/usr/include/ImageMagick-7" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/usr/include/freetype2 -g -O2 -Wall -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2 -pipe -DVERSION=\"7.1.1\" -DXS_VERSION=\"7.1.1\" -DPIC -fPIC "-I/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE" -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
185 | ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:185:5: note: '{' token is here
185 | ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
185 | ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:185:5: note: ')' token is here
185 | ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
186 | ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:186:5: note: '{' token is here
186 | ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
186 | ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:186:5: note: ')' token is here
186 | ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
187 | ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:187:5: note: '{' token is here
187 | ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
187 | ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:187:5: note: ')' token is here
187 | ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
191 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:191:5: note: '{' token is here
191 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
191 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:191:5: note: ')' token is here
191 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
192 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:192:5: note: '{' token is here
192 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
192 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:192:5: note: ')' token is here
192 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
193 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:193:5: note: '{' token is here
193 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
193 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:193:5: note: ')' token is here
193 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
194 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:194:5: note: '{' token is here
194 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
194 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:194:5: note: ')' token is here
194 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
197 | ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:197:5: note: '{' token is here
197 | ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
197 | ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:197:5: note: ')' token is here
197 | ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
198 | ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:198:5: note: '{' token is here
198 | ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
198 | ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:198:5: note: ')' token is here
198 | ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
199 | ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:199:5: note: '{' token is here
199 | ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
115 | #define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
199 | ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
122 | v ^= (v>>23); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:199:5: note: ')' token is here
199 | ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
123 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
202 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:202:5: note: '{' token is here
202 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
202 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:202:5: note: ')' token is here
202 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
203 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:203:5: note: '{' token is here
203 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
203 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:203:5: note: ')' token is here
203 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
204 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:204:5: note: '{' token is here
204 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
204 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:204:5: note: ')' token is here
204 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
205 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:205:5: note: '{' token is here
205 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
205 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:205:5: note: ')' token is here
205 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
206 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:206:5: note: '{' token is here
206 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
206 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:206:5: note: ')' token is here
206 | ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
282 | ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:282:13: note: '{' token is here
282 | ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
151 | #define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
282 | ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
159 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:282:13: note: ')' token is here
282 | ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
160 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:4:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
303 | ZAPHOD32_FINALIZE(v0,v1,v2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
125 | #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:303:5: note: '{' token is here
303 | ZAPHOD32_FINALIZE(v0,v1,v2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
125 | #define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
303 | ZAPHOD32_FINALIZE(v0,v1,v2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
148 | v1 = ROTL32(v1, 17); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:303:5: note: ')' token is here
303 | ZAPHOD32_FINALIZE(v0,v1,v2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
149 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1448 | SBOX32_MIX3(s0,s1,s2,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
99 | #define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1448:9: note: '{' token is here
1448 | SBOX32_MIX3(s0,s1,s2,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
99 | #define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1448 | SBOX32_MIX3(s0,s1,s2,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
107 | v2 = ROTR32(v2, 7) ^ v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1448:9: note: ')' token is here
1448 | SBOX32_MIX3(s0,s1,s2,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
108 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1453 | XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
1393 | #define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1453:13: note: '{' token is here
1453 | XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
1393 | #define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1453 | XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
1396 | r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1453:13: note: ')' token is here
1453 | XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
1397 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1456 | XORSHIFT96_set(*state,s0,s1,s2,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
1393 | #define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1456:5: note: '{' token is here
1456 | XORSHIFT96_set(*state,s0,s1,s2,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
1393 | #define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1456 | XORSHIFT96_set(*state,s0,s1,s2,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
1396 | r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1456:5: note: ')' token is here
1456 | XORSHIFT96_set(*state,s0,s1,s2,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
1397 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1482 | SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
85 | #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1482:9: note: '{' token is here
1482 | SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
85 | #define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1482 | SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
96 | v2 = ROTL32(v2, 4) - v0; \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1482:9: note: ')' token is here
1482 | SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
97 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1487 | XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
1399 | #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1487:13: note: '{' token is here
1487 | XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
1399 | #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1487 | XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
1402 | r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1487:13: note: ')' token is here
1487 | XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
1403 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:35:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1490 | XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
1399 | #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1490:5: note: '{' token is here
1490 | XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
1399 | #define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
1490 | XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
1402 | r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1490:5: note: ')' token is here
1490 | XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
1403 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
165 | STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:165:5: note: '{' token is here
165 | STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
165 | STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:165:5: note: ')' token is here
165 | STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
166 | STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:166:5: note: '{' token is here
166 | STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
166 | STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:166:5: note: ')' token is here
166 | STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
167 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:167:5: note: '{' token is here
167 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
167 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:167:5: note: ')' token is here
167 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
168 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:168:5: note: '{' token is here
168 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
168 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:168:5: note: ')' token is here
168 | STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
169 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:169:5: note: '{' token is here
169 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
169 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:169:5: note: ')' token is here
169 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
170 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:170:5: note: '{' token is here
170 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
170 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:170:5: note: ')' token is here
170 | STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
171 | STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:171:5: note: '{' token is here
171 | STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
171 | STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:171:5: note: ')' token is here
171 | STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:55:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
172 | STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:172:5: note: '{' token is here
172 | STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
124 | #define STADTX_SCRAMBLE64(v,prime) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
172 | STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
131 | v ^= (v >> 46); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:172:5: note: ')' token is here
172 | STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
132 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
107 | _PERL_HASH_SEED_STATE(seed,state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
91 | #define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:107:5: note: '{' token is here
107 | _PERL_HASH_SEED_STATE(seed,state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
91 | #define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
107 | _PERL_HASH_SEED_STATE(seed,state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
93 | sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:107:5: note: ')' token is here
107 | _PERL_HASH_SEED_STATE(seed,state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
94 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:3688:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv.h:653:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: note: '{' token is here
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: note: ')' token is here
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: note: '{' token is here
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:261:6: note: ')' token is here
261 | ,SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:6: note: '{' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:6: note: ')' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:15: note: '{' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:15: note: ')' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:24: note: '{' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:262:24: note: ')' token is here
262 | ,SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: note: '{' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: note: ')' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: note: '{' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: note: ')' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
219 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: note: '{' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:6: note: ')' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: note: '{' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:267:15: note: ')' token is here
267 | ,SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
238 | SIP_ROUNDS; \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:6: note: '{' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:6: note: ')' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:15: note: '{' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:15: note: ')' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:24: note: '{' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:24: note: ')' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:33: note: '{' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
175 | STMT_START { \
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:268:33: note: ')' token is here
268 | ,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
180 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
244 | SIP_FINAL_ROUNDS \
| ^~~~~~~~~~~~~~~~
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:5914:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2089:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2089 | CX_POP_SAVEARRAY(cx);
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
628 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2089:5: note: '{' token is here
2089 | CX_POP_SAVEARRAY(cx);
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
628 | STMT_START { \
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:5914:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2089:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2089 | CX_POP_SAVEARRAY(cx);
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
633 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2089:5: note: ')' token is here
2089 | CX_POP_SAVEARRAY(cx);
| ^~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
633 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:5914:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2095:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2095 | CLEAR_ARGARRAY(av);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
638 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2095:9: note: '{' token is here
2095 | CLEAR_ARGARRAY(av);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
638 | STMT_START { \
| ^
In file included from Magick.xs:58:
In file included from /usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:5914:
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2095:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2095 | CLEAR_ARGARRAY(av);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
642 | } STMT_END
| ^
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/inline.h:2095:9: note: ')' token is here
2095 | CLEAR_ARGARRAY(av);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
642 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:2664:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:18: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:2664:2: note: '{' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:29: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:2664:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:437:5: note: expanded from macro 'TARGn'
437 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:2664:2: note: '{' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:437:16: note: expanded from macro 'TARGn'
437 | STMT_START { \
| ^
Magick.c:2664:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:449:13: note: expanded from macro 'TARGn'
449 | SvNV_set(TARG, TARGn_nv); \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sv.h:1287:2: note: expanded from macro 'SvNV_set'
1287 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:2664:2: note: '{' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:449:13: note: expanded from macro 'TARGn'
449 | SvNV_set(TARG, TARGn_nv); \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sv.h:1287:13: note: expanded from macro 'SvNV_set'
1287 | STMT_START { \
| ^
Magick.c:2664:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:449:13: note: expanded from macro 'TARGn'
449 | SvNV_set(TARG, TARGn_nv); \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sv.h:1290:48: note: expanded from macro 'SvNV_set'
1290 | (((XPVNV*)SvANY(sv))->xnv_u.xnv_nv = (val)); } STMT_END
| ^
Magick.c:2664:2: note: ')' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:449:13: note: expanded from macro 'TARGn'
449 | SvNV_set(TARG, TARGn_nv); \
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/sv.h:1290:50: note: expanded from macro 'SvNV_set'
1290 | (((XPVNV*)SvANY(sv))->xnv_u.xnv_nv = (val)); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:2664:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:453:5: note: expanded from macro 'TARGn'
453 | } STMT_END
| ^
Magick.c:2664:2: note: ')' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:31: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:453:7: note: expanded from macro 'TARGn'
453 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:2664:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:56: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:2664:2: note: ')' token is here
2664 | PUSHn((double)RETVAL);
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:458:58: note: expanded from macro 'PUSHn'
458 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:2666:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2666 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:2666:5: note: '{' token is here
2666 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:2666:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2666 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:2666:5: note: ')' token is here
2666 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2572:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2572 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2572:5: note: '{' token is here
2572 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2572:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2572 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2572:5: note: ')' token is here
2572 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2700:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2700 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2700:5: note: '{' token is here
2700 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2700:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2700 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2700:5: note: ')' token is here
2700 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2708:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2708 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2708:5: note: '{' token is here
2708 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2708:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2708 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2708:5: note: ')' token is here
2708 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2798:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2798 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2798:5: note: '{' token is here
2798 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2798:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2798 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2798:5: note: ')' token is here
2798 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2806:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2806 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2806:5: note: '{' token is here
2806 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2806:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2806 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2806:5: note: ')' token is here
2806 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:2958:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2958 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:2958:5: note: '{' token is here
2958 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:2958:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
2958 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:2958:5: note: ')' token is here
2958 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3113:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3113 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3113:5: note: '{' token is here
3113 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3113:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3113 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3113:5: note: ')' token is here
3113 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3121:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3121 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3121:5: note: '{' token is here
3121 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3121:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3121 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3121:5: note: ')' token is here
3121 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3209:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3209 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3209:5: note: '{' token is here
3209 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3209:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3209 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3209:5: note: ')' token is here
3209 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3217:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3217 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3217:5: note: '{' token is here
3217 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3217:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3217 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3217:5: note: ')' token is here
3217 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:3406:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:24: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:3406:5: note: '{' token is here
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.c:3406:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:3406:5: note: '{' token is here
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:3406:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:3406:5: note: ')' token is here
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:3406:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:65: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.c:3406:5: note: ')' token is here
3406 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:67: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3332:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3332 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3332:5: note: '{' token is here
3332 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3332:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3332 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3332:5: note: ')' token is here
3332 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3340:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3340 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3340:5: note: '{' token is here
3340 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3340:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3340 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3340:5: note: ')' token is here
3340 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3525:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3525 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3525:5: note: '{' token is here
3525 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3525:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3525 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3525:5: note: ')' token is here
3525 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3533:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3533 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3533:5: note: '{' token is here
3533 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3533:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3533 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3533:5: note: ')' token is here
3533 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3682:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3682 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3682:5: note: '{' token is here
3682 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3682:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3682 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3682:5: note: ')' token is here
3682 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3690:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3690 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3690:5: note: '{' token is here
3690 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3690:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3690 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3690:5: note: ')' token is here
3690 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3816:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3816 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3816:5: note: '{' token is here
3816 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3816:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3816 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3816:5: note: ')' token is here
3816 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3824:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3824 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3824:5: note: '{' token is here
3824 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3824:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3824 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3824:5: note: ')' token is here
3824 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:3988:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3988 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:3988:5: note: '{' token is here
3988 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:3988:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
3988 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:3988:5: note: ')' token is here
3988 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4137:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4137 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4137:5: note: '{' token is here
4137 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4137:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4137 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4137:5: note: ')' token is here
4137 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4145:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4145 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4145:5: note: '{' token is here
4145 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4145:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4145 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4145:5: note: ')' token is here
4145 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4310:11: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4310 | EXTEND(sp,14*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4310:11: note: '{' token is here
4310 | EXTEND(sp,14*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:4310:11: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4310 | EXTEND(sp,14*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:4310:11: note: ')' token is here
4310 | EXTEND(sp,14*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4450:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4450 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4450:5: note: '{' token is here
4450 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4450:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4450 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4450:5: note: ')' token is here
4450 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4458:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4458 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4458:5: note: '{' token is here
4458 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4458:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4458 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4458:5: note: ')' token is here
4458 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4613:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4613 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4613:5: note: '{' token is here
4613 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4613:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4613 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4613:5: note: ')' token is here
4613 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4621:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4621 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4621:5: note: '{' token is here
4621 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4621:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4621 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4621:5: note: ')' token is here
4621 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4682:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:24: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4682:9: note: '{' token is here
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.xs:4682:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4682:9: note: '{' token is here
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4682:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4682:9: note: ')' token is here
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4682:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:65: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.xs:4682:9: note: ')' token is here
4682 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:67: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4687:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:24: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4687:7: note: '{' token is here
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:35: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.xs:4687:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4687:7: note: '{' token is here
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:4687:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:4687:7: note: ')' token is here
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:52: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4687:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:65: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^
Magick.xs:4687:7: note: ')' token is here
4687 | XSRETURN_EMPTY;
| ^~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:326:67: note: expanded from macro 'XSRETURN_EMPTY'
326 | #define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:4688:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4688 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:4688:5: note: '{' token is here
4688 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:4688:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
4688 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:4688:5: note: ')' token is here
4688 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6231:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:18: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6231:2: note: '{' token is here
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6231:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:5: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6231:2: note: '{' token is here
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^
Magick.c:6231:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^
Magick.c:6231:2: note: ')' token is here
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:7: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6231:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:56: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6231:2: note: ')' token is here
6231 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:58: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6233:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6233 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6233:5: note: '{' token is here
6233 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:6233:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6233 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:6233:5: note: ')' token is here
6233 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6383:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:18: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6383:2: note: '{' token is here
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6383:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:5: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6383:2: note: '{' token is here
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^
Magick.c:6383:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^
Magick.c:6383:2: note: ')' token is here
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:7: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6383:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:56: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6383:2: note: ')' token is here
6383 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:58: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6385:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6385 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6385:5: note: '{' token is here
6385 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:6385:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6385 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:6385:5: note: ')' token is here
6385 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6452:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:18: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6452:2: note: '{' token is here
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6452:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:5: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6452:2: note: '{' token is here
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^
Magick.c:6452:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^
Magick.c:6452:2: note: ')' token is here
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:7: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6452:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:56: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6452:2: note: ')' token is here
6452 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:58: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6454:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6454 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6454:5: note: '{' token is here
6454 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:6454:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6454 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:6454:5: note: ')' token is here
6454 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6521:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:18: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6521:2: note: '{' token is here
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:29: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6521:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:5: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6521:2: note: '{' token is here
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:392:16: note: expanded from macro 'TARGi'
392 | STMT_START { \
| ^
Magick.c:6521:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:5: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^
Magick.c:6521:2: note: ')' token is here
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:31: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:409:7: note: expanded from macro 'TARGi'
409 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6521:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:56: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^
Magick.c:6521:2: note: ')' token is here
6521 | PUSHi(PTR2IV(RETVAL));
| ^~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:459:58: note: expanded from macro 'PUSHi'
459 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:6523:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6523 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:6523:5: note: '{' token is here
6523 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:6523:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6523 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:6523:5: note: ')' token is here
6523 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:6477:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6477 | EXTEND(sp,6*count);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:6477:7: note: '{' token is here
6477 | EXTEND(sp,6*count);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:6477:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6477 | EXTEND(sp,6*count);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:6477:7: note: ')' token is here
6477 | EXTEND(sp,6*count);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:6918:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6918 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:6918:13: note: '{' token is here
6918 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:6918:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6918 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:6918:13: note: ')' token is here
6918 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:6947:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6947 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:6947:13: note: '{' token is here
6947 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:6947:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
6947 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:6947:13: note: ')' token is here
6947 | EXTEND(sp,(ssize_t) (strlen(map)*region.width*region.height));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:7044:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7044 | EXTEND(sp,(ssize_t) GetImageListLength(image));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:7044:5: note: '{' token is here
7044 | EXTEND(sp,(ssize_t) GetImageListLength(image));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:7044:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7044 | EXTEND(sp,(ssize_t) GetImageListLength(image));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:7044:5: note: ')' token is here
7044 | EXTEND(sp,(ssize_t) GetImageListLength(image));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:7348:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7348 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:7348:5: note: '{' token is here
7348 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:7348:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7348 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:7348:5: note: ')' token is here
7348 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:7356:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7356 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:7356:5: note: '{' token is here
7356 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:7356:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7356 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:7356:5: note: ')' token is here
7356 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:7503:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7503 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:7503:5: note: '{' token is here
7503 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:7503:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
7503 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:7503:5: note: ')' token is here
7503 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:11674:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
11674 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:11674:5: note: '{' token is here
11674 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:11674:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
11674 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:11674:5: note: ')' token is here
11674 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12076:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12076 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12076:5: note: '{' token is here
12076 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12076:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12076 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12076:5: note: ')' token is here
12076 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12084:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12084 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12084:5: note: '{' token is here
12084 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12084:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12084 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12084:5: note: ')' token is here
12084 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12205 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12205:5: note: '{' token is here
12205 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12205 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12205:5: note: ')' token is here
12205 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12213:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12213 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12213:5: note: '{' token is here
12213 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12213:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12213 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12213:5: note: ')' token is here
12213 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12294:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12294 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12294:5: note: '{' token is here
12294 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12294:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12294 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12294:5: note: ')' token is here
12294 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12302:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12302 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12302:5: note: '{' token is here
12302 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12302:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12302 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12302:5: note: ')' token is here
12302 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12391:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12391 | EXTEND(sp,((ssize_t) GetPixelChannels(image)*
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12392 | MaximumNumberOfPerceptualHashes*
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12393 | (ssize_t) channel_phash[0].number_colorspaces*(i+1)*count));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12391:9: note: '{' token is here
12391 | EXTEND(sp,((ssize_t) GetPixelChannels(image)*
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12392 | MaximumNumberOfPerceptualHashes*
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12393 | (ssize_t) channel_phash[0].number_colorspaces*(i+1)*count));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12391:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12391 | EXTEND(sp,((ssize_t) GetPixelChannels(image)*
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12392 | MaximumNumberOfPerceptualHashes*
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12393 | (ssize_t) channel_phash[0].number_colorspaces*(i+1)*count));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12391:9: note: ')' token is here
12391 | EXTEND(sp,((ssize_t) GetPixelChannels(image)*
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12392 | MaximumNumberOfPerceptualHashes*
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12393 | (ssize_t) channel_phash[0].number_colorspaces*(i+1)*count));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12586:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12586 | EXTEND(sp,4*(ssize_t) count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12586:7: note: '{' token is here
12586 | EXTEND(sp,4*(ssize_t) count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12586:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12586 | EXTEND(sp,4*(ssize_t) count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12586:7: note: ')' token is here
12586 | EXTEND(sp,4*(ssize_t) count);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12711:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12711 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12711:5: note: '{' token is here
12711 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12711:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12711 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12711:5: note: ')' token is here
12711 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12719:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12719 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12719:5: note: '{' token is here
12719 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:12719:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12719 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:12719:5: note: ')' token is here
12719 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12769:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12769 | EXTEND(sp,(ssize_t) colors);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12769:9: note: '{' token is here
12769 | EXTEND(sp,(ssize_t) colors);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12769:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12769 | EXTEND(sp,(ssize_t) colors);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12769:9: note: ')' token is here
12769 | EXTEND(sp,(ssize_t) colors);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12778:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12778 | EXTEND(sp,5*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12778:5: note: '{' token is here
12778 | EXTEND(sp,5*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12778:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12778 | EXTEND(sp,5*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12778:5: note: ')' token is here
12778 | EXTEND(sp,5*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12861:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12861 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12861:5: note: '{' token is here
12861 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12861:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12861 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12861:5: note: ')' token is here
12861 | EXTEND(sp,items);
| ^~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12925:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12925 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12925:9: note: '{' token is here
12925 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12925:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12925 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12925:9: note: ')' token is here
12925 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:12934:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12934 | EXTEND(sp,10*items);
| ^~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:12934:5: note: '{' token is here
12934 | EXTEND(sp,10*items);
| ^~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:12934:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
12934 | EXTEND(sp,10*items);
| ^~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:12934:5: note: ')' token is here
12934 | EXTEND(sp,10*items);
| ^~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:13086:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13086 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:13086:5: note: '{' token is here
13086 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:13086:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13086 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:13086:5: note: ')' token is here
13086 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:13495:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13495 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:13495:5: note: '{' token is here
13495 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:13495:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13495 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:13495:5: note: ')' token is here
13495 | EXTEND(sp,7*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:13827:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13827 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:13827:9: note: '{' token is here
13827 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:13827:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13827 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:13827:9: note: ')' token is here
13827 | EXTEND(sp,(ssize_t) types);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:13838:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13838 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:13838:5: note: '{' token is here
13838 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:13838:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13838 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:13838:5: note: ')' token is here
13838 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:13901:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13901 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:13901:5: note: '{' token is here
13901 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:13901:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
13901 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:13901:5: note: ')' token is here
13901 | EXTEND(sp,8*items);
| ^~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:14133:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14133 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:14133:5: note: '{' token is here
14133 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:14133:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14133 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:14133:5: note: ')' token is here
14133 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:14252:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14252 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:14252:5: note: '{' token is here
14252 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:14252:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14252 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:14252:5: note: ')' token is here
14252 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:14900:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14900 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:14900:5: note: '{' token is here
14900 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:14900:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14900 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:14900:5: note: ')' token is here
14900 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:14908:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14908 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:14908:5: note: '{' token is here
14908 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:14908:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14908 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:14908:5: note: ')' token is here
14908 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:15022:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15022 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:15022:9: note: '{' token is here
15022 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:15022:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15022 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:15022:9: note: ')' token is here
15022 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:15025:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15025 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:15025:7: note: '{' token is here
15025 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
371 | # define EXTEND(p,n) STMT_START { \
| ^
Magick.xs:15025:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15025 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^
Magick.xs:15025:7: note: ')' token is here
15025 | EXTEND(sp,8*(i+1)*count);
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
376 | } } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.c:14877:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14877 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.c:14877:5: note: '{' token is here
14877 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.c:14877:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
14877 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.c:14877:5: note: ')' token is here
14877 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
Magick.xs:15202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15202 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:544:29: note: expanded from macro 'STMT_START'
544 | # define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
| ^
Magick.xs:15202:5: note: '{' token is here
15202 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
311 | STMT_START { \
| ^
Magick.xs:15202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
15202 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^
Magick.xs:15202:5: note: ')' token is here
15202 | XSRETURN(1);
| ^~~~~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
316 | } STMT_END
| ^~~~~~~~
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE/perl.h:545:21: note: expanded from macro 'STMT_END'
545 | # define STMT_END )
| ^
264 warnings generated.
rm -f blib/arch/auto/Image/Magick/Magick.so
cc -L/usr/local/lib -lMagickCore-7.Q16HDRI -shared -L/usr/local/lib -fstack-protector-strong Magick.o -o blib/arch/auto/Image/Magick/Magick.so -L/usr/local/lib -lm -L/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld/CORE
ld: error: unable to find library -lMagickCore-7.Q16HDRI
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
Stop.
make: stopped in /usr/home/cpansand/.cpan/build/2024071514/Image-Magick-7.1.1-1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- -----
parent 0 0.237
build_requires:
Module Need Have
------------------- ---- -----
ExtUtils::MakeMaker 0 7.70
configure_requires:
Module Need Have
------------------- ---- -----
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL = /usr/perl5.30.3Dp/bin/perl
PERL5LIB = /home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/arch:/home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/lib:/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/arch:/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 58556
PERL5_CPAN_IS_RUNNING = 58556
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 52396,58556
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2024071514/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/sh
TMPDIR = /var/tmp/cpansmoker-1023/2024071514
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.30.3Dp/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.22
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.78
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302198
Test::Harness 3.42
Test::More 1.302198
YAML 1.31
YAML::Syck 1.34
version 0.9924
--
Summary of my perl5 (revision 5 version 30 subversion 3) configuration:
Platform:
osname=freebsd
osvers=13.3-stable
archname=amd64-freebsd-ld
uname='freebsd cloud10.bbbike.org 13.3-stable freebsd 13.3-stable stable13-b9e32d8c8f generic amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.30.3Dp -Duselongdouble -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g6009708b4367)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='long double'
nvsize=16
Off_t='off_t'
lseeksize=8
alignbytes=16
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/17/lib /usr/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Apr 9 2024 20:36:57
%ENV:
PERL="/usr/perl5.30.3Dp/bin/perl"
PERL5LIB="/home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/arch:/home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/lib:/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/arch:/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="58556"
PERL5_CPAN_IS_RUNNING="58556"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="52396,58556"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2024071514/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/arch
/home/cpansand/.cpan/build/2024071514/GD-SecurityImage-1.75-1/blib/lib
/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/arch
/home/cpansand/.cpan/build/2024071514/Convert-Base32-0.06-1/blib/lib
/usr/perl5.30.3Dp/lib/site_perl/5.30.3/amd64-freebsd-ld
/usr/perl5.30.3Dp/lib/site_perl/5.30.3
/usr/perl5.30.3Dp/lib/5.30.3/amd64-freebsd-ld
/usr/perl5.30.3Dp/lib/5.30.3
.