This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Suppress warning messages
authorKarl Williamson <khw@cpan.org>
Tue, 30 Dec 2014 01:39:40 +0000 (18:39 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 30 Dec 2014 01:44:46 +0000 (18:44 -0700)
commitec5e0e1c1f697116bf6df6bbcc70ed40e5690123
treeed918697e9f15e50dd7b68aa5087d887a3393673
parent613abc6d16e99bd9834fe6afd79beb61a3a4734d
regexec.c: Suppress warning messages

A message on some compilers is geing generated that two variables may be
unininitialized.  In fact there is no path through that uses them
thusly, but initialize them anyway where the compiler is wrong.
regexec.c