meta v0.007 Perl 5 v5.24.4 i386-freebsd
- Status
- Pass
- From
- Chris Williams (BINGOS)
- Dist
-
meta v0.007
- Platform
- Perl 5 v5.24.4 i386-freebsd
- Date
- 2024-09-13 19:35:51
- ID
- 624b24a0-7207-11ef-98b0-b3c3213a625c
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 error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
TEST RESULTS:
Below is the error stack from stage 'make test':
Warning: Build.PL has been altered. You may need to run 'perl Build.PL' again.
cc -I/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE -DVERSION="0.007" -DXS_VERSION="0.007" -DPIC -fPIC -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -O2 -o lib/meta.o lib/meta.c
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: note: '{' token is here
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: note: '{' token is here
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: note: ')' token is here
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
} \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:405:7: note: ')' token is here
MURMUR_DOBYTES((int)i, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:414:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:414:13: note: '{' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:414:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:414:13: note: ')' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:422:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:422:13: note: '{' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:422:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:422:13: note: ')' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:430:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:430:13: note: '{' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:430:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:430:13: note: ')' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:438:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:438:13: note: '{' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:438:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:438:13: note: ')' token is here
MURMUR_DOBLOCK(h1, k1);
^~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:360:49: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: note: '{' token is here
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:360:60: note: expanded from macro 'MURMUR_DOBYTES'
#define MURMUR_DOBYTES(cnt, h1, c, n, ptr, len) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:32: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: note: '{' token is here
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:347:43: note: expanded from macro 'MURMUR_DOBLOCK'
#define MURMUR_DOBLOCK(h1, k1) STMT_START { \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:354:30: note: expanded from macro 'MURMUR_DOBLOCK'
h1 = h1 * 5 + MURMUR_C3; \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: note: ')' token is here
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:366:13: note: expanded from macro 'MURMUR_DOBYTES'
MURMUR_DOBLOCK(h1, c); \
^~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:355:3: note: expanded from macro 'MURMUR_DOBLOCK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:3912:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv.h:631:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:369:7: note: expanded from macro 'MURMUR_DOBYTES'
} \
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:446:5: note: ')' token is here
MURMUR_DOBYTES((int)len, h1, carry, bytes_in_carry, ptr, len);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/hv_func.h:370:3: note: expanded from macro 'MURMUR_DOBYTES'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:5867:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:526:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:611:5: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:526:5: note: '{' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:611:16: note: expanded from macro 'CX_POP_SAVEARRAY'
STMT_START { \
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:5867:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:526:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:616:5: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:526:5: note: ')' token is here
CX_POP_SAVEARRAY(cx);
^~~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:616:7: note: expanded from macro 'CX_POP_SAVEARRAY'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:5867:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:532:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:621:5: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:532:9: note: '{' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:621:16: note: expanded from macro 'CLEAR_ARGARRAY'
STMT_START { \
^
In file included from lib/meta.xs:9:
In file included from /usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:5867:
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:532:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:625:5: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/inline.h:532:9: note: ')' token is here
CLEAR_ARGARRAY(av);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/cop.h:625:7: note: expanded from macro 'CLEAR_ARGARRAY'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:125:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:125:3: note: '{' token is here
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:125:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:125:3: note: ')' token is here
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:126:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:100:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:126:3: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:100:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
lib/meta.xs:126:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:105:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
lib/meta.xs:126:3: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:105:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:154:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:154:3: note: '{' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:154:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:154:3: note: ')' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:155:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:100:5: note: expanded from macro 'PUSHMARK'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:155:3: note: '{' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:100:16: note: expanded from macro 'PUSHMARK'
STMT_START { \
^
lib/meta.xs:155:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:105:5: note: expanded from macro 'PUSHMARK'
} STMT_END
^
lib/meta.xs:155:3: note: ')' token is here
PUSHMARK(SP);
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:105:7: note: expanded from macro 'PUSHMARK'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:216:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
lib/meta.c:418:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:418:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:418:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:418:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:437:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:437:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:437:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:437:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:461:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:461:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:461:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:461:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:484:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:484:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:484:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:484:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:507:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:507:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:507:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:507:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:548:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:548:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:548:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:548:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:706:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:706:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:706:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:706:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:782:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:782:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
lib/meta.c:782:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:782:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:782:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:782:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:782:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
lib/meta.c:782:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:550:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:550:7: note: '{' token is here
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:550:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:550:7: note: ')' token is here
EXTEND(SP, 1);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:554:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:554:5: note: '{' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:554:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:554:5: note: ')' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:589:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvSV(gv), '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:589:9: note: '{' token is here
PUSH_SVREF_IF(GvSV(gv), '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:589:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvSV(gv), '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:589:9: note: ')' token is here
PUSH_SVREF_IF(GvSV(gv), '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:590:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvAV(gv), '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:590:9: note: '{' token is here
PUSH_SVREF_IF(GvAV(gv), '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:590:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvAV(gv), '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:590:9: note: ')' token is here
PUSH_SVREF_IF(GvAV(gv), '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:591:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvHV(gv), '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:591:9: note: '{' token is here
PUSH_SVREF_IF(GvHV(gv), '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:591:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvHV(gv), '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:591:9: note: ')' token is here
PUSH_SVREF_IF(GvHV(gv), '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:592:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvCV(gv), '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:592:9: note: '{' token is here
PUSH_SVREF_IF(GvCV(gv), '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:592:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(GvCV(gv), '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:592:9: note: ')' token is here
PUSH_SVREF_IF(GvCV(gv), '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:599:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type <= SVt_PVMG ? rv : NULL, '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:599:9: note: '{' token is here
PUSH_SVREF_IF(type <= SVt_PVMG ? rv : NULL, '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:599:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type <= SVt_PVMG ? rv : NULL, '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:599:9: note: ')' token is here
PUSH_SVREF_IF(type <= SVt_PVMG ? rv : NULL, '$');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:600:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVAV ? rv : NULL, '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:600:9: note: '{' token is here
PUSH_SVREF_IF(type == SVt_PVAV ? rv : NULL, '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:600:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVAV ? rv : NULL, '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:600:9: note: ')' token is here
PUSH_SVREF_IF(type == SVt_PVAV ? rv : NULL, '@');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:601:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVHV ? rv : NULL, '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:601:9: note: '{' token is here
PUSH_SVREF_IF(type == SVt_PVHV ? rv : NULL, '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:601:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVHV ? rv : NULL, '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:601:9: note: ')' token is here
PUSH_SVREF_IF(type == SVt_PVHV ? rv : NULL, '%');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:602:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVCV ? rv : NULL, '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:602:9: note: '{' token is here
PUSH_SVREF_IF(type == SVt_PVCV ? rv : NULL, '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:602:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
PUSH_SVREF_IF(type == SVt_PVCV ? rv : NULL, '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:602:9: note: ')' token is here
PUSH_SVREF_IF(type == SVt_PVCV ? rv : NULL, '&');
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/meta.xs:579:9: note: expanded from macro 'PUSH_SVREF_IF'
EXTEND(SP, 2); \
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:608:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:608:5: note: '{' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:608:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:608:5: note: ')' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:630:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:630:7: note: '{' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:630:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:630:7: note: ')' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:640:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:640:5: note: '{' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:640:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:640:5: note: ')' token is here
XSRETURN(retcount);
^~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:963:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:24: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:963:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:35: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
lib/meta.c:963:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:963:5: note: '{' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:963:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:963:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:52: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:963:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:65: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^
lib/meta.c:963:5: note: ')' token is here
XSRETURN_EMPTY;
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:343:67: note: expanded from macro 'XSRETURN_EMPTY'
#define XSRETURN_EMPTY STMT_START { XSRETURN(0); } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:985:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:985:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:985:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:985:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1008:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1008:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1008:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1008:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1031:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1031:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1031:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1031:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1070:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1070:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1070:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1070:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1093:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1093:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1093:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1093:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1116:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1116:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1116:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1116:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1139:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1139:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1139:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1139:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1162:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1162:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1162:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1162:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1185:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1185:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1185:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1185:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:783:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(0);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:783:7: note: '{' token is here
XSRETURN(0);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:783:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(0);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:783:7: note: ')' token is here
XSRETURN(0);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:792:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:19: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:792:7: note: '{' token is here
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:30: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
lib/meta.xs:792:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:792:7: note: '{' token is here
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:792:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:792:7: note: ')' token is here
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:32: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:792:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:59: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^
lib/meta.xs:792:7: note: ')' token is here
XPUSHs(ret);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:458:61: note: expanded from macro 'XPUSHs'
#define XPUSHs(s) STMT_START { EXTEND(sp,1); *++sp = (s); } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:793:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:793:7: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:793:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:793:7: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:801:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:20: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:801:9: note: '{' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:31: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^
lib/meta.xs:801:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:801:9: note: '{' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:801:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:801:9: note: ')' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:33: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:801:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:78: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^
lib/meta.xs:801:9: note: ')' token is here
mXPUSHu(count);
^~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:478:80: note: expanded from macro 'mXPUSHu'
#define mXPUSHu(u) STMT_START { EXTEND(sp,1); sv_setuv(PUSHmortal, (UV)(u)); } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:802:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:802:9: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:802:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:802:9: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:804:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:804:7: note: '{' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:804:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:804:7: note: ')' token is here
EXTEND(SP, count);
^~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:808:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(count);
^~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:808:7: note: '{' token is here
XSRETURN(count);
^~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:808:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(count);
^~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:808:7: note: ')' token is here
XSRETURN(count);
^~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:824:11: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:824:11: note: '{' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:370:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/meta.xs:824:11: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/meta.xs:824:11: note: ')' token is here
EXTEND(SP, 2);
^~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/pp.h:374:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:832:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(count * 2);
^~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:832:9: note: '{' token is here
XSRETURN(count * 2);
^~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:832:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(count * 2);
^~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:832:9: note: ')' token is here
XSRETURN(count * 2);
^~~~~~~~~~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.xs:835:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.xs:835:7: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.xs:835:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.xs:835:7: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1292:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1292:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1292:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1292:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1344:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1344:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1344:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1344:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1371:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1371:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1371:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1371:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/meta.c:1402:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:524:29: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
^
lib/meta.c:1402:5: note: '{' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:328:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/meta.c:1402:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/meta.c:1402:5: note: ')' token is here
XSRETURN(1);
^~~~~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/XSUB.h:333:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd/CORE/perl.h:525:21: note: expanded from macro 'STMT_END'
# define STMT_END )
^
127 warnings generated.
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/meta/meta.bs')
cc -shared -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/meta/meta.so lib/meta.o
t/00use.t ............... ok
t/01package.t ........... ok
t/02glob.t .............. ok
t/03symbols.t ........... ok
t/10variables.t ......... ok
t/11subroutines.t ....... ok
t/20add.t ............... ok
t/21remove.t ............ ok
t/80subname+Sub-Util.t .. ok
t/94warnings.t .......... ok
t/99pod.t ............... skipped: Test::Pod 1.00 required for testing POD
All tests successful.
Files=11, Tests=126, 3 wallclock secs ( 0.07 usr 0.06 sys + 1.93 cusr 1.23 csys = 3.29 CPU)
Result: PASS
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
ExtUtils::CBuilder 0.280236 0
Test2::V0 1.302203 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9914
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.75
Module::Build 0.4234
Pod::Parser 1.63
Pod::Simple 3.32
Test2 1.302203
Test::Harness 3.48
Test::More 1.302203
version 0.9930
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
NONINTERACTIVE_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = /usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 68745
PERL5_CPANPLUS_IS_VERSION = 0.9914
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare/conf/perl-5.24.4
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /usr/home/cpan/pit/jail/vWWxdeutQJ
PERL_MB_OPT = --install_base "/usr/home/cpan/pit/jail/vWWxdeutQJ"
PERL_MM_OPT = INSTALL_BASE=/usr/home/cpan/pit/jail/vWWxdeutQJ
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/bare/perl-5.24.4/bin/perl
UID: $< = 1002
EUID: $> = 1002
GID: $( = 1002 1002
EGID: $) = 1002 1002
-------------------------------
--
Summary of my perl5 (revision 5 version 24 subversion 4) configuration:
Platform:
osname=freebsd, osvers=12.4-release, archname=i386-freebsd
uname='freebsd ffyrc 12.4-release freebsd 12.4-release r372781 generic i386 '
config_args='-des -Dprefix=/usr/home/cpan/pit/bare/perl-5.24.4'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include',
optimize='-O2',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion='', gccversion='FreeBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/13.0.0/lib /usr/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV 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 freebsd
Compiled at Apr 3 2023 06:29:27
%ENV:
PERL5LIB="/usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5:/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/lib:/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="68745"
PERL5_CPANPLUS_IS_VERSION="0.9914"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare/conf/perl-5.24.4"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/usr/home/cpan/pit/jail/vWWxdeutQJ"
PERL_MB_OPT="--install_base "/usr/home/cpan/pit/jail/vWWxdeutQJ""
PERL_MM_OPT="INSTALL_BASE=/usr/home/cpan/pit/jail/vWWxdeutQJ"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5/5.24.4/i386-freebsd
/usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5/5.24.4
/usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5/i386-freebsd
/usr/home/cpan/pit/jail/vWWxdeutQJ/lib/perl5
/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/lib
/usr/home/cpan/pit/bare/conf/perl-5.24.4/.cpanplus/5.24.4/build/EPD1ugMyiA/meta-0.007/blib/arch
/usr/home/cpan/pit/bare/perl-5.24.4/lib/site_perl/5.24.4/i386-freebsd
/usr/home/cpan/pit/bare/perl-5.24.4/lib/site_perl/5.24.4
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4/i386-freebsd
/usr/home/cpan/pit/bare/perl-5.24.4/lib/5.24.4
.