This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Silence wrong clang warnings
authorKarl Williamson <khw@cpan.org>
Mon, 26 Feb 2018 04:38:21 +0000 (21:38 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 2 Mar 2018 01:47:10 +0000 (18:47 -0700)
commitb2f82b52000c3bfe6e6df200c775e2a639d91552
tree7ec845ca713303f2cc503683ee5ad450fc30cb23
parentf0dafd73171c0c953273ca301e81fe2b7a040cc2
Silence wrong clang warnings

Clang thread-safety analysis fails to correctly work in this situation
(and is documented as failing), so turn off that warning here.
perl.h
sv.c