This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.c: silence compiler warning:
authorDavid Mitchell <davem@iabyn.com>
Mon, 12 Jan 2015 16:36:51 +0000 (16:36 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 12 Jan 2015 16:36:51 +0000 (16:36 +0000)
commit689fbe1862dc94d419ca1611964126fd6364e99b
tree4ecdb5f489341b909caa1b3f558a9390255d3701
parent25a8018cf5dd232ceec2e9edcbd1d0a472a3bccd
perl.c: silence compiler warning:

perl.c:3629:75: warning: value computed is not used [-Wunused-value]
     gv_SVadd(PL_errgv);
perl.c