This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Opcode.xs: fix compiler warning
authorDavid Mitchell <davem@iabyn.com>
Tue, 1 Dec 2020 11:07:59 +0000 (11:07 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 1 Dec 2020 11:07:59 +0000 (11:07 +0000)
commit1380c4f3b8014de5b3d8522690cff7ac5c6162b9
tree0d67c5cf98bd80e2f9364085799366917e3317cb
parentb277e767f3a3d9af20f138a95c26625cf2dfb53a
Opcode.xs: fix compiler warning

In some debugging code it was doing a SAVEDESTRUCTOR()
to do a warn() on scope exit, but it should have used the nocontext
version of warn().
ext/Opcode/Opcode.pm
ext/Opcode/Opcode.xs