This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Quiet false warning
authorKarl Williamson <khw@cpan.org>
Sat, 10 Mar 2018 04:31:16 +0000 (21:31 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 10 Mar 2018 04:46:21 +0000 (21:46 -0700)
commitea12e9fa6d409e71765cce7a77ca3d58342faf17
tree795dd3bd3f1864df1d38cf6cc1c911b6abb8a9fa
parente10187a7905cc53ffe233c0f091b3a7b3a6da4a9
regcomp.c: Quiet false warning

One compiler is complaining that this variable may be used
uninitialized.  It's not true, but set it to NULL anyway.
regcomp.c