This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Silence compiler maybe uninit warnings
authorKarl Williamson <khw@cpan.org>
Tue, 30 Jan 2018 19:34:20 +0000 (12:34 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 30 Jan 2018 19:48:56 +0000 (12:48 -0700)
commit52e18d8c188e949821d841ea625161e5c0430fa4
tree603fad1b5d7ffdd763cd1887a9d03cd929c7eb8b
parent7ab0d5f351890da101d516d631e3f6d6134407aa
regcomp.c: Silence compiler maybe uninit warnings

I don't believe that actually these can be used uninitialized, but
initialize them anyway to silence the warnings.
regcomp.c