This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stop "const in void context" warning for a const in an
authorDave Mitchell <davem@fdisolutions.com>
Wed, 25 Feb 2004 17:10:56 +0000 (17:10 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Wed, 25 Feb 2004 17:10:56 +0000 (17:10 +0000)
commite7fec78e344a7fdea63b9a2551a3c57cc1a50f4d
tree3d20ccd10bcc02d4787a37c60d9c0527deba60c9
parentff4091f15699664c73b1648f3e0ba5ff2c76be14
stop "const in void context" warning for a const in an
optimised-away boolean expresssion, eg 5 || print;

p4raw-id: //depot/perl@22376
op.c
op.h
t/lib/warnings/op