XS-Parse-Keyword v0.48 Perl 5 v5.28.3 darwin-2level
- Status
- Pass
- From
- Stanislaw Pusep
- Dist
-
XS-Parse-Keyword v0.48
- Platform
- Perl 5 v5.28.3 darwin-2level
- Date
- 2025-05-11 16:59:36
- ID
- 51f23b5e-2e89-11f0-9bc3-9747e9d266fd
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 PEVANS,
This is a computer-generated report for XS-Parse-Keyword-0.48
on perl 5.28.3, created by App::cpanminus::reporter 0.22 (1.7047).
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '':
Building and testing XS-Parse-Keyword-0.48
Building XS-Parse-Keyword
cc -Isrc/ -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o src/infix.o src/infix.c
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from src/infix.c:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:456:59: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
while(opend < PL_parser->bufend && isIDCONT_utf8_safe(opend, PL_parser->bufend))
^~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1905:69: note: expanded from macro 'isIDCONT_utf8_safe'
_is_utf8_perl_idcont_with_len, p, e)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1830:69: note: expanded from macro '_generic_func_utf8_safe'
_generic_utf8_safe(classnum, p, e, above_latin1(p, e))
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/embed.h:40:85: note: expanded from macro '_is_utf8_perl_idcont_with_len'
#define _is_utf8_perl_idcont_with_len(a,b) Perl__is_utf8_perl_idcont_with_len(aTHX_ a,b)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1826:16: note: expanded from macro '_generic_utf8_safe'
: above_latin1))
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/proto.h:111:71: note: passing argument to parameter 'p' here
PERL_CALLCONV bool Perl__is_utf8_perl_idcont_with_len(pTHX_ const U8 *p, const U8 * const e)
^
src/infix.c:456:66: warning: passing 'char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
while(opend < PL_parser->bufend && isIDCONT_utf8_safe(opend, PL_parser->bufend))
^~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1905:72: note: expanded from macro 'isIDCONT_utf8_safe'
_is_utf8_perl_idcont_with_len, p, e)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1830:72: note: expanded from macro '_generic_func_utf8_safe'
_generic_utf8_safe(classnum, p, e, above_latin1(p, e))
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/embed.h:40:87: note: expanded from macro '_is_utf8_perl_idcont_with_len'
#define _is_utf8_perl_idcont_with_len(a,b) Perl__is_utf8_perl_idcont_with_len(aTHX_ a,b)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1826:16: note: expanded from macro '_generic_utf8_safe'
: above_latin1))
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/proto.h:111:91: note: passing argument to parameter 'e' here
PERL_CALLCONV bool Perl__is_utf8_perl_idcont_with_len(pTHX_ const U8 *p, const U8 * const e)
^
src/infix.c:737:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:737:5: note: '{' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
src/infix.c:737:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
src/infix.c:737:5: note: ')' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:743:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:743:7: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
src/infix.c:743:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
src/infix.c:743:7: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:746:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, acount);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:746:7: note: '{' token is here
EXTEND(SP, acount);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
src/infix.c:746:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, acount);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
src/infix.c:746:7: note: ')' token is here
EXTEND(SP, acount);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:753:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:20: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:753:3: note: '{' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:31: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^
src/infix.c:753:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:753:3: note: '{' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
src/infix.c:753:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
src/infix.c:753:3: note: ')' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:753:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:58: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^
src/infix.c:753:3: note: ')' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:482:60: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); mPUSHu(u); } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:937:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 4);
^~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:937:5: note: '{' token is here
EXTEND(SP, 4);
^~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
src/infix.c:937:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 4);
^~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
src/infix.c:937:5: note: ')' token is here
EXTEND(SP, 4);
^~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:938:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:938:5: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
src/infix.c:938:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
src/infix.c:938:5: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:945:12: warning: enumeration values 'SHAPE_LISTASSOC_SCALARS' and 'SHAPE_LISTASSOC_LISTS' not handled in switch [-Wswitch]
switch(operand_shape(®->hd)) {
^~~~~~~~~~~~~~~~~~~~~~~
src/infix.c:945:12: note: add missing switch cases
switch(operand_shape(®->hd)) {
^
src/infix.c:964:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:964:3: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
src/infix.c:964:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
src/infix.c:964:3: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:1003:30: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
if(!isIDCONT_utf8_safe(s, opname_end))
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1905:69: note: expanded from macro 'isIDCONT_utf8_safe'
_is_utf8_perl_idcont_with_len, p, e)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1830:69: note: expanded from macro '_generic_func_utf8_safe'
_generic_utf8_safe(classnum, p, e, above_latin1(p, e))
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/embed.h:40:85: note: expanded from macro '_is_utf8_perl_idcont_with_len'
#define _is_utf8_perl_idcont_with_len(a,b) Perl__is_utf8_perl_idcont_with_len(aTHX_ a,b)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1826:16: note: expanded from macro '_generic_utf8_safe'
: above_latin1))
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/proto.h:111:71: note: passing argument to parameter 'p' here
PERL_CALLCONV bool Perl__is_utf8_perl_idcont_with_len(pTHX_ const U8 *p, const U8 * const e)
^
src/infix.c:1003:33: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
if(!isIDCONT_utf8_safe(s, opname_end))
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1905:72: note: expanded from macro 'isIDCONT_utf8_safe'
_is_utf8_perl_idcont_with_len, p, e)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1830:72: note: expanded from macro '_generic_func_utf8_safe'
_generic_utf8_safe(classnum, p, e, above_latin1(p, e))
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/embed.h:40:87: note: expanded from macro '_is_utf8_perl_idcont_with_len'
#define _is_utf8_perl_idcont_with_len(a,b) Perl__is_utf8_perl_idcont_with_len(aTHX_ a,b)
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/handy.h:1826:16: note: expanded from macro '_generic_utf8_safe'
: above_latin1))
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/proto.h:111:91: note: passing argument to parameter 'e' here
PERL_CALLCONV bool Perl__is_utf8_perl_idcont_with_len(pTHX_ const U8 *p, const U8 * const e)
^
src/infix.c:1151:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
reg->opname_is_WIDE = TRUE;
^ ~~~~
src/infix.c:1192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_name, savepv(SvPVX(namesv) + sizeof("B::Deparse::pp")));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:5: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:1192:5: note: '{' token is here
XopENTRY_set(xop, xop_name, savepv(SvPVX(namesv) + sizeof("B::Deparse::pp")));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:16: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^
src/infix.c:1192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_name, savepv(SvPVX(namesv) + sizeof("B::Deparse::pp")));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:5: note: expanded from macro 'XopENTRY_set'
} STMT_END
^
src/infix.c:1192:5: note: ')' token is here
XopENTRY_set(xop, xop_name, savepv(SvPVX(namesv) + sizeof("B::Deparse::pp")));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:7: note: expanded from macro 'XopENTRY_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:1193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_desc, "custom infix operator");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:5: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:1193:5: note: '{' token is here
XopENTRY_set(xop, xop_desc, "custom infix operator");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:16: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^
src/infix.c:1193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_desc, "custom infix operator");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:5: note: expanded from macro 'XopENTRY_set'
} STMT_END
^
src/infix.c:1193:5: note: ')' token is here
XopENTRY_set(xop, xop_desc, "custom infix operator");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:7: note: expanded from macro 'XopENTRY_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:1194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_class, is_listassoc ? OA_LISTOP : OA_BINOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:5: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:1194:5: note: '{' token is here
XopENTRY_set(xop, xop_class, is_listassoc ? OA_LISTOP : OA_BINOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:16: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^
src/infix.c:1194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_class, is_listassoc ? OA_LISTOP : OA_BINOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:5: note: expanded from macro 'XopENTRY_set'
} STMT_END
^
src/infix.c:1194:5: note: ')' token is here
XopENTRY_set(xop, xop_class, is_listassoc ? OA_LISTOP : OA_BINOP);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:7: note: expanded from macro 'XopENTRY_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/infix.c:1195:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_peep, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:5: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
src/infix.c:1195:5: note: '{' token is here
XopENTRY_set(xop, xop_peep, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:911:16: note: expanded from macro 'XopENTRY_set'
STMT_START { \
^
src/infix.c:1195:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XopENTRY_set(xop, xop_peep, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:5: note: expanded from macro 'XopENTRY_set'
} STMT_END
^
src/infix.c:1195:5: note: ')' token is here
XopENTRY_set(xop, xop_peep, NULL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/op.h:914:7: note: expanded from macro 'XopENTRY_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
124 warnings generated.
cc -Isrc/ -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o src/keyword.o src/keyword.c
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from src/keyword.c:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
src/keyword.c:1012:20: warning: field precision should have type 'int', but argument has type 'STRLEN' (aka 'unsigned long') [-Wformat]
croak("'my %.*s' is not permitted as a lexical keyword", kwlen, kw);
~~^~ ~~~~~
95 warnings generated.
cc -Isrc/ -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o lib/XS/Parse/Keyword.o lib/XS/Parse/Keyword.c
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from lib/XS/Parse/Keyword.xs:10:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/XS/Parse/Keyword.c:243:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:311:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/XS/Parse/Keyword.c:243:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:311:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/XS/Parse/Keyword.c:243:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:316:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/XS/Parse/Keyword.c:243:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/XSUB.h:316:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
96 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/XS/Parse/Keyword/Keyword.bs')
cc -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/XS/Parse/Keyword/Keyword.bundle lib/XS/Parse/Keyword.o src/infix.o src/keyword.o
cc -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o t/build.o t/build.c
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from t/build.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
94 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/build/build.bs')
cc -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/build/build.bundle t/build.o
cc -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o t/flags.o t/flags.c
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from t/flags.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
94 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/flags/flags.bs')
cc -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/flags/flags.bundle t/flags.o
cc -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o t/infix.o t/infix.c
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from t/infix.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
t/infix.xs:85:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2*items - 1);
^~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
t/infix.xs:85:3: note: '{' token is here
EXTEND(SP, 2*items - 1);
^~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
t/infix.xs:85:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2*items - 1);
^~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
t/infix.xs:85:3: note: ')' token is here
EXTEND(SP, 2*items - 1);
^~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
t/infix.xs:120:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
t/infix.xs:120:3: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:59:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
t/infix.xs:120:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
t/infix.xs:120:3: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/pp.h:68:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
98 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/infix/infix.bs')
cc -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/infix/infix.bundle t/infix.o
cc -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o t/line.o t/line.c
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:197:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0xc95d22a9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:198:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0x8497242b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:199:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0x9c5cc4e9);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:202:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 1/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:203:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 2/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:204:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 3/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:205:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 4/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:206:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE B 5/5");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: '{' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:282:13: note: ')' token is here
ZAPHOD32_MIX(v0,v1,v2,"MIX 2-WORDS A");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:37: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: '{' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:125:48: note: expanded from macro 'ZAPHOD32_FINALIZE'
#define ZAPHOD32_FINALIZE(v0,v1,v2) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:148:36: note: expanded from macro 'ZAPHOD32_FINALIZE'
v1 = ROTL32(v1, 17); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:303:5: note: ')' token is here
ZAPHOD32_FINALIZE(v0,v1,v2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:149:3: note: expanded from macro 'ZAPHOD32_FINALIZE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:36: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: '{' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:99:47: note: expanded from macro 'SBOX32_MIX3'
#define SBOX32_MIX3(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:107:32: note: expanded from macro 'SBOX32_MIX3'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1448:9: note: ')' token is here
SBOX32_MIX3(s0,s1,s2,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:108:3: note: expanded from macro 'SBOX32_MIX3'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: '{' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1453:13: note: ')' token is here
XORSHIFT96_set(*state_cursor,s0,s1,s2,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:35: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: '{' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1393:46: note: expanded from macro 'XORSHIFT96_set'
#define XORSHIFT96_set(r,x,y,z,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1396:57: note: expanded from macro 'XORSHIFT96_set'
r = z = (z ^ ( z >> 26 ) ) ^ ( t ^ ( t >> 5 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1456:5: note: ')' token is here
XORSHIFT96_set(*state,s0,s1,s2,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1397:3: note: expanded from macro 'XORSHIFT96_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:39: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: '{' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:85:50: note: expanded from macro 'SBOX32_MIX4'
#define SBOX32_MIX4(v0,v1,v2,v3,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:96:37: note: expanded from macro 'SBOX32_MIX4'
v2 = ROTL32(v2, 4) - v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1482:9: note: ')' token is here
SBOX32_MIX4(s0,s1,s2,s3,"SEED STATE");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:97:3: note: expanded from macro 'SBOX32_MIX4'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: '{' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1487:13: note: ')' token is here
XORSHIFT128_set(*state_cursor,s0,s1,s2,s3,t1);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:38: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: '{' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1399:49: note: expanded from macro 'XORSHIFT128_set'
#define XORSHIFT128_set(r,x,y,z,w,t) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1402:57: note: expanded from macro 'XORSHIFT128_set'
r = w = ( w ^ ( w >> 29 ) ) ^ ( t ^ ( t >> 12 ) ); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1490:5: note: ')' token is here
XORSHIFT128_set(*state,s0,s1,s2,s3,t2);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:1403:3: note: expanded from macro 'XORSHIFT128_set'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:165:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0x801178846e899d17));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: '{' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:166:5: note: ')' token is here
STADTX_SCRAMBLE64(state[0],UINT64_C(0xdd51e5d1c9a5a151));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:167:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x93a7d6c8c62e4835));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: '{' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:168:5: note: ')' token is here
STADTX_SCRAMBLE64(state[1],UINT64_C(0x803340f36895c2b5));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:169:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xbea9344eb7565eeb));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: '{' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:170:5: note: ')' token is here
STADTX_SCRAMBLE64(state[2],UINT64_C(0xcd95d1e509b995cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:171:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0x9999791977e30c13));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:55:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:36: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: '{' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:124:47: note: expanded from macro 'STADTX_SCRAMBLE64'
#define STADTX_SCRAMBLE64(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:131:45: note: expanded from macro 'STADTX_SCRAMBLE64'
v ^= (v >> 46); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:172:5: note: ')' token is here
STADTX_SCRAMBLE64(state[3],UINT64_C(0xaab8b6b05abfc6cd));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/stadtx_hash.h:132:3: note: expanded from macro 'STADTX_SCRAMBLE64'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:43: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: '{' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:91:54: note: expanded from macro '_PERL_HASH_SEED_STATE'
#define _PERL_HASH_SEED_STATE(seed,state) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:93:93: note: expanded from macro '_PERL_HASH_SEED_STATE'
sbox32_seed_state96(seed + __PERL_HASH_SEED_BYTES, state + __PERL_HASH_STATE_BYTES); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:107:5: note: ')' token is here
_PERL_HASH_SEED_STATE(seed,state);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:94:3: note: expanded from macro '_PERL_HASH_SEED_STATE'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: '{' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:261:6: note: ')' token is here
,SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:262:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:219:5: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:6: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: '{' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:267:15: note: ')' token is here
,SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:238:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_ROUNDS; \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:6: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:15: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:24: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:3: note: expanded from macro 'SIPROUND'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: '{' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:175:14: note: expanded from macro 'SIPROUND'
STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:3: note: expanded from macro 'SIPROUND'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:268:33: note: ')' token is here
,SIPROUND;SIPROUND;SIPROUND;SIPROUND;
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:180:5: note: expanded from macro 'SIPROUND'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:244:3: note: expanded from macro 'PERL_SIPHASH_FNC'
SIP_FINAL_ROUNDS \
^~~~~~~~~~~~~~~~
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:628:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1801:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:633:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:638:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from t/line.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:5446:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/inline.h:1807:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/cop.h:642:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
94 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/line/line.bs')
cc -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/line/line.bundle t/line.o
cc -I/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE -DVERSION="0.48" -DXS_VERSION="0.48" -Ishare-keyword/include -Ishare-infix/include -Ihax -std=c99 -c -fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV -Wno-error=implicit-function-declaration -O3 -o t/pieces.o t/pieces.c
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:185:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[0],0x9fade23b);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:186:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[1],0xaa6f908d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:38: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: '{' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:115:49: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
#define ZAPHOD32_SCRAMBLE32(v,prime) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:122:41: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
v ^= (v>>23); \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:187:5: note: ')' token is here
ZAPHOD32_SCRAMBLE32(state[2],0xcdf6b72d);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:123:3: note: expanded from macro 'ZAPHOD32_SCRAMBLE32'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:191:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 1/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:192:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 2/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:193:5: note: ')' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 3/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:160:3: note: expanded from macro 'ZAPHOD32_MIX'
} STMT_END
^~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:532:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from t/pieces.xs:8:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:3645:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv.h:653:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/hv_func.h:35:
In file included from /Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/sbox32_hash.h:4:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:37: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/perl.h:531:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: note: '{' token is here
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:151:48: note: expanded from macro 'ZAPHOD32_MIX'
#define ZAPHOD32_MIX(v0,v1,v2,text) STMT_START { \
^
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:194:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
ZAPHOD32_MIX(state[0],state[1],state[2],"ZAPHOD32 SEED-STATE A 4/4");
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level/CORE/zaphod32_hash.h:159:32: note: expanded from macro 'ZAPHOD32_MIX'
v2 = ROTR32(v2, 7) ^ v0; \
[Output truncated after 1000K]
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------ ------ --------
File::ShareDir 1.00 1.118
perl 5.014 5.028003
build:
Module Need Have
------------------ ------ --------
ExtUtils::CBuilder 0 0.280236
ExtUtils::ParseXS 3.16 3.57
configure:
Module Need Have
------------------ ------ --------
ExtUtils::CChecker 0.11 0.12
Module::Build 0.4004 0.4234
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
LDFLAGS = -L/usr/local/opt/curl/lib
PATH = /Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.28.3/bin:/Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.40.2/bin:/usr/local/opt/mysql-client/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Little Snitch.app/Contents/Components:/opt/X11/bin:/Applications/Wireshark.app/Contents/MacOS:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/stan/.vim/bin:/Users/stan/bin:/Users/stan/.local/bin:/Users/stan/node_modules/.bin:/usr/local/sbin:/usr/local/opt/mysql-client/bin:/usr/local/opt/curl/bin
PERL5LIB =
PERLBREW_HOME = /Users/stan/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /Users/stan/perl5/perlbrew/perls/perl-5.28.3/man
PERLBREW_PATH = /Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.28.3/bin
PERLBREW_PERL = perl-5.28.3
PERLBREW_ROOT = /Users/stan/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.99
PERLBREW_VERSION = 0.99
PERL_LOCAL_LIB_ROOT =
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/zsh
TERM = screen-256color
TMPDIR = /var/folders/tk/hx6fvpsj3yzbyd1k1br945mc0000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 103 12 61 79 80 81 98 701 33 100 204 250 395 398 101
EUID = 501
EXECUTABLE_NAME = /Users/stan/perl5/perlbrew/perls/perl-5.28.3/bin/perl
GID = 20 20 103 12 61 79 80 81 98 701 33 100 204 250 395 398 101
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.74
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.74
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.57
File::Spec 3.75
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.52
Test::More 1.302211
YAML 1.31
YAML::Syck n/a
version 0.9933
--
Summary of my perl5 (revision 5 version 28 subversion 3) configuration:
Platform:
osname=darwin
osvers=21.3.0
archname=darwin-2level
uname='darwin imac.fritz.box 21.3.0 darwin kernel version 21.3.0: wed jan 5 21:37:58 pst 2022; root:xnu-8019.80.24~20release_x86_64 x86_64 '
config_args='-de -Dprefix=/Users/stan/perl5/perlbrew/perls/perl-5.28.3 -Aeval:scriptdir=/Users/stan/perl5/perlbrew/perls/perl-5.28.3/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -DPERL_USE_SAFE_PUTENV'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Apple LLVM 13.0.0 (clang-1300.0.29.30)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -mmacosx-version-min=12.2 -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/lib /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib /Library/Developer/CommandLineTools/usr/lib /usr/lib
libs=-lgdbm -ldb
perllibs=
libc=
so=dylib
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.08
Built under darwin
Compiled at Feb 10 2022 22:37:01
%ENV:
PERL5LIB=""
PERLBREW_HOME="/Users/stan/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/Users/stan/perl5/perlbrew/perls/perl-5.28.3/man"
PERLBREW_PATH="/Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.28.3/bin"
PERLBREW_PERL="perl-5.28.3"
PERLBREW_ROOT="/Users/stan/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.99"
PERLBREW_VERSION="0.99"
PERL_LOCAL_LIB_ROOT=""
PERL_MM_USE_DEFAULT="1"
@INC:
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/site_perl/5.28.3/darwin-2level
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/site_perl/5.28.3
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3/darwin-2level
/Users/stan/perl5/perlbrew/perls/perl-5.28.3/lib/5.28.3