Compiler-Lexer v0.23 Perl 5 v5.14.2 OpenBSD.amd64-openbsd-thread-multi
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
Compiler-Lexer v0.23
- Platform
- Perl 5 v5.14.2 OpenBSD.amd64-openbsd-thread-multi
- Date
- 2023-09-24 20:51:24
- ID
- 1fd89d12-5b1c-11ee-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 Masaaki Goshima,
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. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
Building Compiler-Lexer
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_annotator.o src/compiler/lexer/Compiler_annotator.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_lexer.o src/compiler/lexer/Compiler_lexer.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_manager.o src/compiler/lexer/Compiler_manager.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/lexer/Compiler_scanner.o src/compiler/lexer/Compiler_scanner.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_double_charactor_operator.o src/compiler/util/Compiler_double_charactor_operator.cpp
src/compiler/util/Compiler_double_charactor_operator.cpp:9:54: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
inline unsigned int DoubleCharactorOperatorMap::hash(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
const char *DoubleCharactorOperatorMap::in_word_set(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:189:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash(str);
^~~~~~~~~
src/compiler/util/Compiler_double_charactor_operator.cpp:191:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = double_charactor_operators[key];
^~~~~~~~~
4 warnings generated.
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_gen_token_decl.o src/compiler/util/Compiler_gen_token_decl.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_reserved_keyword.o src/compiler/util/Compiler_reserved_keyword.cpp
src/compiler/util/Compiler_reserved_keyword.cpp:42:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::hash (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:42:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::hash (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:73:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int hval = (int)len;
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
^~~~~~~~~
src/compiler/util/Compiler_reserved_keyword.cpp:95:60: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
ReservedKeywordMap::in_word_set (register const char *str, register unsigned int len)
^~~~~~~~~
gen/reserved_keywords.gperf:61:7: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash (str, len);
^~~~~~~~~
gen/reserved_keywords.gperf:65:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = wordlist[key].name;
^~~~~~~~~
7 warnings generated.
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_token.o src/compiler/util/Compiler_token.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_triple_charactor_operator.o src/compiler/util/Compiler_triple_charactor_operator.cpp
src/compiler/util/Compiler_triple_charactor_operator.cpp:10:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
TripleCharactorOperatorMap::hash(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:43:53: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
const char *TripleCharactorOperatorMap::in_word_set(register const char *str)
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:89:2: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register int key = hash(str);
^~~~~~~~~
src/compiler/util/Compiler_triple_charactor_operator.cpp:91:3: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
register const char *s = triple_charactor_operators[key];
^~~~~~~~~
4 warnings generated.
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o src/compiler/util/Compiler_util.o src/compiler/util/Compiler_util.cpp
cc -Isrc -I/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE -DVERSION="0.23" -DXS_VERSION="0.23" -DPIC -fPIC -Iinclude -Wno-missing-field-initializers -g3 -xc++ -c -pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O2 -o lib/Compiler/Lexer.o lib/Compiler/Lexer.c
In file included from lib/Compiler/Lexer.xs:7:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3362:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*any_dxptr) (pTHX_ void*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3366:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef I32 (*filter_t) (pTHX_ int, SV *, int);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:117:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_define_layer(pTHX_ PerlIO_funcs *tab);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:118:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C PerlIO_funcs *PerlIO_find_layer(pTHX_ const char *name,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:121:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C PerlIO *PerlIO_push(pTHX_ PerlIO *f, PERLIO_FUNCS_DECL(*tab),
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:123:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_pop(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:124:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C AV* PerlIO_get_layers(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:125:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_clone(pTHX_ PerlInterpreter *proto,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:223:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_init(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:236:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C PerlIO *PerlIO_openn(pTHX_ const char *layers, const char *mode,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:354:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C PerlIO *PerlIO_fdupopen(pTHX_ PerlIO *, CLONE_PARAMS *, int);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:363:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C int PerlIO_apply_layers(pTHX_ PerlIO *f, const char *mode,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:367:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C int PerlIO_binmode(pTHX_ PerlIO *f, int iotype, int omode,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:374:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_destruct(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3395:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/iperlsys.h:51:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perlio.h:379:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_EXPORT_C void PerlIO_cleanup(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3442:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/sv.h:503:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
_XPVCV_COMMON;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/sv.h:490:20: note: expanded from macro '_XPVCV_COMMON'
void (*xcv_xsub) (pTHX_ CV*); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:123:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
REGEXP* (*comp) (pTHX_ SV * const pattern, U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:124:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
I32 (*exec) (pTHX_ REGEXP * const rx, char* stringarg, char* strend,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:127:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
char* (*intuit) (pTHX_ REGEXP * const rx, SV *sv, char *strpos,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:130:26: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
SV* (*checkstr) (pTHX_ REGEXP * const rx);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:131:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*free) (pTHX_ REGEXP * const rx);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:132:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*numbered_buff_FETCH) (pTHX_ REGEXP * const rx, const I32 paren,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:134:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*numbered_buff_STORE) (pTHX_ REGEXP * const rx, const I32 paren,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:136:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
I32 (*numbered_buff_LENGTH) (pTHX_ REGEXP * const rx, const SV * const sv,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:138:28: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
SV* (*named_buff) (pTHX_ REGEXP * const rx, SV * const key,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:140:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
SV* (*named_buff_iter) (pTHX_ REGEXP * const rx, const SV * const lastkey,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:142:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
SV* (*qr_package)(pTHX_ REGEXP * const rx);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3443:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/regexp.h:144:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void* (*dupe) (pTHX_ REGEXP * const rx, CLONE_PARAMS *param);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3447:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:236:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:236:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] set_cur depth=%d\n", \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:254:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:254:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] save_local\n", \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:262:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] restore_local\n", \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/pad.h:262:27: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
"Pad 0x%"UVxf"[0x%"UVxf"] restore_local\n", \
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3448:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/cv.h:15:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
_XPVCV_COMMON;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/sv.h:490:20: note: expanded from macro '_XPVCV_COMMON'
void (*xcv_xsub) (pTHX_ CV*); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3448:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/cv.h:196:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef OP *(*Perl_call_checker)(pTHX_ OP *, GV *, SV *);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:293:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:297:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:302:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:308:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:314:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:320:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:445:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:450:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:455:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:460:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:673:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*bhk_start) (pTHX_ int full);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:674:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*bhk_pre_end) (pTHX_ OP **seq);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:675:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*bhk_post_end) (pTHX_ OP **seq);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:676:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*bhk_eval) (pTHX_ OP *const saveop);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3450:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:796:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*xop_peep)(pTHX_ OP *o, OP *oldop);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3451:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/hv.h:45:20: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
AV *(*resolve)(pTHX_ HV* stash, U32 level);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3452:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/cop.h:384:5: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
BASEOP
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/op.h:57:23: note: expanded from macro 'BASEOP'
OP* (*op_ppaddr)(pTHX); \
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:15:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_get) (pTHX_ SV *sv, MAGIC* mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:16:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_set) (pTHX_ SV *sv, MAGIC* mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:17:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
U32 (*svt_len) (pTHX_ SV *sv, MAGIC* mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:18:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_clear)(pTHX_ SV *sv, MAGIC* mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:19:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_free) (pTHX_ SV *sv, MAGIC* mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:20:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_copy) (pTHX_ SV *sv, MAGIC* mg,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:22:22: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_dup) (pTHX_ MAGIC *mg, CLONE_PARAMS *param);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3454:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/mg.h:23:23: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
int (*svt_local)(pTHX_ SV *nsv, MAGIC *mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3934:19: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
I32 (*uf_val)(pTHX_ IV, SV*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:3935:19: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
I32 (*uf_set)(pTHX_ IV, SV*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4228:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef int (*runops_proc_t)(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4229:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*share_proc_t) (pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4230:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef int (*thrhook_proc_t) (pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4231:28: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef OP* (*PPADDR_t[]) (pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4232:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef bool (*destroyable_proc_t) (pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4233:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*despatch_signals_proc_t) (pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4284:75: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
INIT("Modification of non-creatable hash value attempted, subscript \"%"SVf"\"");
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4906:24: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*peep_t)(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4907:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef regexp* (*regcomp_t) (pTHX_ char* exp, char* xend, PMOP* pm);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4908:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef I32 (*regexec_t) (pTHX_ regexp* prog, char* stringarg,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4911:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef char* (*re_intuit_start_t) (pTHX_ regexp *prog, SV *sv,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4915:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef SV* (*re_intuit_string_t) (pTHX_ regexp *prog);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4916:28: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*regfree_t) (pTHX_ struct regexp* r);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4917:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef regexp* (*regdupe_t) (pTHX_ const regexp* r, CLONE_PARAMS *param);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4921:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*DESTRUCTORFUNC_t) (pTHX_ void*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4922:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*SVFUNC_t) (pTHX_ SV* const);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4923:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef I32 (*SVCOMPARE_t) (pTHX_ SV* const, SV* const);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4924:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*XSINIT_t) (pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4925:27: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*ATEXIT_t) (pTHX_ void*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4926:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void (*XSUBADDR_t) (pTHX_ CV *);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4935:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef OP* (*Perl_ppaddr_t)(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4936:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef OP* (*Perl_check_t) (pTHX_ OP*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4937:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void(*Perl_ophook_t)(pTHX_ OP*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4938:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef int (*Perl_keyword_plugin_t)(pTHX_ char*, STRLEN, OP**);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4939:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
typedef void(*Perl_cpeep_t)(pTHX_ OP *, OP *);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:4947:17: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
void (*fn) (pTHX_ void*);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:20:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_Gv_AMupdate(pTHX_ HV* stash, bool destructing)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:25:55: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char * Perl_PerlIO_context_layers(pTHX_ const char *mode);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:26:50: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl__append_range_to_invlist(pTHX_ HV* const invlist, const UV start, const UV end)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:31:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl__new_invlist(pTHX_ IV initial_size)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:34:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl__swash_inversion_hash(pTHX_ SV* const swash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:40:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl__swash_to_invlist(pTHX_ SV* const swash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:46:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl__to_uni_fold_flags(pTHX_ UV c, U8 *p, STRLEN *lenp, U8 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:52:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl__to_utf8_fold_flags(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, U8 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:58:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_allocmy(pTHX_ const char *const name, const STRLEN len, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:63:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_amagic_call(pTHX_ SV* left, SV* right, int method, int dir)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:69:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV * Perl_amagic_deref_call(pTHX_ SV *ref, int method)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:74:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_apply(pTHX_ I32 type, SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:80:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_apply_attrs_string(pTHX_ const char *stashpv, CV *cv, const char *attrstr, STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:89:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV** Perl_av_arylen_p(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:94:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_clear(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:99:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:105:51: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV** Perl_av_create_and_unshift_one(pTHX_ AV **const avp, SV *const val)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:111:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_av_delete(pTHX_ AV *av, I32 key, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:116:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_av_exists(pTHX_ AV *av, I32 key)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:122:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_extend(pTHX_ AV *av, I32 key)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:127:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV *av, I32 key, I32 lval)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:133:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_fill(pTHX_ AV *av, I32 fill)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:138:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IV* Perl_av_iter_p(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:143:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_av_len(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:149:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV* Perl_av_make(pTHX_ I32 size, SV **strp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:155:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_av_pop(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:160:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_push(pTHX_ AV *av, SV *val)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:166:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_reify(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:171:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_av_shift(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:177:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV** Perl_av_store(pTHX_ AV *av, I32 key, SV *val)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:182:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_undef(pTHX_ AV *av)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:187:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_av_unshift(pTHX_ AV *av, I32 num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:192:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_bind_match(pTHX_ I32 type, OP *left, OP *right)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:199:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_block_end(pTHX_ I32 floor, OP* seq)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:202:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_block_gimme(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:205:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_block_start(pTHX_ int full)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:208:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_blockhook_register(pTHX_ BHK *hk)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:213:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_boot_core_PerlIO(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:214:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_boot_core_UNIVERSAL(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:215:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_boot_core_mro(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:216:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_bytes_cmp_utf8(pTHX_ const U8 *b, STRLEN blen, const U8 *u, STRLEN ulen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:222:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_bytes_from_utf8(pTHX_ const U8 *s, STRLEN *len, bool *is_utf8)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:228:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:234:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_call_argv(pTHX_ const char* sub_name, I32 flags, char** argv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:240:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_call_atexit(pTHX_ ATEXIT_t fn, void *ptr);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:241:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_call_list(pTHX_ I32 oldscope, AV *paramList)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:246:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_call_method(pTHX_ const char* methname, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:251:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_call_pv(pTHX_ const char* sub_name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:256:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_call_sv(pTHX_ SV* sv, VOL I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:261:51: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const PERL_CONTEXT * Perl_caller_cx(pTHX_ I32 level, const PERL_CONTEXT **dbcxp);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:266:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_cando(pTHX_ Mode_t mode, bool effective, const Stat_t* statbufp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:272:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_cast_i32(pTHX_ NV f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:275:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IV Perl_cast_iv(pTHX_ NV f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:278:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_cast_ulong(pTHX_ NV f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:281:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_cast_uv(pTHX_ NV f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:284:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_check_utf8_print(pTHX_ const U8 *s, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:289:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_anoncode(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:295:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_bitop(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:301:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_chdir(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:307:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_concat(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:313:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_defined(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:319:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_delete(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:325:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_die(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:331:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_each(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:337:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_ck_entersub_args_list(pTHX_ OP *entersubop)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:342:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_ck_entersub_args_proto(pTHX_ OP *entersubop, GV *namegv, SV *protosv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:349:55: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_ck_entersub_args_proto_or_list(pTHX_ OP *entersubop, GV *namegv, SV *protosv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:356:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_eof(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:362:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_eval(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:368:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_exec(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:374:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_exists(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:380:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_exit(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:386:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_ftst(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:392:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_fun(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:398:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_glob(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:404:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_grep(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:410:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_index(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:416:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_join(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:422:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_lfun(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:428:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_listiob(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:434:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_match(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:440:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_method(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:446:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_null(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:452:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_open(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:458:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_readline(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:464:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_repeat(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:470:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_require(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:476:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_return(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:482:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_rfun(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:488:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_rvconst(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:494:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_sassign(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:500:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_select(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:506:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_shift(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:512:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_smartmatch(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:518:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_sort(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:524:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_spair(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:530:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_split(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:536:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_subr(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:542:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_substr(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:548:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_svconst(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:554:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_trunc(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:560:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_ck_unpack(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:566:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ck_warner(pTHX_ U32 err, const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:572:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ck_warner_d(pTHX_ U32 err, const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:578:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_ckwarn(pTHX_ U32 w);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:579:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_ckwarn_d(pTHX_ U32 w);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:580:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_convert(pTHX_ I32 optype, I32 flags, OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:583:52: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PERL_CONTEXT* Perl_create_eval_scope(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:584:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_croak(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:588:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_croak_no_modify(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:591:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_croak_sv(pTHX_ SV *baseex)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:597:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_croak_xs_usage(pTHX_ const CV *const cv, const char *const params)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:604:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char * Perl_custom_op_desc(pTHX_ const OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:610:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char * Perl_custom_op_name(pTHX_ const OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:616:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_custom_op_register(pTHX_ Perl_ppaddr_t ppaddr, const XOP *xop)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:622:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const XOP * Perl_custom_op_xop(pTHX_ const OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:628:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cv_ckproto_len(pTHX_ const CV* cv, const GV* gv, const char* p, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:633:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_cv_clone(pTHX_ CV* proto)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:638:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_cv_const_sv(pTHX_ const CV *const cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:641:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cv_get_call_checker(pTHX_ CV *cv, Perl_call_checker *ckfun_p, SV **ckobj_p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:648:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cv_set_call_checker(pTHX_ CV *cv, Perl_call_checker ckfun, SV *ckobj)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:655:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cv_undef(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:660:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cvgv_set(pTHX_ CV* cv, GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:665:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cvstash_set(pTHX_ CV* cv, HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:670:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_cx_dump(pTHX_ PERL_CONTEXT* cx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:675:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_cxinc(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:678:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_deb(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:684:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_deb_stack_all(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:685:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_debop(pTHX_ const OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:690:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_debprofdump(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:691:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_debstack(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:692:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_debstackptrs(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:693:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_delete_eval_scope(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:703:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_despatch_signals(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:704:28: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_die(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:707:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_die_sv(pTHX_ SV *baseex)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:712:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_die_unwind(pTHX_ SV* msv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:724:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int do_report)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:730:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:735:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_close(pTHX_ GV* gv, bool not_implicit);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:736:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_dump_pad(pTHX_ I32 level, PerlIO *file, PADLIST *padlist, int full)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:741:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_eof(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:746:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_execfree(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:747:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_gv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:753:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_gvgv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:759:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_hv_dump(pTHX_ I32 level, PerlIO *file, const char *name, HV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:765:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_join(pTHX_ SV *sv, SV *delim, SV **mark, SV **sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:773:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_magic_dump(pTHX_ I32 level, PerlIO *file, const MAGIC *mg, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:779:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, const OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:790:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_open9(pTHX_ GV *gv, const char *name, I32 len, int as_raw, int rawmode, int rawperm, PerlIO *supplied_fp, SV *svs, I32 num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:797:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_openn(pTHX_ GV *gv, const char *oname, I32 len, int as_raw, int rawmode, int rawperm, PerlIO *supplied_fp, SV **svp, I32 num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:803:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, const PMOP *pm)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:808:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_print(pTHX_ SV* sv, PerlIO* fp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:813:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_do_readline(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:816:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_seek(pTHX_ GV* gv, Off_t pos, int whence);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:817:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_sprintf(pTHX_ SV* sv, I32 len, SV** sarg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:823:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:828:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV Off_t Perl_do_sysseek(pTHX_ GV* gv, Off_t pos, int whence)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:833:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV Off_t Perl_do_tell(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:839:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_trans(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:844:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_do_vecget(pTHX_ SV* sv, I32 offset, I32 size)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:849:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_vecset(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:854:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_do_vop(pTHX_ I32 optype, SV* sv, SV* left, SV* right)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:861:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_dofile(pTHX_ OP* term, I32 force_builtin)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:869:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_doref(pTHX_ OP *o, I32 type, bool set_op_ref)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:874:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dounwind(pTHX_ I32 cxix);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:875:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_dowantarray(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:878:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_all(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:879:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_all_perl(pTHX_ bool justperl);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:880:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_eval(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:881:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_form(pTHX_ const GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:886:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:893:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_packsubs(pTHX_ const HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:898:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_packsubs_perl(pTHX_ const HV* stash, bool justperl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:903:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_sub(pTHX_ const GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:908:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_sub_perl(pTHX_ const GV* gv, bool justperl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:913:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_dump_vindent(pTHX_ I32 level, PerlIO *file, const char* pat, va_list *args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:919:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_emulate_cop_io(pTHX_ const COP *const c, SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:925:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_eval_pv(pTHX_ const char* p, I32 croak_on_error)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:930:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_eval_sv(pTHX_ SV* sv, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:935:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_fbm_compile(pTHX_ SV* sv, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:940:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_fbm_instr(pTHX_ unsigned char* big, unsigned char* bigend, SV* littlestr, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:948:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_feature_is_enabled(pTHX_ const char *const name, STRLEN namelen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:953:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char * Perl_fetch_cop_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:958:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_filter_add(pTHX_ filter_t funcp, SV* datasv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:959:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_filter_del(pTHX_ filter_t funcp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:964:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_filter_read(pTHX_ int idx, SV *buf_sv, int maxlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:970:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_find_runcv(pTHX_ U32 *db_seqp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:973:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_find_rundefsv(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:974:50: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_find_rundefsvoffset(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:977:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_find_script(pTHX_ const char *scriptname, bool dosearch, const char *const *const search_ext, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1007:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_foldEQ_utf8_flags(pTHX_ const char *s1, char **pe1, UV l1, bool u1, const char *s2, char **pe2, UV l2, bool u2, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1013:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_form(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1019:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_free_tied_hv_pool(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1020:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_free_tmps(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1021:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV* Perl_get_av(pTHX_ const char *name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1029:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_get_cv(pTHX_ const char* name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1034:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_get_cvn_flags(pTHX_ const char* name, STRLEN len, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1039:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_get_db_sub(pTHX_ SV **svp, CV *cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1044:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_get_hash_seed(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1047:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_get_hv(pTHX_ const char *name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1052:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char* Perl_get_no_modify(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1056:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char** Perl_get_op_descs(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1060:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char** Perl_get_op_names(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1064:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32* Perl_get_opargs(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1068:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PPADDR_t* Perl_get_ppaddr(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1072:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV REGEXP * Perl_get_re_arg(pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1073:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_get_sv(pTHX_ const char *name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1078:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV MGVTBL* Perl_get_vtbl(pTHX_ int vtbl_id)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1081:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_getcwd_sv(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1086:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gp_free(pTHX_ GV* gv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1087:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GP* Perl_gp_ref(pTHX_ GP* gp);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1088:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_grok_bin(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1095:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_grok_hex(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1102:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1107:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1114:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_grok_oct(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1124:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_add_by_type(pTHX_ GV *gv, svtype type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1125:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_autoload4(pTHX_ HV* stash, const char* name, STRLEN len, I32 method)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1131:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_check(pTHX_ const HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1136:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_gv_const_sv(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1142:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_dump(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1147:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_efullname(pTHX_ SV* sv, const GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1159:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_efullname4(pTHX_ SV* sv, const GV* gv, const char* prefix, bool keepmain)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1165:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchfile(pTHX_ const char* name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1170:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchfile_flags(pTHX_ const char *const name, const STRLEN len, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1175:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchmeth(pTHX_ HV* stash, const char* name, STRLEN len, I32 level)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1180:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchmeth_autoload(pTHX_ HV* stash, const char* name, STRLEN len, I32 level)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1191:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchmethod_autoload(pTHX_ HV* stash, const char* name, I32 autoload)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1197:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchmethod_flags(pTHX_ HV* stash, const char* name, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1203:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 add, const svtype sv_type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1208:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchpvn_flags(pTHX_ const char* name, STRLEN len, I32 flags, const svtype sv_type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1213:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_gv_fetchsv(pTHX_ SV *name, I32 flags, const svtype sv_type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1218:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_fullname(pTHX_ SV* sv, const GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1230:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_fullname4(pTHX_ SV* sv, const GV* gv, const char* prefix, bool keepmain)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1236:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_gv_handler(pTHX_ HV* stash, I32 id)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1239:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_init(pTHX_ GV* gv, HV* stash, const char* name, STRLEN len, int multi)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1245:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_name_set(pTHX_ GV* gv, const char *name, U32 len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1251:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_gv_stashpv(pTHX_ const char* name, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1256:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_gv_stashpvn(pTHX_ const char* name, U32 namelen, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1261:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_gv_stashsv(pTHX_ SV* sv, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1266:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_gv_try_downgrade(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1271:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV** Perl_hv_backreferences_p(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1276:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_clear(pTHX_ HV *hv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1277:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_clear_placeholders(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1282:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_hv_common(pTHX_ HV *hv, SV *keysv, const char* key, STRLEN klen, int flags, int action, SV *val, U32 hash);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1283:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_hv_common_key_len(pTHX_ HV *hv, const char *key, I32 klen_i32, const int action, SV *val, const U32 hash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1288:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV * Perl_hv_copy_hints_hv(pTHX_ HV *const ohv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1291:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_delayfree_ent(pTHX_ HV *hv, HE *entry)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1306:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HE** Perl_hv_eiter_p(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1312:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_eiter_set(pTHX_ HV *hv, HE *eiter)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1317:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_ename_add(pTHX_ HV *hv, const char *name, U32 len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1323:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_ename_delete(pTHX_ HV *hv, const char *name, U32 len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1351:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_hv_fill(pTHX_ HV const *const hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1356:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_free_ent(pTHX_ HV *hv, HE *entryK)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1361:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_hv_iterinit(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1366:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_hv_iterkey(pTHX_ HE* entry, I32* retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1373:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_hv_iterkeysv(pTHX_ HE* entry)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1385:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HE* Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1391:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_hv_iternextsv(pTHX_ HV *hv, char **key, I32 *retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1399:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_hv_iterval(pTHX_ HV *hv, HE *entry)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1406:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_ksplit(pTHX_ HV *hv, IV newmax)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1416:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_name_set(pTHX_ HV *hv, const char *name, U32 len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1421:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_hv_placeholders_get(pTHX_ const HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1427:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32* Perl_hv_placeholders_p(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1433:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_placeholders_set(pTHX_ HV *hv, I32 ph)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1438:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32* Perl_hv_riter_p(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1444:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_riter_set(pTHX_ HV *hv, I32 riter)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1449:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_hv_scalar(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1459:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_hv_undef_flags(pTHX_ HV *hv, U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1472:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_init_argv_symbols(pTHX_ int argc, char **argv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1477:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_init_dbargs(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1478:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_init_debugger(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1479:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_init_i18nl10n(pTHX_ int printwarn);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1480:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_init_i18nl14n(pTHX_ int printwarn);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1481:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_init_stacks(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1482:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_init_tm(pTHX_ struct tm *ptm)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1495:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_intro_my(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1496:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_invert(pTHX_ OP* cmd)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1499:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_io_close(pTHX_ IO* io, bool not_implicit)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1509:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_gv_magical_sv(pTHX_ SV *const name_sv, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1515:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_is_lvalue_sub(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1518:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_alnum(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1522:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_alnum_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1526:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_alpha(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1530:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_alpha_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1534:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_ascii(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1538:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_ascii_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1542:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_cntrl(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1546:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_cntrl_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1550:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_digit(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1554:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_digit_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1558:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_graph(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1562:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_graph_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1566:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_idfirst(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1570:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_idfirst_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1574:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_lower(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1578:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_lower_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1582:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_print(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1586:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_print_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1590:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_punct(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1594:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_punct_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1598:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_space(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1602:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_space_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1606:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_upper(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1610:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_upper_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1614:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_xdigit(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1618:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_uni_xdigit_lc(pTHX_ UV c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1622:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_L(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1628:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_LV(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1634:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_LVT(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1640:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_LV_LVT_V(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1646:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_T(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1652:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_V(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1658:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_begin(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1664:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_extend(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1670:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_non_hangul(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1676:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_X_prepend(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1682:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_alnum(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1688:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_alpha(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1694:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_ascii(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1705:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_cntrl(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1711:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_digit(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1717:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_graph(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1723:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_idcont(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1729:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_idfirst(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1735:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_lower(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1741:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_mark(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1747:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_perl_space(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1753:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_perl_word(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1759:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_posix_digit(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1765:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_print(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1771:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_punct(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1777:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_space(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1798:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_upper(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1804:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_xdigit(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1810:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_xidcont(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1816:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_is_utf8_xidfirst(pTHX_ const U8 *p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1822:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_jmaybe(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1827:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_keyword(pTHX_ const char *name, I32 len, bool all_keywords)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1833:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_keyword_plugin_standard(pTHX_ char* keyword_ptr, STRLEN keyword_len, OP** op_ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1839:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_leave_scope(pTHX_ I32 base);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1840:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_lex_bufutf8(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1841:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_discard_to(pTHX_ char* ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1846:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_lex_grow_linestr(pTHX_ STRLEN len);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1847:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_lex_next_chunk(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1848:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_lex_peek_unichar(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1849:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_read_space(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1850:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_read_to(pTHX_ char* ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1855:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_lex_read_unichar(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1856:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_start(pTHX_ SV* line, PerlIO *rsfp, U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1857:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_stuff_pv(pTHX_ const char* pv, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1862:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_stuff_pvn(pTHX_ const char* pv, STRLEN len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1867:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_stuff_sv(pTHX_ SV* sv, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1872:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_lex_unstuff(pTHX_ char* ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1877:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_list(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1878:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_load_module(pTHX_ U32 flags, SV* name, SV* ver, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1883:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_localize(pTHX_ OP *o, I32 lex)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1888:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_looks_like_number(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1894:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clear_all_env(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1900:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearenv(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1906:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearhint(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1912:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearhints(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1918:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearisa(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1923:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearpack(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1929:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_clearsig(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1935:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_magic_dump(pTHX_ const MAGIC *mg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1936:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_existspack(pTHX_ SV* sv, const MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1942:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_freearylen_p(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1948:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_freeovrld(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1954:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_get(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1960:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getarylen(pTHX_ SV* sv, const MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1966:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getdefelem(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1972:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getnkeys(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1978:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getpack(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1984:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getpos(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1990:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getsig(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:1996:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getsubstr(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2002:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_gettaint(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2008:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getuvar(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2014:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_getvec(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2020:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_killbackrefs(pTHX_ SV *sv, MAGIC *mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2026:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_magic_len(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2032:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_magic_methcall(pTHX_ SV *sv, const MAGIC *mg, const char *meth, U32 flags, U32 argc, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2039:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_nextpack(pTHX_ SV *sv, MAGIC *mg, SV *key)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2046:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_magic_regdata_cnt(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2052:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_regdatum_get(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2058:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2065:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_magic_scalarpack(pTHX_ HV *hv, MAGIC *mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2071:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_set(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2077:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_set_all_env(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2083:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setamagic(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2089:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setarylen(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2095:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setdbline(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2101:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setdefelem(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2107:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setenv(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2113:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_sethint(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2119:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setisa(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2125:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setmglob(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2131:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setnkeys(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2137:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setpack(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2143:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setpos(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2149:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setregexp(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2155:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setsig(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2160:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setsubstr(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2166:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_settaint(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2172:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setutf8(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2178:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setuvar(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2184:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setvec(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2190:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_magic_sizepack(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2196:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_wipepack(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2206:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_markstack_grow(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2207:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_mess(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2213:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_mess_sv(pTHX_ SV* basemsg, bool consume)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2219:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mg_clear(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2224:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mg_copy(pTHX_ SV *sv, SV *nsv, const char *key, I32 klen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2230:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV MAGIC* Perl_mg_find(pTHX_ const SV* sv, int type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2233:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV MAGIC* Perl_mg_findext(pTHX_ const SV* sv, int type, const MGVTBL *vtbl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2236:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mg_free(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2241:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mg_free_type(pTHX_ SV* sv, int how)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2246:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mg_get(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2251:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_mg_length(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2256:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mg_localize(pTHX_ SV* sv, SV* nsv, bool setmagic)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2262:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mg_magical(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2267:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mg_set(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2272:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_mg_size(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2277:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mini_mktime(pTHX_ struct tm *ptm)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2282:28: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_mod(pTHX_ OP* o, I32 type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2283:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_mode_from_discipline(pTHX_ const char* s, STRLEN len);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2284:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void * Perl_more_bodies(pTHX_ const svtype sv_type, const size_t body_size, const size_t arena_size);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2285:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char* Perl_moreswitches(pTHX_ const char* s)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2290:61: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const struct mro_alg * Perl_mro_get_from_name(pTHX_ SV *name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2295:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV* Perl_mro_get_linear_isa(pTHX_ HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2300:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_mro_get_private_data(pTHX_ struct mro_meta *const smeta, const struct mro_alg *const which)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2306:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mro_isa_changed_in(pTHX_ HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2311:51: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct mro_meta* Perl_mro_meta_init(pTHX_ HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2316:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mro_method_changed_in(pTHX_ HV* stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2321:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash, const GV * const gv, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2326:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mro_register(pTHX_ const struct mro_alg *mro)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2331:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_mro_set_mro(pTHX_ struct mro_meta *const meta, SV *const name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2337:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_mro_set_private_data(pTHX_ struct mro_meta *const smeta, const struct mro_alg *const which, SV *const data)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2344:52: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_munge_qwlist_to_paren_list(pTHX_ OP* qwlist)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2349:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_my_atof(pTHX_ const char *s)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2354:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_my_atof2(pTHX_ const char *s, NV* value)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2360:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_my_attrs(pTHX_ OP *o, OP *attrs)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2365:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_my_clearenv(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2366:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_my_dirfd(pTHX_ DIR* dir);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2367:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_my_exit(pTHX_ U32 status)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2370:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_my_failure_exit(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2373:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_my_fflush_all(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2376:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_my_lstat_flags(pTHX_ const U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2377:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_my_pclose(pTHX_ PerlIO* ptr);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2378:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO* Perl_my_popen(pTHX_ const char* cmd, const char* mode)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2384:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO* Perl_my_popen_list(pTHX_ const char* mode, int n, SV ** args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2390:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_my_setenv(pTHX_ const char* nam, const char* val);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2400:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_my_stat_flags(pTHX_ const U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2401:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char * Perl_my_strftime(pTHX_ const char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2411:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_my_unexec(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2418:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newANONATTRSUB(pTHX_ I32 floor, OP *proto, OP *attrs, OP *block);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2419:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newANONHASH(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2423:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newANONLIST(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2427:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newANONSUB(pTHX_ I32 floor, OP* proto, OP* block);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2428:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newASSIGNOP(pTHX_ I32 flags, OP* left, I32 optype, OP* right)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2432:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2436:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newAVREF(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2443:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newBINOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2447:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newCONDOP(pTHX_ I32 flags, OP* first, OP* trueop, OP* falseop)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2454:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_newCONSTSUB(pTHX_ HV* stash, const char* name, SV* sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2455:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newCVREF(pTHX_ I32 flags, OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2459:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newFOROP(pTHX_ I32 flags, OP* sv, OP* expr, OP* block, OP* cont)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2466:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newGIVENOP(pTHX_ OP* cond, OP* block, PADOFFSET defsv_off)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2474:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GP * Perl_newGP(pTHX_ GV *const gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2479:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newGVOP(pTHX_ I32 type, I32 flags, GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2486:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newGVREF(pTHX_ I32 type, OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2490:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GV* Perl_newGVgen(pTHX_ const char* pack)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2500:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newHVREF(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2507:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_newHVhv(pTHX_ HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2515:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2519:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP *first, OP *other)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2527:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newLOOPEX(pTHX_ I32 type, OP* label)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2534:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newLOOPOP(pTHX_ I32 flags, I32 debuggable, OP* expr, OP* block)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2538:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newNULLLIST(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2542:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newOP(pTHX_ I32 optype, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2546:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newPMOP(pTHX_ I32 type, I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2550:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_newPROG(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2555:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newPVOP(pTHX_ I32 type, I32 flags, char* pv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2559:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newRANGE(pTHX_ I32 flags, OP* left, OP* right)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2567:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newRV(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2574:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newRV_noinc(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2581:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newSLICEOP(pTHX_ I32 flags, OP* subscript, OP* listop)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2585:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newSTATEOP(pTHX_ I32 flags, char* label, OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2590:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSV(pTHX_ const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2594:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newSVOP(pTHX_ I32 type, I32 flags, SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2601:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newSVREF(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2608:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSV_type(pTHX_ const svtype type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2612:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVhek(pTHX_ const HEK *const hek)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2616:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSViv(pTHX_ const IV i)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2620:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVnv(pTHX_ const NV n)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2624:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char *const s, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2628:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpv_share(pTHX_ const char* s, U32 hash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2632:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpvf(pTHX_ const char *const pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2640:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpvn(pTHX_ const char *const s, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2644:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpvn_flags(pTHX_ const char *const s, const STRLEN len, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2648:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVpvn_share(pTHX_ const char* s, I32 len, U32 hash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2652:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVrv(pTHX_ SV *const rv, const char *const classname)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2657:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVsv(pTHX_ SV *const old)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2661:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_newSVuv(pTHX_ const UV u)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2665:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2669:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newWHENOP(pTHX_ OP* cond, OP* block)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2676:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, OP* expr, OP* block, OP* cont, I32 has_my)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2680:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_newXS(pTHX_ const char *name, XSUBADDR_t subaddr, const char *filename)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2686:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV * Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t subaddr, const char *const filename, const char *const proto, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2692:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_new_collate(pTHX_ const char* newcoll);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2693:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_new_ctype(pTHX_ const char* newctype)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2698:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_new_numeric(pTHX_ const char* newcoll);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2699:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2703:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_new_version(pTHX_ SV *ver)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2708:51: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN * Perl_new_warnings_bitfield(pTHX_ STRLEN *buffer, const char *const bits, STRLEN size)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2715:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO* Perl_nextargv(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2729:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_nothreadhook(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2730:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_oopsAV(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2736:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_oopsHV(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2742:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_append_elem(pTHX_ I32 optype, OP* first, OP* last);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2743:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_append_list(pTHX_ I32 optype, OP* first, OP* last);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2744:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_clear(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2749:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_op_const_sv(pTHX_ const OP* o, CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2752:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_contextualize(pTHX_ OP* o, I32 context)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2757:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_dump(pTHX_ const OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2762:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_free(pTHX_ OP* arg);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2763:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_linklist(pTHX_ OP *o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2768:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_lvalue(pTHX_ OP* o, I32 type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2769:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_null(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2774:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_prepend_elem(pTHX_ I32 optype, OP* first, OP* last);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2775:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_refcnt_lock(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2776:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_op_refcnt_unlock(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2777:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_op_scope(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2778:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pack_cat(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2788:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_package_version(pTHX_ OP* v)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2793:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_packlist(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2802:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_pad_add_anon(pTHX_ SV* sv, OPCODE op_type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2807:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_pad_add_name(pTHX_ const char *name, const STRLEN len, const U32 flags, HV *typestash, HV *ourstash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2812:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2813:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_block_start(pTHX_ int full);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2814:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_pad_compname_type(pTHX_ const PADOFFSET po)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2817:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADOFFSET Perl_pad_findmy(pTHX_ const char* name, STRLEN len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2823:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_fixup_inner_anons(pTHX_ PADLIST *padlist, CV *old_cv, CV *new_cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2830:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_free(pTHX_ PADOFFSET po);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2831:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_leavemy(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2832:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PADLIST* Perl_pad_new(pTHX_ int flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2836:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_push(pTHX_ PADLIST *padlist, int depth)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2841:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2842:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pad_tidy(pTHX_ padtidy_type type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2843:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_arithexpr(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2844:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_barestmt(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2845:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_block(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2846:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_fullexpr(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2847:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_fullstmt(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2848:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_parse_label(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2849:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_listexpr(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2850:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_stmtseq(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2851:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_parse_termexpr(pTHX_ U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2852:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_parse_unicode_opts(pTHX_ const char **popt)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2857:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_parser_free(pTHX_ const yy_parser *parser)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2862:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_peep(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2889:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pmop_dump(pTHX_ PMOP* pm);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2890:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP *o, OP *expr, bool isreg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2896:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pop_scope(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2897:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_populate_isa(pTHX_ const char *name, STRLEN len, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2902:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV REGEXP* Perl_pregcomp(pTHX_ SV * const pattern, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2907:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_pregexec(pTHX_ REGEXP * const prog, char* stringarg, char* strend, char* strbeg, I32 minend, SV* screamer, U32 nosave)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2916:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pregfree(pTHX_ REGEXP* r);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2917:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_pregfree2(pTHX_ REGEXP *rx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2922:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char* Perl_prescan_version(pTHX_ const char *s, bool strict, const char** errstr, bool *sqv, int *ssaw_decimal, int *swidth, bool *salpha)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2927:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ptr_table_clear(pTHX_ PTR_TBL_t *const tbl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2930:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *const tbl, const void *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2936:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ptr_table_free(pTHX_ PTR_TBL_t *const tbl);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2937:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PTR_TBL_t* Perl_ptr_table_new(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2941:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ptr_table_split(pTHX_ PTR_TBL_t *const tbl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2946:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_ptr_table_store(pTHX_ PTR_TBL_t *const tbl, const void *const oldsv, void *const newsv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2952:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_push_scope(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2953:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_pv_display(pTHX_ SV *dsv, const char *pv, STRLEN cur, STRLEN len, STRLEN pvlim)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2959:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_pv_escape(pTHX_ SV *dsv, char const * const str, const STRLEN count, const STRLEN max, STRLEN * const escaped, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2965:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_pv_pretty(pTHX_ SV *dsv, char const * const str, const STRLEN count, const STRLEN max, char const * const start_color, char const * const end_color, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2971:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2977:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_qerror(pTHX_ SV* err)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2982:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV REGEXP* Perl_re_compile(pTHX_ SV * const pattern, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2987:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_re_intuit_start(pTHX_ REGEXP * const rx, SV* sv, char* strpos, char* strend, const U32 flags, re_scream_pos_data *data)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:2994:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_re_intuit_string(pTHX_ REGEXP *const r)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3004:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV * Perl_refcounted_he_chain_2hv(pTHX_ const struct refcounted_he *c, U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3005:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV * Perl_refcounted_he_fetch_pv(pTHX_ const struct refcounted_he *chain, const char *key, U32 hash, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3010:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV * Perl_refcounted_he_fetch_pvn(pTHX_ const struct refcounted_he *chain, const char *keypv, STRLEN keylen, U32 hash, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3015:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV * Perl_refcounted_he_fetch_sv(pTHX_ const struct refcounted_he *chain, SV *key, U32 hash, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3020:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_refcounted_he_free(pTHX_ struct refcounted_he *he);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3021:61: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_inc(pTHX_ struct refcounted_he *he);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3022:64: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_new_pv(pTHX_ struct refcounted_he *parent, const char *key, U32 hash, SV *value, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3027:65: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_new_pvn(pTHX_ struct refcounted_he *parent, const char *keypv, STRLEN keylen, U32 hash, SV *value, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3032:64: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct refcounted_he * Perl_refcounted_he_new_sv(pTHX_ struct refcounted_he *parent, SV *key, U32 hash, SV *value, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3037:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff(pTHX_ REGEXP * const rx, SV * const key, SV * const value, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3042:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_all(pTHX_ REGEXP * const rx, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3047:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_reg_named_buff_exists(pTHX_ REGEXP * const rx, SV * const key, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3053:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_fetch(pTHX_ REGEXP * const rx, SV * const namesv, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3059:48: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_firstkey(pTHX_ REGEXP * const rx, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3064:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_iter(pTHX_ REGEXP * const rx, const SV * const lastkey, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3069:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_nextkey(pTHX_ REGEXP * const rx, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3074:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_named_buff_scalar(pTHX_ REGEXP * const rx, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3079:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reg_numbered_buff_fetch(pTHX_ REGEXP * const rx, const I32 paren, SV * const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3084:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_reg_numbered_buff_length(pTHX_ REGEXP * const rx, const SV * const sv, const I32 paren)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3090:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reg_numbered_buff_store(pTHX_ REGEXP * const rx, const I32 paren, SV const * const value)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3095:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_reg_qr_package(pTHX_ REGEXP * const rx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3100:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV REGEXP* Perl_reg_temp_copy(pTHX_ REGEXP* ret_x, REGEXP* rx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3105:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_regclass_swash(pTHX_ const regexp *prog, const struct regnode *node, bool doinit, SV **listsvp, SV **altsvp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3110:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_regdump(pTHX_ const regexp* r)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3115:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_regdump(pTHX_ const regexp* r)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3120:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_regexec_flags(pTHX_ REGEXP *const rx, char *stringarg, char *strend, char *strbeg, I32 minend, SV *sv, void *data, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3129:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_regfree_internal(pTHX_ REGEXP *const rx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3134:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reginitcolors(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3135:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV regnode* Perl_regnext(pTHX_ regnode* p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3138:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_regprop(pTHX_ const regexp *prog, SV* sv, const regnode* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3150:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_report_evil_fh(pTHX_ const GV *gv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3151:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_report_uninit(pTHX_ const SV *uninit_sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3152:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_report_wrongway_fh(pTHX_ const GV *gv, const char have);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3153:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_require_pv(pTHX_ const char* pv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3167:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_rpeep(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3168:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV Sighandler_t Perl_rsignal(pTHX_ int i, Sighandler_t t);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3169:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_rsignal_restore(pTHX_ int i, Sigsave_t* t);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3170:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_rsignal_save(pTHX_ int i, Sighandler_t t1, Sigsave_t* save)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3175:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV Sighandler_t Perl_rsignal_state(pTHX_ int i);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3176:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_runops_debug(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3177:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_runops_standard(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3178:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_rv2cv_op_cv(pTHX_ OP *cvop, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3183:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_rxres_save(pTHX_ void **rsp, REGEXP *rx)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3202:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_I16(pTHX_ I16* intp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3207:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_I32(pTHX_ I32* intp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3212:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_I8(pTHX_ I8* bytep)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3217:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_adelete(pTHX_ AV *av, I32 key)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3226:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_aelem_flags(pTHX_ AV* av, I32 idx, SV **sptr, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3232:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_save_alloc(pTHX_ I32 size, I32 pad);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3233:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_aptr(pTHX_ AV** aptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3238:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV* Perl_save_ary(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3243:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_bool(pTHX_ bool* boolp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3248:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_clearsv(pTHX_ SV** svp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3253:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_delete(pTHX_ HV *hv, char *key, I32 klen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3259:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_destructor(pTHX_ DESTRUCTORFUNC_NOCONTEXT_t f, void* p)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3264:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_destructor_x(pTHX_ DESTRUCTORFUNC_t f, void* p);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3268:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_generic_pvref(pTHX_ char** str)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3273:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_generic_svref(pTHX_ SV** sptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3278:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_gp(pTHX_ GV* gv, I32 empty)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3283:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HV* Perl_save_hash(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3288:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_hdelete(pTHX_ HV *hv, SV *keysv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3299:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_helem_flags(pTHX_ HV *hv, SV *key, SV **sptr, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3306:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_hints(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3307:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_hptr(pTHX_ HV** hptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3312:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_int(pTHX_ int* intp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3317:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_item(pTHX_ SV* item)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3322:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_iv(pTHX_ IV *ivp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3327:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_list(pTHX_ SV** sarg, I32 maxsarg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3332:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_long(pTHX_ long* longp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3342:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_nogv(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3348:50: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_padsv_and_mortalize(pTHX_ PADOFFSET off);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3349:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_pptr(pTHX_ char** pptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3354:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_pushi32ptr(pTHX_ const I32 i, void *const ptr, const int type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3355:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_pushptr(pTHX_ void *const ptr, const int type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3356:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_pushptrptr(pTHX_ void *const ptr1, void *const ptr2, const int type);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3357:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_re_context(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3358:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_save_scalar(pTHX_ GV* gv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3363:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_set_svflags(pTHX_ SV *sv, U32 mask, U32 val)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3368:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_shared_pvref(pTHX_ char** str)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3373:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_sptr(pTHX_ SV** sptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3378:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_save_svref(pTHX_ SV** sptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3383:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_save_vptr(pTHX_ void *ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3388:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savepv(pTHX_ const char* pv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3392:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savepvn(pTHX_ const char* pv, I32 len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3396:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savesharedpv(pTHX_ const char* pv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3400:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savesharedpvn(pTHX_ const char *const pv, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3407:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savesharedsvpv(pTHX_ SV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3414:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_savestack_grow(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3415:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_savestack_grow_cnt(pTHX_ I32 need);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3416:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_savesvpv(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3423:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_sawparens(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3424:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_scalar(pTHX_ OP* o);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3425:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_scalarvoid(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3430:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_scan_bin(pTHX_ const char* start, STRLEN len, STRLEN* retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3436:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_scan_hex(pTHX_ const char* start, STRLEN len, STRLEN* retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3442:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_scan_num(pTHX_ const char* s, YYSTYPE *lvalp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3448:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_scan_oct(pTHX_ const char* start, STRLEN len, STRLEN* retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3454:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char* Perl_scan_version(pTHX_ const char *s, SV *rv, bool qv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3460:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_scan_vstring(pTHX_ const char *s, const char *const e, SV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3467:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_screaminstr(pTHX_ SV *bigstr, SV *littlestr, I32 start_shift, I32 end_shift, I32 *old_posp, I32 last)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3474:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_seed(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3480:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_set_numeric_local(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3481:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_set_numeric_radix(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3482:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_set_numeric_standard(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3483:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_setdefout(pTHX_ GV* gv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3484:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HEK* Perl_share_hek(pTHX_ const char* str, I32 len, U32 hash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3489:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sortsv(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t cmp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3494:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sortsv_flags(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t cmp, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3499:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV** Perl_stack_grow(pTHX_ SV** sp, SV** p, int n)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3505:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV *tmpglob, IO *io)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3511:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3512:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_stashpv_hvname_match(pTHX_ const COP *c, const HV *hv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3519:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_store_cop_label(pTHX_ COP *const cop, const char *label, STRLEN len, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3525:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_str_to_version(pTHX_ SV *sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3531:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sub_crush_depth(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3539:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_2bool_flags(pTHX_ SV *const sv, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3544:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV CV* Perl_sv_2cv(pTHX_ SV* sv, HV **const st, GV **const gvp, const I32 lref)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3550:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IO* Perl_sv_2io(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3556:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IV Perl_sv_2iv_flags(pTHX_ SV *const sv, const I32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3557:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_2mortal(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3558:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_2num(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3563:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_sv_2nv_flags(pTHX_ SV *const sv, const I32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3565:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3572:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_2pvbyte(pTHX_ SV *const sv, STRLEN *const lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3583:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_2pvutf8(pTHX_ SV *const sv, STRLEN *const lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3595:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_sv_2uv_flags(pTHX_ SV *const sv, const I32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3596:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_sv_backoff(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3601:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_bless(pTHX_ SV *const sv, HV *const stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3607:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_cat_decode(pTHX_ SV* dsv, SV *encoding, SV *ssv, int *offset, char* tstr, int tlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3616:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpv(pTHX_ SV *const sv, const char* ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3621:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpv_flags(pTHX_ SV *dstr, const char *sstr, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3627:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpv_mg(pTHX_ SV *const sv, const char *const ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3632:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpvf(pTHX_ SV *const sv, const char *const pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3639:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpvf_mg(pTHX_ SV *const sv, const char *const pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3652:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3669:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_catsv_flags(pTHX_ SV *const dsv, SV *const ssv, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3679:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_chop(pTHX_ SV *const sv, const char *const ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3684:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_clean_all(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3685:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_clean_objs(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3686:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_clear(pTHX_ SV *const orig_sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3691:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_cmp(pTHX_ SV *const sv1, SV *const sv2);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3692:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_cmp_flags(pTHX_ SV *const sv1, SV *const sv2, const U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3693:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_cmp_locale(pTHX_ SV *const sv1, SV *const sv2);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3694:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_cmp_locale_flags(pTHX_ SV *const sv1, SV *const sv2, const U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3695:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_sv_compile_2op(pTHX_ SV *sv, OP **startop, const char *code, PAD **padp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3704:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_sv_compile_2op_is_broken(pTHX_ SV *sv, OP **startop, const char *code, PAD **padp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3712:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_copypv(pTHX_ SV *const dsv, SV *const ssv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3718:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_dec(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3719:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_dec_nomg(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3720:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_del_backref(pTHX_ SV *const tsv, SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3726:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_derived_from(pTHX_ SV* sv, const char *const name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3733:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_destroyable(pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3734:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_does(pTHX_ SV* sv, const char *const name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3741:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_dump(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3747:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_eq_flags(pTHX_ SV* sv1, SV* sv2, const U32 flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3753:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_force_normal_flags(pTHX_ SV *const sv, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3758:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_free(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3759:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_free2(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3764:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_free_arenas(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3765:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_gets(pTHX_ SV *const sv, PerlIO *const fp, I32 append)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3771:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_grow(pTHX_ SV *const sv, STRLEN newlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3776:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_inc(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3777:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_inc_nomg(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3784:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_insert_flags(pTHX_ SV *const bigstr, const STRLEN offset, const STRLEN len, const char *const little, const STRLEN littlelen, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3790:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_sv_isa(pTHX_ SV* sv, const char *const name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3795:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_sv_isobject(pTHX_ SV* sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3796:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IV Perl_sv_iv(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3801:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_sv_len(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3802:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_sv_len_utf8(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3803:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_magic(pTHX_ SV *const sv, SV *const obj, const int how, const char *const name, const I32 namlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3808:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV MAGIC * Perl_sv_magicext(pTHX_ SV *const sv, SV *const obj, const int how, const MGVTBL *const vtbl, const char *const name, const I32 namlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3813:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_mortalcopy(pTHX_ SV *const oldsv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3817:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_newmortal(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3820:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_newref(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3822:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_nosharing(pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3823:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV NV Perl_sv_nv(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3828:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_peek(pTHX_ SV* sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3829:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_pos_b2u(pTHX_ SV *const sv, I32 *const offsetp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3834:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_pos_u2b(pTHX_ SV *const sv, I32 *const offsetp, I32 *const lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3839:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_sv_pos_u2b_flags(pTHX_ SV *const sv, STRLEN uoffset, STRLEN *const lenp, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3856:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvbyten(pTHX_ SV *sv, STRLEN *lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3862:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvbyten_force(pTHX_ SV *const sv, STRLEN *const lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3867:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvn(pTHX_ SV *sv, STRLEN *lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3878:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvn_force_flags(pTHX_ SV *const sv, STRLEN *const lp, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3883:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvn_nomg(pTHX_ SV* sv, STRLEN* lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3894:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvutf8n(pTHX_ SV *sv, STRLEN *lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3900:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_pvutf8n_force(pTHX_ SV *const sv, STRLEN *const lp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3905:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3911:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV const char* Perl_sv_reftype(pTHX_ const SV *const sv, const int ob)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3917:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_replace(pTHX_ SV *const sv, SV *const nsv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3923:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_report_used(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3924:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_reset(pTHX_ const char* s, HV *const stash)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3929:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_rvweaken(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3934:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setiv(pTHX_ SV *const sv, const IV num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3939:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setiv_mg(pTHX_ SV *const sv, const IV i)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3944:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setnv(pTHX_ SV *const sv, const NV num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3949:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setnv_mg(pTHX_ SV *const sv, const NV num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3954:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpv(pTHX_ SV *const sv, const char *const ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3959:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpv_mg(pTHX_ SV *const sv, const char *const ptr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3964:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpvf(pTHX_ SV *const sv, const char *const pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3971:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpvf_mg(pTHX_ SV *const sv, const char *const pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3978:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpviv(pTHX_ SV *const sv, const IV num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3983:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpviv_mg(pTHX_ SV *const sv, const IV iv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3988:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpvn(pTHX_ SV *const sv, const char *const ptr, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3993:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setpvn_mg(pTHX_ SV *const sv, const char *const ptr, const STRLEN len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:3999:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_setref_iv(pTHX_ SV *const rv, const char *const classname, const IV iv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4004:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_setref_nv(pTHX_ SV *const rv, const char *const classname, const NV nv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4009:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_setref_pv(pTHX_ SV *const rv, const char *const classname, void *const pv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4014:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_setref_pvn(pTHX_ SV *const rv, const char *const classname, const char *const pv, const STRLEN n)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4020:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_setref_uv(pTHX_ SV *const rv, const char *const classname, const UV uv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4030:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setsv_flags(pTHX_ SV *dstr, SV *sstr, const I32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4035:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setsv_mg(pTHX_ SV *const dstr, SV *const sstr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4040:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setuv(pTHX_ SV *const sv, const UV num)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4045:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_setuv_mg(pTHX_ SV *const sv, const UV u)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4055:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_tainted(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4061:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_sv_true(pTHX_ SV *const sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4062:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4069:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_sv_unmagic(pTHX_ SV *const sv, const int type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4074:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_sv_unmagicext(pTHX_ SV *const sv, const int type, MGVTBL *vtbl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4084:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_unref_flags(pTHX_ SV *const ref, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4089:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_untaint(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4094:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_upgrade(pTHX_ SV *const sv, svtype new_type)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4104:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_usepvn_flags(pTHX_ SV *const sv, char* ptr, const STRLEN len, const U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4114:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_utf8_decode(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4119:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_sv_utf8_downgrade(pTHX_ SV *const sv, const bool fail_ok)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4124:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_utf8_encode(pTHX_ SV *const sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4137:54: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_sv_utf8_upgrade_flags_grow(pTHX_ SV *const sv, const I32 flags, STRLEN extra)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4145:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_sv_uv(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4150:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vcatpvf(pTHX_ SV *const sv, const char *const pat, va_list *const args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4156:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vcatpvf_mg(pTHX_ SV *const sv, const char *const pat, va_list *const args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4162:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vcatpvfn(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen, va_list *const args, SV **const svargs, const I32 svmax, bool *const maybe_tainted)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4168:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vsetpvf(pTHX_ SV *const sv, const char *const pat, va_list *const args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4174:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vsetpvf_mg(pTHX_ SV *const sv, const char *const pat, va_list *const args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4180:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_vsetpvfn(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen, va_list *const args, SV **const svargs, const I32 svmax, bool *const maybe_tainted)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4186:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_swash_fetch(pTHX_ SV *swash, const U8 *ptr, bool do_utf8)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4192:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_swash_init(pTHX_ const char* pkg, const char* name, SV* listsv, I32 minbits, I32 none)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4213:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_taint_env(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4214:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_taint_proper(pTHX_ const char* f, const char *const s)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4219:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP * Perl_tied_method(pTHX_ const char *const methname, SV **sp, SV *const sv, const MAGIC *const mg, const U32 flags, U32 argc, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4227:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_tmps_grow(pTHX_ I32 n);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4232:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4238:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_to_uni_lower_lc(pTHX_ U32 c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4242:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4248:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_to_uni_title_lc(pTHX_ U32 c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4252:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4258:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U32 Perl_to_uni_upper_lc(pTHX_ U32 c)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4262:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_utf8_case(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, const char *normal, const char *special)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4274:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_utf8_lower(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4280:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_utf8_title(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4286:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_to_utf8_upper(pTHX_ const U8 *p, U8* ustrp, STRLEN *lenp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4292:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_try_amagic_bin(pTHX_ int method, int flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4293:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_try_amagic_un(pTHX_ int method, int flags);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4294:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_unpack_str(pTHX_ const char *pat, const char *patend, const char *s, const char *strbeg, const char *strend, char **new_s, I32 ocnt, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4302:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_unpackstring(pTHX_ const char *pat, const char *patend, const char *s, const char *strend, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4310:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_unshare_hek(pTHX_ HEK* hek);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4311:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_unsharepvn(pTHX_ const char* sv, I32 len, U32 hash);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4312:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_upg_version(pTHX_ SV *ver, bool qv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4317:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_utf16_to_utf8(pTHX_ U8* p, U8 *d, I32 bytelen, I32 *newlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4324:47: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_utf16_to_utf8_reversed(pTHX_ U8* p, U8 *d, I32 bytelen, I32 *newlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4331:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV IV Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4339:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_utf8_hop(pTHX_ const U8 *s, I32 off)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4346:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STRLEN Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4354:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4360:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN *retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4365:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4370:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV UV Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4375:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_uvchr_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4385:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV U8* Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4390:29: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_vcmp(pTHX_ SV *lhv, SV *rhv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4396:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vcroak(pTHX_ const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4399:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vdeb(pTHX_ const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4404:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_vform(pTHX_ const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4409:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vivify_defelem(pTHX_ SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4414:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vivify_ref(pTHX_ SV* sv, U32 to_what)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4419:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vload_module(pTHX_ U32 flags, SV* name, SV* ver, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4424:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vmess(pTHX_ const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4429:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vnewSVpvf(pTHX_ const char *const pat, va_list *const args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4436:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vnormal(pTHX_ SV *vs)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4441:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vnumify(pTHX_ SV *vs)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4446:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vstringify(pTHX_ SV *vs)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4451:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_vverify(pTHX_ SV *vs)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4456:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vwarn(pTHX_ const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4461:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_vwarner(pTHX_ U32 err, const char* pat, va_list* args)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4466:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_wait4pid(pTHX_ Pid_t pid, int* statusp, int flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4471:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_warn(pTHX_ const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4477:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_warn_sv(pTHX_ SV *baseex)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4482:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_warner(pTHX_ U32 err, const char* pat, ...)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4488:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_watch(pTHX_ char** addr)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4493:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_whichsig(pTHX_ const char* sig)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4498:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_write_to_stderr(pTHX_ SV* msv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4503:49: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_xs_apiversion_bootcheck(pTHX_ SV *module, const char *api_p, STRLEN api_len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4509:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_xs_version_bootcheck(pTHX_ U32 items, U32 ax, const char *xs_p, STRLEN xs_len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4514:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_yyerror(pTHX_ const char *const s)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4519:30: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_yylex(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4520:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_yyparse(pTHX_ int gramtype);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4521:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_yyunlex(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4550:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_sv_nounlocking(pTHX_ SV *sv);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4561:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_my_cxt_init(pTHX_ int *index, size_t size)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4569:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_newFORM(pTHX_ I32 floor, OP* o, OP* block);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4570:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4573:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_package(pTHX_ OP* o)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4578:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_utilize(pTHX_ int aver, I32 floor, OP* version, OP* idop, OP* arg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4601:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_getenv_len(pTHX_ const char *env_elem, unsigned long *len)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4723:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV bool Perl_do_exec3(pTHX_ const char *incmd, int fd, int do_report)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4871:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_ipcctl(pTHX_ I32 optype, SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4877:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_ipcget(pTHX_ I32 optype, SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4883:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_msgrcv(pTHX_ SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4889:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_msgsnd(pTHX_ SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4895:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_semop(pTHX_ SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:4901:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV I32 Perl_do_shmio(pTHX_ I32 optype, SV** mark, SV** sp)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:6980:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_any_dup(pTHX_ void* v, const PerlInterpreter* proto_perl)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:6999:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PERL_CONTEXT* Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7005:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV DIR* Perl_dirp_dup(pTHX_ DIR *const dp, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7011:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO* Perl_fp_dup(pTHX_ PerlIO *const fp, const char type, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7016:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV GP* Perl_gp_dup(pTHX_ GP *const gp, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7022:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HE* Perl_he_dup(pTHX_ const HE* e, bool shared, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7028:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV HEK* Perl_hek_dup(pTHX_ HEK* e, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7034:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV MAGIC* Perl_mg_dup(pTHX_ MAGIC *mg, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7040:50: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV struct mro_meta* Perl_mro_meta_dup(pTHX_ struct mro_meta* smeta, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7046:33: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV OP* Perl_newPADOP(pTHX_ I32 type, I32 flags, SV* sv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7053:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV AV* Perl_padlist_dup(pTHX_ AV *const srcpad, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7059:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV yy_parser* Perl_parser_dup(pTHX_ const yy_parser *const proto, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7069:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_re_dup_guts(pTHX_ const REGEXP *sstr, REGEXP *dstr, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7076:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void* Perl_regdupe_internal(pTHX_ REGEXP * const r, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7082:34: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_rvpv_dup(pTHX_ SV *const dstr, const SV *const sstr, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7089:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PERL_SI* Perl_si_dup(pTHX_ PERL_SI* si, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7095:32: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV ANY* Perl_ss_dup(pTHX_ PerlInterpreter* proto_perl, CLONE_PARAMS* param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7103:31: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_dup(pTHX_ const SV *const sstr, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7109:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SV* Perl_sv_dup_inc(pTHX_ const SV *const sstr, CLONE_PARAMS *const param)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7117:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_magic_setcollxfrm(pTHX_ SV* sv, MAGIC* mg)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7123:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_mem_collxfrm(pTHX_ const char* s, STRLEN len, STRLEN* xlen)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7133:44: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV char* Perl_sv_collxfrm_flags(pTHX_ SV *const sv, STRLEN *const nxp, I32 const flags)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7141:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_PerlIO_clearerr(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7142:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_close(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7143:35: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_eof(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7144:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_error(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7145:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_fileno(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7146:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_fill(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7147:37: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_flush(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7148:46: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STDCHAR * Perl_PerlIO_get_base(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7149:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_get_bufsiz(pTHX_ PerlIO *f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7152:39: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_get_cnt(pTHX_ PerlIO *f)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7155:45: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV STDCHAR * Perl_PerlIO_get_ptr(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7156:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SSize_t Perl_PerlIO_read(pTHX_ PerlIO *f, void *vbuf, Size_t count)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7161:36: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV int Perl_PerlIO_seek(pTHX_ PerlIO *f, Off_t offset, int whence);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7162:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_PerlIO_set_cnt(pTHX_ PerlIO *f, int cnt);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7163:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_PerlIO_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR *ptr, int cnt);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7164:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_PerlIO_setlinebuf(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7165:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO * Perl_PerlIO_stderr(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7168:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO * Perl_PerlIO_stdin(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7171:43: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV PerlIO * Perl_PerlIO_stdout(pTHX)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7174:38: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV Off_t Perl_PerlIO_tell(pTHX_ PerlIO *f);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7175:42: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SSize_t Perl_PerlIO_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7180:41: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV SSize_t Perl_PerlIO_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7187:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reentrant_free(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7188:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reentrant_init(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
In file included from lib/Compiler/Lexer.xs:7:
In file included from /home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:5040:
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/proto.h:7194:40: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
PERL_CALLCONV void Perl_reentrant_size(pTHX);
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:182:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer__new); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:183:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer__new)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:185:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:227:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_DESTROY); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:228:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_DESTROY)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:230:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:253:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_tokenize); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:254:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_tokenize)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:256:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:305:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_get_groups_by_syntax_level); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:306:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_get_groups_by_syntax_level)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:308:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:415:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_get_used_modules); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:416:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_get_used_modules)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:418:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:468:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_deparse); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:469:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EUPXS(XS_Compiler__Lexer_deparse)
^
lib/Compiler/Lexer.c:128:26: note: expanded from macro 'XS_EUPXS'
# define XS_EUPXS(name) XS_INTERNAL(name)
^
lib/Compiler/Lexer.c:93:42: note: expanded from macro 'XS_INTERNAL'
# define XS_INTERNAL(name) static XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:471:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
lib/Compiler/Lexer.c:502:1: warning: duplicate 'extern' declaration specifier [-Wduplicate-decl-specifier]
XS_EXTERNAL(boot_Compiler__Lexer); /* prototype to pass -Wmissing-prototypes */
^
lib/Compiler/Lexer.c:92:35: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
lib/Compiler/Lexer.c:502:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
lib/Compiler/Lexer.c:92:46: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:503:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
XS_EXTERNAL(boot_Compiler__Lexer)
^
lib/Compiler/Lexer.c:92:46: note: expanded from macro 'XS_EXTERNAL'
# define XS_EXTERNAL(name) extern "C" XSPROTO(name)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:110:33: note: expanded from macro 'XSPROTO'
#define XSPROTO(name) void name(pTHX_ CV* cv)
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:194:18: note: expanded from macro 'pTHX_'
# define pTHX_ pTHX,
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/perl.h:182:17: note: expanded from macro 'pTHX'
# define pTHX register tTHX my_perl PERL_UNUSED_DECL
^
lib/Compiler/Lexer.c:506:11: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
dVAR; dXSARGS;
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:145:7: note: expanded from macro 'dXSARGS'
dSP; dAXMARK; dITEMS
^
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi/CORE/XSUB.h:135:2: note: expanded from macro 'dAXMARK'
register SV **mark = PL_stack_base + ax++
^
1049 warnings and 7 errors generated.
error building lib/Compiler/Lexer.o from 'lib/Compiler/Lexer.c' at /home/cpan/pit/thr/perl-5.14.2/lib/site_perl/5.14.2/ExtUtils/CBuilder/Base.pm line 185.
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Devel::PPPort 3.19 3.19
ExtUtils::CBuilder 0.280236 0
ExtUtils::MakeMaker 7.70 6.59
ExtUtils::ParseXS 3.44 2.21
Test::More 1.302195 0.95
XSLoader 0.13 0.02
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.44
File::Spec 3.75
Module::Build 0.4234
Pod::Parser 1.37
Pod::Simple 3.16
Test2 1.302195
Test::Harness 3.44
Test::More 1.302195
version 0.9929
******************************** 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 = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PERL5LIB = /home/cpan/pit/jail/MVTu2YpUTS/lib/perl5:/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 9936
PERL5_CPANPLUS_IS_VERSION = 0.9914
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/thr/conf/perl-5.14.2
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/MVTu2YpUTS
PERL_MB_OPT = --install_base "/home/cpan/pit/jail/MVTu2YpUTS"
PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/MVTu2YpUTS
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = screen.xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/thr/perl-5.14.2/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 2) configuration:
Platform:
osname=openbsd, osvers=7.3, archname=OpenBSD.amd64-openbsd-thread-multi
uname='openbsd overture.bingosnet.co.uk 7.3 generic#1072 amd64 '
config_args='-des -Dprefix=/home/cpan/pit/thr/perl-5.14.2 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O2',
cppflags='-pthread -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='OpenBSD Clang 13.0.0', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lgdbm -lm -lutil -lc
perllibs=-lm -lutil -lc
libc=/usr/lib/libc.so.97.0, 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 -fPIC -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Locally applied patches:
Devel::PatchPerl 2.08
Built under openbsd
Compiled at May 30 2023 04:02:33
%ENV:
PERL5LIB="/home/cpan/pit/jail/MVTu2YpUTS/lib/perl5:/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="9936"
PERL5_CPANPLUS_IS_VERSION="0.9914"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/thr/conf/perl-5.14.2"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/MVTu2YpUTS"
PERL_MB_OPT="--install_base "/home/cpan/pit/jail/MVTu2YpUTS""
PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/MVTu2YpUTS"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/pit/jail/MVTu2YpUTS/lib/perl5/5.14.2/OpenBSD.amd64-openbsd-thread-multi
/home/cpan/pit/jail/MVTu2YpUTS/lib/perl5/5.14.2
/home/cpan/pit/jail/MVTu2YpUTS/lib/perl5/OpenBSD.amd64-openbsd-thread-multi
/home/cpan/pit/jail/MVTu2YpUTS/lib/perl5
/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/lib
/home/cpan/pit/thr/conf/perl-5.14.2/.cpanplus/5.14.2/build/44jrBlB_Iq/Module-Build-XSUtil-0.19/blib/arch
/home/cpan/pit/thr/perl-5.14.2/lib/site_perl/5.14.2/OpenBSD.amd64-openbsd-thread-multi
/home/cpan/pit/thr/perl-5.14.2/lib/site_perl/5.14.2
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2/OpenBSD.amd64-openbsd-thread-multi
/home/cpan/pit/thr/perl-5.14.2/lib/5.14.2
.