1989 lines
107 KiB
Text
1989 lines
107 KiB
Text
perl-blead
|
||
==========
|
||
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
||
Work directory is /home/ryan/.cpanm/work/1493613517.12165
|
||
You have make /usr/bin/make
|
||
You have LWP 6.26
|
||
You have /bin/tar: tar (GNU tar) 1.29
|
||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||
This is free software: you are free to change and redistribute it.
|
||
There is NO WARRANTY, to the extent permitted by law.
|
||
|
||
Written by John Gilmore and Jay Fenlason.
|
||
You have /usr/bin/unzip
|
||
Searching Runops::Switch () on cpanmetadb ...
|
||
Unpacking Runops-Switch-0.04.tar.gz
|
||
--> Working on Runops::Switch
|
||
Fetching http://www.cpan.org/authors/id/R/RG/RGARCIA/Runops-Switch-0.04.tar.gz ... OK
|
||
Runops-Switch-0.04/
|
||
Runops-Switch-0.04/t/
|
||
Runops-Switch-0.04/t/04features.t
|
||
Runops-Switch-0.04/t/03given.t
|
||
Runops-Switch-0.04/t/01compile.t
|
||
Runops-Switch-0.04/t/02mapstart.t
|
||
Runops-Switch-0.04/t/05printtofh.t
|
||
Runops-Switch-0.04/lib/
|
||
Runops-Switch-0.04/lib/Runops/
|
||
Runops-Switch-0.04/lib/Runops/Switch.pm
|
||
Runops-Switch-0.04/Switch.xs
|
||
Runops-Switch-0.04/META.yml
|
||
Runops-Switch-0.04/Changes
|
||
Runops-Switch-0.04/MANIFEST
|
||
Runops-Switch-0.04/MANIFEST.SKIP
|
||
Runops-Switch-0.04/Makefile.PL
|
||
Entering Runops-Switch-0.04
|
||
Checking configure dependencies from META.yml
|
||
Running Makefile.PL
|
||
Configuring Runops-Switch-0.04 ... Checking if your kit is complete...
|
||
Looks good
|
||
Generating a Unix-style Makefile
|
||
Writing Makefile for Runops::Switch
|
||
Writing MYMETA.yml and MYMETA.json
|
||
Checking dependencies from MYMETA.json ...
|
||
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
||
OK
|
||
Building and testing Runops-Switch-0.04 ... cp lib/Runops/Switch.pm blib/lib/Runops/Switch.pm
|
||
Running Mkbootstrap for Switch ()
|
||
chmod 644 "Switch.bs"
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Switch.bs blib/arch/auto/Runops/Switch/Switch.bs 644
|
||
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Switch.xs > Switch.xsc
|
||
Please specify prototyping behavior for Switch.xs (see perlxs manual)
|
||
mv Switch.xsc Switch.c
|
||
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Switch.c
|
||
Switch.xs: In function ‘runops_switch’:
|
||
Switch.xs:30:11: warning: implicit declaration of function ‘Perl_pp_wantarray’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_wantarray(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:30:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_wantarray(aTHX); break;
|
||
^
|
||
Switch.xs:35:11: warning: implicit declaration of function ‘Perl_pp_gvsv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_gvsv(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:35:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gvsv(aTHX); break;
|
||
^
|
||
Switch.xs:45:11: warning: implicit declaration of function ‘Perl_pp_gelem’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_gelem(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:45:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gelem(aTHX); break;
|
||
^
|
||
Switch.xs:47:11: warning: implicit declaration of function ‘Perl_pp_padsv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_padsv(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:47:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_padsv(aTHX); break;
|
||
^
|
||
Switch.xs:49:11: warning: implicit declaration of function ‘Perl_pp_padav’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_padav(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:49:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_padav(aTHX); break;
|
||
^
|
||
Switch.xs:51:11: warning: implicit declaration of function ‘Perl_pp_padhv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_padhv(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:51:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_padhv(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:19:24: warning: implicit declaration of function ‘Perl_unimplemented_op’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_padany Perl_unimplemented_op
|
||
^
|
||
Switch.xs:53:11: note: in expansion of macro ‘Perl_pp_padany’
|
||
PL_op = Perl_pp_padany(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:53:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_padany(aTHX); break;
|
||
^
|
||
Switch.xs:54:11: error: ‘OP_PUSHRE’ undeclared (first use in this function)
|
||
case OP_PUSHRE:
|
||
^~~~~~~~~
|
||
Switch.xs:54:11: note: each undeclared identifier is reported only once for each function it appears in
|
||
Switch.xs:55:11: warning: implicit declaration of function ‘Perl_pp_pushre’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_pushre(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:55:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pushre(aTHX); break;
|
||
^
|
||
Switch.xs:57:11: warning: implicit declaration of function ‘Perl_pp_rv2gv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rv2gv(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:57:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rv2gv(aTHX); break;
|
||
^
|
||
Switch.xs:59:11: warning: implicit declaration of function ‘Perl_pp_rv2sv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rv2sv(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:59:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rv2sv(aTHX); break;
|
||
^
|
||
Switch.xs:61:11: warning: implicit declaration of function ‘Perl_pp_av2arylen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_av2arylen(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:61:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_av2arylen(aTHX); break;
|
||
^
|
||
Switch.xs:63:11: warning: implicit declaration of function ‘Perl_pp_rv2cv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rv2cv(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:63:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rv2cv(aTHX); break;
|
||
^
|
||
Switch.xs:65:11: warning: implicit declaration of function ‘Perl_pp_anoncode’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_anoncode(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:65:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_anoncode(aTHX); break;
|
||
^
|
||
Switch.xs:67:11: warning: implicit declaration of function ‘Perl_pp_prototype’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_prototype(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:67:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_prototype(aTHX); break;
|
||
^
|
||
Switch.xs:69:11: warning: implicit declaration of function ‘Perl_pp_refgen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_refgen(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:69:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_refgen(aTHX); break;
|
||
^
|
||
Switch.xs:71:11: warning: implicit declaration of function ‘Perl_pp_srefgen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_srefgen(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:71:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_srefgen(aTHX); break;
|
||
^
|
||
Switch.xs:73:11: warning: implicit declaration of function ‘Perl_pp_ref’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ref(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:73:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ref(aTHX); break;
|
||
^
|
||
Switch.xs:75:11: warning: implicit declaration of function ‘Perl_pp_bless’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_bless(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:75:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_bless(aTHX); break;
|
||
^
|
||
Switch.xs:77:11: warning: implicit declaration of function ‘Perl_pp_backtick’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_backtick(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:77:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_backtick(aTHX); break;
|
||
^
|
||
Switch.xs:79:11: warning: implicit declaration of function ‘Perl_pp_glob’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_glob(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:79:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_glob(aTHX); break;
|
||
^
|
||
Switch.xs:81:11: warning: implicit declaration of function ‘Perl_pp_readline’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_readline(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:81:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_readline(aTHX); break;
|
||
^
|
||
Switch.xs:83:11: warning: implicit declaration of function ‘Perl_pp_rcatline’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rcatline(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:83:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rcatline(aTHX); break;
|
||
^
|
||
Switch.xs:85:11: warning: implicit declaration of function ‘Perl_pp_regcreset’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_regcreset(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:85:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_regcreset(aTHX); break;
|
||
^
|
||
Switch.xs:87:11: warning: implicit declaration of function ‘Perl_pp_regcomp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_regcomp(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:87:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_regcomp(aTHX); break;
|
||
^
|
||
Switch.xs:89:11: warning: implicit declaration of function ‘Perl_pp_match’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_match(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:89:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_match(aTHX); break;
|
||
^
|
||
Switch.xs:91:11: warning: implicit declaration of function ‘Perl_pp_qr’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_qr(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:91:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_qr(aTHX); break;
|
||
^
|
||
Switch.xs:93:11: warning: implicit declaration of function ‘Perl_pp_subst’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_subst(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:93:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_subst(aTHX); break;
|
||
^
|
||
Switch.xs:95:11: warning: implicit declaration of function ‘Perl_pp_substcont’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_substcont(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:95:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_substcont(aTHX); break;
|
||
^
|
||
Switch.xs:97:11: warning: implicit declaration of function ‘Perl_pp_trans’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_trans(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:97:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_trans(aTHX); break;
|
||
^
|
||
Switch.xs:99:11: warning: implicit declaration of function ‘Perl_pp_sassign’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sassign(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:99:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sassign(aTHX); break;
|
||
^
|
||
Switch.xs:101:11: warning: implicit declaration of function ‘Perl_pp_aassign’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_aassign(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:101:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_aassign(aTHX); break;
|
||
^
|
||
Switch.xs:103:11: warning: implicit declaration of function ‘Perl_pp_chop’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_chop(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:103:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chop(aTHX); break;
|
||
^
|
||
Switch.xs:105:11: warning: implicit declaration of function ‘Perl_pp_schop’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_schop(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:105:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_schop(aTHX); break;
|
||
^
|
||
Switch.xs:107:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chomp(aTHX); break;
|
||
^
|
||
Switch.xs:109:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_schomp(aTHX); break;
|
||
^
|
||
Switch.xs:111:11: warning: implicit declaration of function ‘Perl_pp_defined’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_defined(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:111:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_defined(aTHX); break;
|
||
^
|
||
Switch.xs:113:11: warning: implicit declaration of function ‘Perl_pp_undef’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_undef(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:113:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_undef(aTHX); break;
|
||
^
|
||
Switch.xs:115:11: warning: implicit declaration of function ‘Perl_pp_study’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_study(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:115:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_study(aTHX); break;
|
||
^
|
||
Switch.xs:117:11: warning: implicit declaration of function ‘Perl_pp_pos’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_pos(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:117:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pos(aTHX); break;
|
||
^
|
||
Switch.xs:119:11: warning: implicit declaration of function ‘Perl_pp_preinc’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_preinc(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:119:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_preinc(aTHX); break;
|
||
^
|
||
Switch.xs:121:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_preinc(aTHX); break;
|
||
^
|
||
Switch.xs:123:11: warning: implicit declaration of function ‘Perl_pp_predec’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_predec(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:123:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_predec(aTHX); break;
|
||
^
|
||
Switch.xs:125:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_predec(aTHX); break;
|
||
^
|
||
Switch.xs:127:11: warning: implicit declaration of function ‘Perl_pp_postinc’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_postinc(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:127:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_postinc(aTHX); break;
|
||
^
|
||
Switch.xs:129:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_postinc(aTHX); break;
|
||
^
|
||
Switch.xs:131:11: warning: implicit declaration of function ‘Perl_pp_postdec’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_postdec(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:131:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_postdec(aTHX); break;
|
||
^
|
||
Switch.xs:133:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_postdec(aTHX); break;
|
||
^
|
||
Switch.xs:135:11: warning: implicit declaration of function ‘Perl_pp_pow’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_pow(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:135:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pow(aTHX); break;
|
||
^
|
||
Switch.xs:137:11: warning: implicit declaration of function ‘Perl_pp_multiply’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_multiply(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:137:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_multiply(aTHX); break;
|
||
^
|
||
Switch.xs:139:11: warning: implicit declaration of function ‘Perl_pp_i_multiply’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_multiply(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:139:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_multiply(aTHX); break;
|
||
^
|
||
Switch.xs:141:11: warning: implicit declaration of function ‘Perl_pp_divide’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_divide(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:141:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_divide(aTHX); break;
|
||
^
|
||
Switch.xs:143:11: warning: implicit declaration of function ‘Perl_pp_i_divide’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_divide(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:143:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_divide(aTHX); break;
|
||
^
|
||
Switch.xs:145:11: warning: implicit declaration of function ‘Perl_pp_modulo’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_modulo(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:145:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_modulo(aTHX); break;
|
||
^
|
||
Switch.xs:147:11: warning: implicit declaration of function ‘Perl_pp_i_modulo’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_modulo(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:147:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_modulo(aTHX); break;
|
||
^
|
||
Switch.xs:149:11: warning: implicit declaration of function ‘Perl_pp_repeat’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_repeat(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:149:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_repeat(aTHX); break;
|
||
^
|
||
Switch.xs:151:11: warning: implicit declaration of function ‘Perl_pp_add’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_add(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:151:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_add(aTHX); break;
|
||
^
|
||
Switch.xs:153:11: warning: implicit declaration of function ‘Perl_pp_i_add’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_add(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:153:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_add(aTHX); break;
|
||
^
|
||
Switch.xs:155:11: warning: implicit declaration of function ‘Perl_pp_subtract’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_subtract(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:155:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_subtract(aTHX); break;
|
||
^
|
||
Switch.xs:157:11: warning: implicit declaration of function ‘Perl_pp_i_subtract’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_subtract(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:157:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_subtract(aTHX); break;
|
||
^
|
||
Switch.xs:159:11: warning: implicit declaration of function ‘Perl_pp_concat’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_concat(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:159:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_concat(aTHX); break;
|
||
^
|
||
Switch.xs:170:11: warning: implicit declaration of function ‘Perl_pp_left_shift’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_left_shift(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:170:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_left_shift(aTHX); break;
|
||
^
|
||
Switch.xs:172:11: warning: implicit declaration of function ‘Perl_pp_right_shift’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_right_shift(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~~
|
||
Switch.xs:172:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_right_shift(aTHX); break;
|
||
^
|
||
Switch.xs:174:11: warning: implicit declaration of function ‘Perl_pp_lt’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_lt(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:174:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lt(aTHX); break;
|
||
^
|
||
Switch.xs:176:11: warning: implicit declaration of function ‘Perl_pp_i_lt’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_lt(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:176:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_lt(aTHX); break;
|
||
^
|
||
Switch.xs:178:11: warning: implicit declaration of function ‘Perl_pp_gt’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_gt(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:178:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gt(aTHX); break;
|
||
^
|
||
Switch.xs:180:11: warning: implicit declaration of function ‘Perl_pp_i_gt’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_gt(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:180:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_gt(aTHX); break;
|
||
^
|
||
Switch.xs:182:11: warning: implicit declaration of function ‘Perl_pp_le’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_le(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:182:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_le(aTHX); break;
|
||
^
|
||
Switch.xs:184:11: warning: implicit declaration of function ‘Perl_pp_i_le’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_le(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:184:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_le(aTHX); break;
|
||
^
|
||
Switch.xs:186:11: warning: implicit declaration of function ‘Perl_pp_ge’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ge(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:186:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ge(aTHX); break;
|
||
^
|
||
Switch.xs:188:11: warning: implicit declaration of function ‘Perl_pp_i_ge’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_ge(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:188:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_ge(aTHX); break;
|
||
^
|
||
Switch.xs:190:11: warning: implicit declaration of function ‘Perl_pp_eq’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_eq(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:190:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_eq(aTHX); break;
|
||
^
|
||
Switch.xs:192:11: warning: implicit declaration of function ‘Perl_pp_i_eq’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_eq(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:192:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_eq(aTHX); break;
|
||
^
|
||
Switch.xs:194:11: warning: implicit declaration of function ‘Perl_pp_ne’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ne(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:194:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ne(aTHX); break;
|
||
^
|
||
Switch.xs:196:11: warning: implicit declaration of function ‘Perl_pp_i_ne’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_ne(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:196:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_ne(aTHX); break;
|
||
^
|
||
Switch.xs:198:11: warning: implicit declaration of function ‘Perl_pp_ncmp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ncmp(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:198:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ncmp(aTHX); break;
|
||
^
|
||
Switch.xs:200:11: warning: implicit declaration of function ‘Perl_pp_i_ncmp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_ncmp(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:200:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_ncmp(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:28:21: warning: implicit declaration of function ‘Perl_pp_sle’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_slt Perl_pp_sle
|
||
^
|
||
Switch.xs:202:11: note: in expansion of macro ‘Perl_pp_slt’
|
||
PL_op = Perl_pp_slt(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:202:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_slt(aTHX); break;
|
||
^
|
||
Switch.xs:204:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sgt(aTHX); break;
|
||
^
|
||
Switch.xs:206:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sle(aTHX); break;
|
||
^
|
||
Switch.xs:208:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sge(aTHX); break;
|
||
^
|
||
Switch.xs:210:11: warning: implicit declaration of function ‘Perl_pp_seq’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_seq(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:210:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_seq(aTHX); break;
|
||
^
|
||
Switch.xs:212:11: warning: implicit declaration of function ‘Perl_pp_sne’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sne(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:212:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sne(aTHX); break;
|
||
^
|
||
Switch.xs:214:11: warning: implicit declaration of function ‘Perl_pp_scmp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_scmp(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:214:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_scmp(aTHX); break;
|
||
^
|
||
Switch.xs:216:11: warning: implicit declaration of function ‘Perl_pp_bit_and’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_bit_and(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:216:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_bit_and(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:31:25: warning: implicit declaration of function ‘Perl_pp_bit_or’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_bit_xor Perl_pp_bit_or
|
||
^
|
||
Switch.xs:218:11: note: in expansion of macro ‘Perl_pp_bit_xor’
|
||
PL_op = Perl_pp_bit_xor(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:218:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_bit_xor(aTHX); break;
|
||
^
|
||
Switch.xs:220:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_bit_or(aTHX); break;
|
||
^
|
||
Switch.xs:222:11: warning: implicit declaration of function ‘Perl_pp_negate’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_negate(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:222:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_negate(aTHX); break;
|
||
^
|
||
Switch.xs:224:11: warning: implicit declaration of function ‘Perl_pp_i_negate’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_i_negate(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:224:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_i_negate(aTHX); break;
|
||
^
|
||
Switch.xs:226:11: warning: implicit declaration of function ‘Perl_pp_not’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_not(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:226:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_not(aTHX); break;
|
||
^
|
||
Switch.xs:228:11: warning: implicit declaration of function ‘Perl_pp_complement’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_complement(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:228:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_complement(aTHX); break;
|
||
^
|
||
Switch.xs:230:11: warning: implicit declaration of function ‘Perl_pp_atan2’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_atan2(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:230:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_atan2(aTHX); break;
|
||
^
|
||
Switch.xs:232:11: warning: implicit declaration of function ‘Perl_pp_sin’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sin(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:232:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sin(aTHX); break;
|
||
^
|
||
Switch.xs:234:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_cos(aTHX); break;
|
||
^
|
||
Switch.xs:236:11: warning: implicit declaration of function ‘Perl_pp_rand’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rand(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:236:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rand(aTHX); break;
|
||
^
|
||
Switch.xs:238:11: warning: implicit declaration of function ‘Perl_pp_srand’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_srand(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:238:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_srand(aTHX); break;
|
||
^
|
||
Switch.xs:240:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_exp(aTHX); break;
|
||
^
|
||
Switch.xs:242:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_log(aTHX); break;
|
||
^
|
||
Switch.xs:244:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sqrt(aTHX); break;
|
||
^
|
||
Switch.xs:246:11: warning: implicit declaration of function ‘Perl_pp_int’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_int(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:246:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_int(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:38:21: warning: implicit declaration of function ‘Perl_pp_oct’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_hex Perl_pp_oct
|
||
^
|
||
Switch.xs:248:11: note: in expansion of macro ‘Perl_pp_hex’
|
||
PL_op = Perl_pp_hex(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:248:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_hex(aTHX); break;
|
||
^
|
||
Switch.xs:250:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_oct(aTHX); break;
|
||
^
|
||
Switch.xs:252:11: warning: implicit declaration of function ‘Perl_pp_abs’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_abs(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:252:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_abs(aTHX); break;
|
||
^
|
||
Switch.xs:254:11: warning: implicit declaration of function ‘Perl_pp_length’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_length(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:254:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_length(aTHX); break;
|
||
^
|
||
Switch.xs:256:11: warning: implicit declaration of function ‘Perl_pp_substr’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_substr(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:256:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_substr(aTHX); break;
|
||
^
|
||
Switch.xs:258:11: warning: implicit declaration of function ‘Perl_pp_vec’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_vec(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:258:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_vec(aTHX); break;
|
||
^
|
||
Switch.xs:260:11: warning: implicit declaration of function ‘Perl_pp_index’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_index(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:260:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_index(aTHX); break;
|
||
^
|
||
Switch.xs:262:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rindex(aTHX); break;
|
||
^
|
||
Switch.xs:264:11: warning: implicit declaration of function ‘Perl_pp_sprintf’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sprintf(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:264:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sprintf(aTHX); break;
|
||
^
|
||
Switch.xs:266:11: warning: implicit declaration of function ‘Perl_pp_formline’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_formline(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:266:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_formline(aTHX); break;
|
||
^
|
||
Switch.xs:268:11: warning: implicit declaration of function ‘Perl_pp_ord’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ord(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:268:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ord(aTHX); break;
|
||
^
|
||
Switch.xs:270:11: warning: implicit declaration of function ‘Perl_pp_chr’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_chr(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:270:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chr(aTHX); break;
|
||
^
|
||
Switch.xs:272:11: warning: implicit declaration of function ‘Perl_pp_crypt’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_crypt(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:272:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_crypt(aTHX); break;
|
||
^
|
||
Switch.xs:274:11: warning: implicit declaration of function ‘Perl_pp_ucfirst’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ucfirst(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:274:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ucfirst(aTHX); break;
|
||
^
|
||
Switch.xs:276:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lcfirst(aTHX); break;
|
||
^
|
||
Switch.xs:278:11: warning: implicit declaration of function ‘Perl_pp_uc’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_uc(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:278:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_uc(aTHX); break;
|
||
^
|
||
Switch.xs:280:11: warning: implicit declaration of function ‘Perl_pp_lc’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_lc(aTHX); break;
|
||
^~~~~~~~~~
|
||
Switch.xs:280:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lc(aTHX); break;
|
||
^
|
||
Switch.xs:282:11: warning: implicit declaration of function ‘Perl_pp_quotemeta’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_quotemeta(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:282:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_quotemeta(aTHX); break;
|
||
^
|
||
Switch.xs:284:11: warning: implicit declaration of function ‘Perl_pp_rv2av’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rv2av(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:284:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rv2av(aTHX); break;
|
||
^
|
||
Switch.xs:286:11: warning: implicit declaration of function ‘Perl_pp_aelemfast’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_aelemfast(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:286:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_aelemfast(aTHX); break;
|
||
^
|
||
Switch.xs:288:11: warning: implicit declaration of function ‘Perl_pp_aelem’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_aelem(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:288:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_aelem(aTHX); break;
|
||
^
|
||
Switch.xs:290:11: warning: implicit declaration of function ‘Perl_pp_aslice’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_aslice(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:290:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_aslice(aTHX); break;
|
||
^
|
||
Switch.xs:292:11: warning: implicit declaration of function ‘Perl_pp_each’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_each(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:292:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_each(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:43:24: warning: implicit declaration of function ‘Perl_do_kv’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_values Perl_do_kv
|
||
^
|
||
Switch.xs:294:11: note: in expansion of macro ‘Perl_pp_values’
|
||
PL_op = Perl_pp_values(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:294:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_values(aTHX); break;
|
||
^
|
||
Switch.xs:296:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_keys(aTHX); break;
|
||
^
|
||
Switch.xs:298:11: warning: implicit declaration of function ‘Perl_pp_delete’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_delete(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:298:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_delete(aTHX); break;
|
||
^
|
||
Switch.xs:300:11: warning: implicit declaration of function ‘Perl_pp_exists’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_exists(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:300:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_exists(aTHX); break;
|
||
^
|
||
Switch.xs:302:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rv2hv(aTHX); break;
|
||
^
|
||
Switch.xs:304:11: warning: implicit declaration of function ‘Perl_pp_helem’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_helem(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:304:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_helem(aTHX); break;
|
||
^
|
||
Switch.xs:306:11: warning: implicit declaration of function ‘Perl_pp_hslice’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_hslice(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:306:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_hslice(aTHX); break;
|
||
^
|
||
Switch.xs:308:11: warning: implicit declaration of function ‘Perl_pp_unpack’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_unpack(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:308:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_unpack(aTHX); break;
|
||
^
|
||
Switch.xs:310:11: warning: implicit declaration of function ‘Perl_pp_pack’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_pack(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:310:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pack(aTHX); break;
|
||
^
|
||
Switch.xs:312:11: warning: implicit declaration of function ‘Perl_pp_split’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_split(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:312:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_split(aTHX); break;
|
||
^
|
||
Switch.xs:314:11: warning: implicit declaration of function ‘Perl_pp_join’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_join(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:314:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_join(aTHX); break;
|
||
^
|
||
Switch.xs:316:11: warning: implicit declaration of function ‘Perl_pp_list’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_list(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:316:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_list(aTHX); break;
|
||
^
|
||
Switch.xs:318:11: warning: implicit declaration of function ‘Perl_pp_lslice’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_lslice(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:318:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lslice(aTHX); break;
|
||
^
|
||
Switch.xs:320:11: warning: implicit declaration of function ‘Perl_pp_anonlist’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_anonlist(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:320:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_anonlist(aTHX); break;
|
||
^
|
||
Switch.xs:322:11: warning: implicit declaration of function ‘Perl_pp_anonhash’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_anonhash(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:322:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_anonhash(aTHX); break;
|
||
^
|
||
Switch.xs:324:11: warning: implicit declaration of function ‘Perl_pp_splice’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_splice(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:324:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_splice(aTHX); break;
|
||
^
|
||
Switch.xs:326:11: warning: implicit declaration of function ‘Perl_pp_push’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_push(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:326:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_push(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:46:21: warning: implicit declaration of function ‘Perl_pp_shift’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_pop Perl_pp_shift
|
||
^
|
||
Switch.xs:328:11: note: in expansion of macro ‘Perl_pp_pop’
|
||
PL_op = Perl_pp_pop(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:328:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pop(aTHX); break;
|
||
^
|
||
Switch.xs:330:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shift(aTHX); break;
|
||
^
|
||
Switch.xs:332:11: warning: implicit declaration of function ‘Perl_pp_unshift’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_unshift(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:332:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_unshift(aTHX); break;
|
||
^
|
||
Switch.xs:334:11: warning: implicit declaration of function ‘Perl_pp_sort’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sort(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:334:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sort(aTHX); break;
|
||
^
|
||
Switch.xs:336:11: warning: implicit declaration of function ‘Perl_pp_reverse’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_reverse(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:336:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_reverse(aTHX); break;
|
||
^
|
||
Switch.xs:339:11: warning: implicit declaration of function ‘Perl_pp_grepstart’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_grepstart(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:339:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_grepstart(aTHX); break;
|
||
^
|
||
Switch.xs:341:11: warning: implicit declaration of function ‘Perl_pp_grepwhile’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_grepwhile(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:341:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_grepwhile(aTHX); break;
|
||
^
|
||
Switch.xs:343:11: warning: implicit declaration of function ‘Perl_pp_mapwhile’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_mapwhile(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:343:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_mapwhile(aTHX); break;
|
||
^
|
||
Switch.xs:345:11: warning: implicit declaration of function ‘Perl_pp_range’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_range(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:345:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_range(aTHX); break;
|
||
^
|
||
Switch.xs:347:11: warning: implicit declaration of function ‘Perl_pp_flip’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_flip(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:347:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_flip(aTHX); break;
|
||
^
|
||
Switch.xs:349:11: warning: implicit declaration of function ‘Perl_pp_flop’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_flop(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:349:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_flop(aTHX); break;
|
||
^
|
||
Switch.xs:379:11: warning: implicit declaration of function ‘Perl_pp_xor’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_xor(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:379:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_xor(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:49:27: warning: implicit declaration of function ‘Perl_pp_and’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_andassign Perl_pp_and
|
||
^
|
||
Switch.xs:390:11: note: in expansion of macro ‘Perl_pp_andassign’
|
||
PL_op = Perl_pp_andassign(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:390:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_andassign(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:50:26: warning: implicit declaration of function ‘Perl_pp_or’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_orassign Perl_pp_or
|
||
^
|
||
Switch.xs:392:11: note: in expansion of macro ‘Perl_pp_orassign’
|
||
PL_op = Perl_pp_orassign(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:392:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_orassign(aTHX); break;
|
||
^
|
||
Switch.xs:394:11: warning: implicit declaration of function ‘Perl_pp_method’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_method(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:394:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_method(aTHX); break;
|
||
^
|
||
Switch.xs:396:11: warning: implicit declaration of function ‘Perl_pp_entersub’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_entersub(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:396:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_entersub(aTHX); break;
|
||
^
|
||
Switch.xs:398:11: warning: implicit declaration of function ‘Perl_pp_leavesub’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavesub(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:398:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavesub(aTHX); break;
|
||
^
|
||
Switch.xs:400:11: warning: implicit declaration of function ‘Perl_pp_leavesublv’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavesublv(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:400:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavesublv(aTHX); break;
|
||
^
|
||
Switch.xs:402:11: warning: implicit declaration of function ‘Perl_pp_caller’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_caller(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:402:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_caller(aTHX); break;
|
||
^
|
||
Switch.xs:404:11: warning: implicit declaration of function ‘Perl_pp_warn’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_warn(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:404:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_warn(aTHX); break;
|
||
^
|
||
Switch.xs:406:11: warning: implicit declaration of function ‘Perl_pp_die’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_die(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:406:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_die(aTHX); break;
|
||
^
|
||
Switch.xs:408:11: warning: implicit declaration of function ‘Perl_pp_reset’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_reset(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:408:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_reset(aTHX); break;
|
||
^
|
||
Switch.xs:417:11: warning: implicit declaration of function ‘Perl_pp_dbstate’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_dbstate(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:417:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dbstate(aTHX); break;
|
||
^
|
||
Switch.xs:430:11: warning: implicit declaration of function ‘Perl_pp_enter’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_enter(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:430:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enter(aTHX); break;
|
||
^
|
||
Switch.xs:432:11: warning: implicit declaration of function ‘Perl_pp_leave’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leave(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:432:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leave(aTHX); break;
|
||
^
|
||
Switch.xs:434:11: warning: implicit declaration of function ‘Perl_pp_enteriter’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_enteriter(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:434:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enteriter(aTHX); break;
|
||
^
|
||
Switch.xs:436:11: warning: implicit declaration of function ‘Perl_pp_iter’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_iter(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:436:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_iter(aTHX); break;
|
||
^
|
||
Switch.xs:438:11: warning: implicit declaration of function ‘Perl_pp_enterloop’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_enterloop(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:438:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enterloop(aTHX); break;
|
||
^
|
||
Switch.xs:440:11: warning: implicit declaration of function ‘Perl_pp_leaveloop’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leaveloop(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:440:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leaveloop(aTHX); break;
|
||
^
|
||
Switch.xs:442:11: warning: implicit declaration of function ‘Perl_pp_return’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_return(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:442:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_return(aTHX); break;
|
||
^
|
||
Switch.xs:444:11: warning: implicit declaration of function ‘Perl_pp_last’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_last(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:444:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_last(aTHX); break;
|
||
^
|
||
Switch.xs:446:11: warning: implicit declaration of function ‘Perl_pp_next’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_next(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:446:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_next(aTHX); break;
|
||
^
|
||
Switch.xs:448:11: warning: implicit declaration of function ‘Perl_pp_redo’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_redo(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:448:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_redo(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:54:22: warning: implicit declaration of function ‘Perl_pp_goto’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_dump Perl_pp_goto
|
||
^
|
||
Switch.xs:450:11: note: in expansion of macro ‘Perl_pp_dump’
|
||
PL_op = Perl_pp_dump(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:450:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dump(aTHX); break;
|
||
^
|
||
Switch.xs:452:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_goto(aTHX); break;
|
||
^
|
||
Switch.xs:454:11: warning: implicit declaration of function ‘Perl_pp_exit’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_exit(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:454:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_exit(aTHX); break;
|
||
^
|
||
Switch.xs:456:11: warning: implicit declaration of function ‘Perl_pp_open’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_open(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:456:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_open(aTHX); break;
|
||
^
|
||
Switch.xs:458:11: warning: implicit declaration of function ‘Perl_pp_close’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_close(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:458:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_close(aTHX); break;
|
||
^
|
||
Switch.xs:460:11: warning: implicit declaration of function ‘Perl_pp_pipe_op’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_pipe_op(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:460:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_pipe_op(aTHX); break;
|
||
^
|
||
Switch.xs:462:11: warning: implicit declaration of function ‘Perl_pp_fileno’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_fileno(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:462:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fileno(aTHX); break;
|
||
^
|
||
Switch.xs:464:11: warning: implicit declaration of function ‘Perl_pp_umask’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_umask(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:464:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_umask(aTHX); break;
|
||
^
|
||
Switch.xs:466:11: warning: implicit declaration of function ‘Perl_pp_binmode’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_binmode(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:466:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_binmode(aTHX); break;
|
||
^
|
||
Switch.xs:468:11: warning: implicit declaration of function ‘Perl_pp_tie’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_tie(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:468:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_tie(aTHX); break;
|
||
^
|
||
Switch.xs:470:11: warning: implicit declaration of function ‘Perl_pp_untie’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_untie(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:470:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_untie(aTHX); break;
|
||
^
|
||
Switch.xs:472:11: warning: implicit declaration of function ‘Perl_pp_tied’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_tied(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:472:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_tied(aTHX); break;
|
||
^
|
||
Switch.xs:474:11: warning: implicit declaration of function ‘Perl_pp_dbmopen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_dbmopen(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:474:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dbmopen(aTHX); break;
|
||
^
|
||
Switch.xs:476:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dbmclose(aTHX); break;
|
||
^
|
||
Switch.xs:478:11: warning: implicit declaration of function ‘Perl_pp_sselect’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sselect(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:478:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sselect(aTHX); break;
|
||
^
|
||
Switch.xs:480:11: warning: implicit declaration of function ‘Perl_pp_select’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_select(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:480:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_select(aTHX); break;
|
||
^
|
||
Switch.xs:482:11: warning: implicit declaration of function ‘Perl_pp_getc’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_getc(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:482:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getc(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:56:22: warning: implicit declaration of function ‘Perl_pp_sysread’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_read Perl_pp_sysread
|
||
^
|
||
Switch.xs:484:11: note: in expansion of macro ‘Perl_pp_read’
|
||
PL_op = Perl_pp_read(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:484:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_read(aTHX); break;
|
||
^
|
||
Switch.xs:486:11: warning: implicit declaration of function ‘Perl_pp_enterwrite’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_enterwrite(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:486:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enterwrite(aTHX); break;
|
||
^
|
||
Switch.xs:488:11: warning: implicit declaration of function ‘Perl_pp_leavewrite’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavewrite(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:488:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavewrite(aTHX); break;
|
||
^
|
||
Switch.xs:490:11: warning: implicit declaration of function ‘Perl_pp_prtf’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_prtf(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:490:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_prtf(aTHX); break;
|
||
^
|
||
Switch.xs:495:11: warning: implicit declaration of function ‘Perl_pp_print’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_print(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:495:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_print(aTHX); break;
|
||
^
|
||
Switch.xs:497:11: warning: implicit declaration of function ‘Perl_pp_sysopen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sysopen(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:497:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sysopen(aTHX); break;
|
||
^
|
||
Switch.xs:499:11: warning: implicit declaration of function ‘Perl_pp_sysseek’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sysseek(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:499:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sysseek(aTHX); break;
|
||
^
|
||
Switch.xs:501:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sysread(aTHX); break;
|
||
^
|
||
Switch.xs:503:11: warning: implicit declaration of function ‘Perl_pp_syswrite’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_syswrite(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:503:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_syswrite(aTHX); break;
|
||
^
|
||
Switch.xs:505:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_send(aTHX); break;
|
||
^
|
||
Switch.xs:507:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_recv(aTHX); break;
|
||
^
|
||
Switch.xs:509:11: warning: implicit declaration of function ‘Perl_pp_eof’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_eof(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:509:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_eof(aTHX); break;
|
||
^
|
||
Switch.xs:511:11: warning: implicit declaration of function ‘Perl_pp_tell’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_tell(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:511:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_tell(aTHX); break;
|
||
^
|
||
Switch.xs:513:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_seek(aTHX); break;
|
||
^
|
||
Switch.xs:515:11: warning: implicit declaration of function ‘Perl_pp_truncate’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_truncate(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:515:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_truncate(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:59:23: warning: implicit declaration of function ‘Perl_pp_ioctl’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_fcntl Perl_pp_ioctl
|
||
^
|
||
Switch.xs:517:11: note: in expansion of macro ‘Perl_pp_fcntl’
|
||
PL_op = Perl_pp_fcntl(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:517:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fcntl(aTHX); break;
|
||
^
|
||
Switch.xs:519:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ioctl(aTHX); break;
|
||
^
|
||
Switch.xs:521:11: warning: implicit declaration of function ‘Perl_pp_flock’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_flock(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:521:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_flock(aTHX); break;
|
||
^
|
||
Switch.xs:523:11: warning: implicit declaration of function ‘Perl_pp_socket’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_socket(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:523:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_socket(aTHX); break;
|
||
^
|
||
Switch.xs:525:11: warning: implicit declaration of function ‘Perl_pp_sockpair’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sockpair(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:525:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sockpair(aTHX); break;
|
||
^
|
||
Switch.xs:527:11: warning: implicit declaration of function ‘Perl_pp_bind’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_bind(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:527:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_bind(aTHX); break;
|
||
^
|
||
Switch.xs:529:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_connect(aTHX); break;
|
||
^
|
||
Switch.xs:531:11: warning: implicit declaration of function ‘Perl_pp_listen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_listen(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:531:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_listen(aTHX); break;
|
||
^
|
||
Switch.xs:533:11: warning: implicit declaration of function ‘Perl_pp_accept’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_accept(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:533:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_accept(aTHX); break;
|
||
^
|
||
Switch.xs:535:11: warning: implicit declaration of function ‘Perl_pp_shutdown’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_shutdown(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:535:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shutdown(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:70:26: warning: implicit declaration of function ‘Perl_pp_ssockopt’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_gsockopt Perl_pp_ssockopt
|
||
^
|
||
Switch.xs:537:11: note: in expansion of macro ‘Perl_pp_gsockopt’
|
||
PL_op = Perl_pp_gsockopt(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:537:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gsockopt(aTHX); break;
|
||
^
|
||
Switch.xs:539:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ssockopt(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:71:29: warning: implicit declaration of function ‘Perl_pp_getpeername’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_getsockname Perl_pp_getpeername
|
||
^
|
||
Switch.xs:541:11: note: in expansion of macro ‘Perl_pp_getsockname’
|
||
PL_op = Perl_pp_getsockname(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~~
|
||
Switch.xs:541:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getsockname(aTHX); break;
|
||
^
|
||
Switch.xs:543:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getpeername(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:83:23: warning: implicit declaration of function ‘Perl_pp_stat’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_lstat Perl_pp_stat
|
||
^
|
||
Switch.xs:545:11: note: in expansion of macro ‘Perl_pp_lstat’
|
||
PL_op = Perl_pp_lstat(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:545:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lstat(aTHX); break;
|
||
^
|
||
Switch.xs:547:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_stat(aTHX); break;
|
||
^
|
||
Switch.xs:549:11: warning: implicit declaration of function ‘Perl_pp_ftrread’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ftrread(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:549:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftrread(aTHX); break;
|
||
^
|
||
Switch.xs:551:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftrwrite(aTHX); break;
|
||
^
|
||
Switch.xs:553:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftrexec(aTHX); break;
|
||
^
|
||
Switch.xs:555:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fteread(aTHX); break;
|
||
^
|
||
Switch.xs:557:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftewrite(aTHX); break;
|
||
^
|
||
Switch.xs:559:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fteexec(aTHX); break;
|
||
^
|
||
Switch.xs:561:11: warning: implicit declaration of function ‘Perl_pp_ftis’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ftis(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:561:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftis(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:93:26: warning: implicit declaration of function ‘Perl_pp_ftrowned’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_fteowned Perl_pp_ftrowned
|
||
^
|
||
Switch.xs:563:11: note: in expansion of macro ‘Perl_pp_fteowned’
|
||
PL_op = Perl_pp_fteowned(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:563:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fteowned(aTHX); break;
|
||
^
|
||
Switch.xs:565:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftrowned(aTHX); break;
|
||
^
|
||
Switch.xs:567:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftzero(aTHX); break;
|
||
^
|
||
Switch.xs:569:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftsize(aTHX); break;
|
||
^
|
||
Switch.xs:571:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftmtime(aTHX); break;
|
||
^
|
||
Switch.xs:573:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftatime(aTHX); break;
|
||
^
|
||
Switch.xs:575:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftctime(aTHX); break;
|
||
^
|
||
Switch.xs:577:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftsock(aTHX); break;
|
||
^
|
||
Switch.xs:579:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftchr(aTHX); break;
|
||
^
|
||
Switch.xs:581:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftblk(aTHX); break;
|
||
^
|
||
Switch.xs:583:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftfile(aTHX); break;
|
||
^
|
||
Switch.xs:585:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftdir(aTHX); break;
|
||
^
|
||
Switch.xs:587:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftpipe(aTHX); break;
|
||
^
|
||
Switch.xs:589:11: warning: implicit declaration of function ‘Perl_pp_ftlink’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ftlink(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:589:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftlink(aTHX); break;
|
||
^
|
||
Switch.xs:591:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftsuid(aTHX); break;
|
||
^
|
||
Switch.xs:593:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftsgid(aTHX); break;
|
||
^
|
||
Switch.xs:595:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftsvtx(aTHX); break;
|
||
^
|
||
Switch.xs:597:11: warning: implicit declaration of function ‘Perl_pp_fttty’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_fttty(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:597:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fttty(aTHX); break;
|
||
^
|
||
Switch.xs:599:11: warning: implicit declaration of function ‘Perl_pp_fttext’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_fttext(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:599:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fttext(aTHX); break;
|
||
^
|
||
Switch.xs:601:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ftbinary(aTHX); break;
|
||
^
|
||
Switch.xs:603:11: warning: implicit declaration of function ‘Perl_pp_chdir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_chdir(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:603:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chdir(aTHX); break;
|
||
^
|
||
Switch.xs:605:11: warning: implicit declaration of function ‘Perl_pp_chown’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_chown(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:605:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chown(aTHX); break;
|
||
^
|
||
Switch.xs:607:11: warning: implicit declaration of function ‘Perl_pp_chroot’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_chroot(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:607:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chroot(aTHX); break;
|
||
^
|
||
Switch.xs:609:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_unlink(aTHX); break;
|
||
^
|
||
Switch.xs:611:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_chmod(aTHX); break;
|
||
^
|
||
Switch.xs:613:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_utime(aTHX); break;
|
||
^
|
||
Switch.xs:615:11: warning: implicit declaration of function ‘Perl_pp_rename’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rename(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:615:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rename(aTHX); break;
|
||
^
|
||
Switch.xs:617:11: warning: implicit declaration of function ‘Perl_pp_link’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_link(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:617:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_link(aTHX); break;
|
||
^
|
||
Switch.xs:619:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_symlink(aTHX); break;
|
||
^
|
||
Switch.xs:621:11: warning: implicit declaration of function ‘Perl_pp_readlink’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_readlink(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:621:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_readlink(aTHX); break;
|
||
^
|
||
Switch.xs:623:11: warning: implicit declaration of function ‘Perl_pp_mkdir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_mkdir(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:623:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_mkdir(aTHX); break;
|
||
^
|
||
Switch.xs:625:11: warning: implicit declaration of function ‘Perl_pp_rmdir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rmdir(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:625:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rmdir(aTHX); break;
|
||
^
|
||
Switch.xs:627:11: warning: implicit declaration of function ‘Perl_pp_open_dir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_open_dir(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:627:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_open_dir(aTHX); break;
|
||
^
|
||
Switch.xs:629:11: warning: implicit declaration of function ‘Perl_pp_readdir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_readdir(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:629:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_readdir(aTHX); break;
|
||
^
|
||
Switch.xs:631:11: warning: implicit declaration of function ‘Perl_pp_telldir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_telldir(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:631:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_telldir(aTHX); break;
|
||
^
|
||
Switch.xs:633:11: warning: implicit declaration of function ‘Perl_pp_seekdir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_seekdir(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:633:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_seekdir(aTHX); break;
|
||
^
|
||
Switch.xs:635:11: warning: implicit declaration of function ‘Perl_pp_rewinddir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_rewinddir(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:635:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_rewinddir(aTHX); break;
|
||
^
|
||
Switch.xs:637:11: warning: implicit declaration of function ‘Perl_pp_closedir’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_closedir(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:637:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_closedir(aTHX); break;
|
||
^
|
||
Switch.xs:639:11: warning: implicit declaration of function ‘Perl_pp_fork’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_fork(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:639:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_fork(aTHX); break;
|
||
^
|
||
Switch.xs:641:11: warning: implicit declaration of function ‘Perl_pp_wait’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_wait(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:641:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_wait(aTHX); break;
|
||
^
|
||
Switch.xs:643:11: warning: implicit declaration of function ‘Perl_pp_waitpid’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_waitpid(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:643:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_waitpid(aTHX); break;
|
||
^
|
||
Switch.xs:645:11: warning: implicit declaration of function ‘Perl_pp_system’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_system(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:645:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_system(aTHX); break;
|
||
^
|
||
Switch.xs:647:11: warning: implicit declaration of function ‘Perl_pp_exec’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_exec(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:647:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_exec(aTHX); break;
|
||
^
|
||
Switch.xs:649:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_kill(aTHX); break;
|
||
^
|
||
Switch.xs:651:11: warning: implicit declaration of function ‘Perl_pp_getppid’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_getppid(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:651:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getppid(aTHX); break;
|
||
^
|
||
Switch.xs:653:11: warning: implicit declaration of function ‘Perl_pp_getpgrp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_getpgrp(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:653:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getpgrp(aTHX); break;
|
||
^
|
||
Switch.xs:655:11: warning: implicit declaration of function ‘Perl_pp_setpgrp’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_setpgrp(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:655:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_setpgrp(aTHX); break;
|
||
^
|
||
Switch.xs:657:11: warning: implicit declaration of function ‘Perl_pp_getpriority’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_getpriority(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~~
|
||
Switch.xs:657:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getpriority(aTHX); break;
|
||
^
|
||
Switch.xs:659:11: warning: implicit declaration of function ‘Perl_pp_setpriority’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_setpriority(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~~
|
||
Switch.xs:659:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_setpriority(aTHX); break;
|
||
^
|
||
Switch.xs:661:11: warning: implicit declaration of function ‘Perl_pp_time’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_time(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:661:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_time(aTHX); break;
|
||
^
|
||
Switch.xs:663:11: warning: implicit declaration of function ‘Perl_pp_tms’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_tms(aTHX); break;
|
||
^~~~~~~~~~~
|
||
Switch.xs:663:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_tms(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:110:27: warning: implicit declaration of function ‘Perl_pp_gmtime’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_localtime Perl_pp_gmtime
|
||
^
|
||
Switch.xs:665:11: note: in expansion of macro ‘Perl_pp_localtime’
|
||
PL_op = Perl_pp_localtime(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:665:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_localtime(aTHX); break;
|
||
^
|
||
Switch.xs:667:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gmtime(aTHX); break;
|
||
^
|
||
Switch.xs:669:11: warning: implicit declaration of function ‘Perl_pp_alarm’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_alarm(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:669:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_alarm(aTHX); break;
|
||
^
|
||
Switch.xs:671:11: warning: implicit declaration of function ‘Perl_pp_sleep’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_sleep(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:671:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sleep(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:111:24: warning: implicit declaration of function ‘Perl_pp_semget’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_shmget Perl_pp_semget
|
||
^
|
||
Switch.xs:673:11: note: in expansion of macro ‘Perl_pp_shmget’
|
||
PL_op = Perl_pp_shmget(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:673:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shmget(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:112:24: warning: implicit declaration of function ‘Perl_pp_semctl’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_shmctl Perl_pp_semctl
|
||
^
|
||
Switch.xs:675:11: note: in expansion of macro ‘Perl_pp_shmctl’
|
||
PL_op = Perl_pp_shmctl(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:675:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shmctl(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:113:25: warning: implicit declaration of function ‘Perl_pp_shmwrite’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_shmread Perl_pp_shmwrite
|
||
^
|
||
Switch.xs:677:11: note: in expansion of macro ‘Perl_pp_shmread’
|
||
PL_op = Perl_pp_shmread(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:677:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shmread(aTHX); break;
|
||
^
|
||
Switch.xs:679:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shmwrite(aTHX); break;
|
||
^
|
||
Switch.xs:681:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_msgget(aTHX); break;
|
||
^
|
||
Switch.xs:683:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_msgctl(aTHX); break;
|
||
^
|
||
Switch.xs:685:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_msgsnd(aTHX); break;
|
||
^
|
||
Switch.xs:687:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_msgrcv(aTHX); break;
|
||
^
|
||
Switch.xs:689:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_semget(aTHX); break;
|
||
^
|
||
Switch.xs:691:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_semctl(aTHX); break;
|
||
^
|
||
Switch.xs:693:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_semop(aTHX); break;
|
||
^
|
||
Switch.xs:696:11: warning: implicit declaration of function ‘Perl_pp_require’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_require(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:696:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_require(aTHX); break;
|
||
^
|
||
Switch.xs:698:11: warning: implicit declaration of function ‘Perl_pp_entereval’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_entereval(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:698:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_entereval(aTHX); break;
|
||
^
|
||
Switch.xs:700:11: warning: implicit declaration of function ‘Perl_pp_leaveeval’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leaveeval(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:700:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leaveeval(aTHX); break;
|
||
^
|
||
Switch.xs:702:11: warning: implicit declaration of function ‘Perl_pp_entertry’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_entertry(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:702:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_entertry(aTHX); break;
|
||
^
|
||
Switch.xs:704:11: warning: implicit declaration of function ‘Perl_pp_leavetry’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavetry(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:704:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavetry(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:120:26: warning: implicit declaration of function ‘Perl_pp_ghostent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_ghbyname Perl_pp_ghostent
|
||
^
|
||
Switch.xs:706:11: note: in expansion of macro ‘Perl_pp_ghbyname’
|
||
PL_op = Perl_pp_ghbyname(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:706:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ghbyname(aTHX); break;
|
||
^
|
||
Switch.xs:708:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ghbyaddr(aTHX); break;
|
||
^
|
||
Switch.xs:710:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ghostent(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:122:26: warning: implicit declaration of function ‘Perl_pp_gnetent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_gnbyname Perl_pp_gnetent
|
||
^
|
||
Switch.xs:712:11: note: in expansion of macro ‘Perl_pp_gnbyname’
|
||
PL_op = Perl_pp_gnbyname(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:712:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gnbyname(aTHX); break;
|
||
^
|
||
Switch.xs:714:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gnbyaddr(aTHX); break;
|
||
^
|
||
Switch.xs:716:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gnetent(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:124:26: warning: implicit declaration of function ‘Perl_pp_gprotoent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_gpbyname Perl_pp_gprotoent
|
||
^
|
||
Switch.xs:718:11: note: in expansion of macro ‘Perl_pp_gpbyname’
|
||
PL_op = Perl_pp_gpbyname(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:718:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gpbyname(aTHX); break;
|
||
^
|
||
Switch.xs:720:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gpbynumber(aTHX); break;
|
||
^
|
||
Switch.xs:722:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gprotoent(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:126:26: warning: implicit declaration of function ‘Perl_pp_gservent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_gsbyname Perl_pp_gservent
|
||
^
|
||
Switch.xs:724:11: note: in expansion of macro ‘Perl_pp_gsbyname’
|
||
PL_op = Perl_pp_gsbyname(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:724:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gsbyname(aTHX); break;
|
||
^
|
||
Switch.xs:726:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gsbyport(aTHX); break;
|
||
^
|
||
Switch.xs:728:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gservent(aTHX); break;
|
||
^
|
||
Switch.xs:730:11: warning: implicit declaration of function ‘Perl_pp_shostent’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_shostent(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:730:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_shostent(aTHX); break;
|
||
^
|
||
Switch.xs:732:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_snetent(aTHX); break;
|
||
^
|
||
Switch.xs:734:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sprotoent(aTHX); break;
|
||
^
|
||
Switch.xs:736:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sservent(aTHX); break;
|
||
^
|
||
Switch.xs:738:11: warning: implicit declaration of function ‘Perl_pp_ehostent’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_ehostent(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:738:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ehostent(aTHX); break;
|
||
^
|
||
Switch.xs:740:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enetent(aTHX); break;
|
||
^
|
||
Switch.xs:742:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_eprotoent(aTHX); break;
|
||
^
|
||
Switch.xs:744:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_eservent(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:134:24: warning: implicit declaration of function ‘Perl_pp_gpwent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_gpwnam Perl_pp_gpwent
|
||
^
|
||
Switch.xs:746:11: note: in expansion of macro ‘Perl_pp_gpwnam’
|
||
PL_op = Perl_pp_gpwnam(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:746:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gpwnam(aTHX); break;
|
||
^
|
||
Switch.xs:748:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gpwuid(aTHX); break;
|
||
^
|
||
Switch.xs:750:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_gpwent(aTHX); break;
|
||
^
|
||
Switch.xs:752:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_spwent(aTHX); break;
|
||
^
|
||
Switch.xs:754:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_epwent(aTHX); break;
|
||
^
|
||
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5612:0,
|
||
from Switch.xs:3:
|
||
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/opcode.h:138:24: warning: implicit declaration of function ‘Perl_pp_ggrent’ [-Wimplicit-function-declaration]
|
||
#define Perl_pp_ggrnam Perl_pp_ggrent
|
||
^
|
||
Switch.xs:756:11: note: in expansion of macro ‘Perl_pp_ggrnam’
|
||
PL_op = Perl_pp_ggrnam(aTHX); break;
|
||
^~~~~~~~~~~~~~
|
||
Switch.xs:756:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ggrnam(aTHX); break;
|
||
^
|
||
Switch.xs:758:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ggrgid(aTHX); break;
|
||
^
|
||
Switch.xs:760:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_ggrent(aTHX); break;
|
||
^
|
||
Switch.xs:762:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_sgrent(aTHX); break;
|
||
^
|
||
Switch.xs:764:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_egrent(aTHX); break;
|
||
^
|
||
Switch.xs:766:11: warning: implicit declaration of function ‘Perl_pp_getlogin’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_getlogin(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:766:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_getlogin(aTHX); break;
|
||
^
|
||
Switch.xs:768:11: warning: implicit declaration of function ‘Perl_pp_syscall’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_syscall(aTHX); break;
|
||
^~~~~~~~~~~~~~~
|
||
Switch.xs:768:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_syscall(aTHX); break;
|
||
^
|
||
Switch.xs:770:11: warning: implicit declaration of function ‘Perl_pp_lock’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_lock(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:770:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_lock(aTHX); break;
|
||
^
|
||
Switch.xs:775:11: error: ‘OP_SETSTATE’ undeclared (first use in this function)
|
||
case OP_SETSTATE:
|
||
^~~~~~~~~~~
|
||
Switch.xs:780:11: warning: implicit declaration of function ‘Perl_pp_method_named’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_method_named(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~~~
|
||
Switch.xs:780:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_method_named(aTHX); break;
|
||
^
|
||
Switch.xs:783:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dor(aTHX); break;
|
||
^
|
||
Switch.xs:785:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_dorassign(aTHX); break;
|
||
^
|
||
Switch.xs:789:11: warning: implicit declaration of function ‘Perl_pp_entergiven’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_entergiven(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:789:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_entergiven(aTHX); break;
|
||
^
|
||
Switch.xs:791:11: warning: implicit declaration of function ‘Perl_pp_leavegiven’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavegiven(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:791:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavegiven(aTHX); break;
|
||
^
|
||
Switch.xs:793:11: warning: implicit declaration of function ‘Perl_pp_enterwhen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_enterwhen(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:793:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_enterwhen(aTHX); break;
|
||
^
|
||
Switch.xs:795:11: warning: implicit declaration of function ‘Perl_pp_leavewhen’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_leavewhen(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~
|
||
Switch.xs:795:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_leavewhen(aTHX); break;
|
||
^
|
||
Switch.xs:797:11: warning: implicit declaration of function ‘Perl_pp_break’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_break(aTHX); break;
|
||
^~~~~~~~~~~~~
|
||
Switch.xs:797:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_break(aTHX); break;
|
||
^
|
||
Switch.xs:799:11: warning: implicit declaration of function ‘Perl_pp_continue’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_continue(aTHX); break;
|
||
^~~~~~~~~~~~~~~~
|
||
Switch.xs:799:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_continue(aTHX); break;
|
||
^
|
||
Switch.xs:801:11: warning: implicit declaration of function ‘Perl_pp_smartmatch’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_smartmatch(aTHX); break;
|
||
^~~~~~~~~~~~~~~~~~
|
||
Switch.xs:801:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_smartmatch(aTHX); break;
|
||
^
|
||
Switch.xs:803:11: warning: implicit declaration of function ‘Perl_pp_once’ [-Wimplicit-function-declaration]
|
||
PL_op = Perl_pp_once(aTHX); break;
|
||
^~~~~~~~~~~~
|
||
Switch.xs:803:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
|
||
PL_op = Perl_pp_once(aTHX); break;
|
||
^
|
||
Makefile:328: recipe for target 'Switch.o' failed
|
||
make: *** [Switch.o] Error 1
|
||
! Installing Runops::Switch failed. See /home/ryan/.cpanm/work/1493613517.12165/build.log for details. Retry with --force to force install it.
|
||
FAIL
|
||
Command [cpanm --reinstall --verbose Runops::Switch] terminated with exit code 1 ($? = 256) under the following perl environment:
|
||
Command terminated with non-zero status.
|
||
|
||
|
||
Current perl:
|
||
Name: perl-blead
|
||
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
||
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
||
Compiled at: Mar 30 2017 03:10:09
|
||
|
||
perlbrew:
|
||
version: 0.78
|
||
ENV:
|
||
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
||
PERLBREW_HOME: /home/ryan/.perlbrew
|
||
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
||
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|