diff options
author | 2019-12-30 02:13:39 +0000 | |
---|---|---|
committer | 2019-12-30 02:13:39 +0000 | |
commit | b46d8ef224b95de1dddcd1f01c1ab482f0ab3778 (patch) | |
tree | d2f52131b958c4ff07ad63ffe82dc041240a20f0 /gnu/usr.bin/perl/t/lib/warnings/7fatal | |
parent | Import perl-5.30.1 (diff) | |
download | wireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.tar.xz wireguard-openbsd-b46d8ef224b95de1dddcd1f01c1ab482f0ab3778.zip |
Fix merge issues, remove excess files - match perl-5.30.1 dist
Timing is good deraadt@, OK sthen@
Diffstat (limited to 'gnu/usr.bin/perl/t/lib/warnings/7fatal')
-rw-r--r-- | gnu/usr.bin/perl/t/lib/warnings/7fatal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/warnings/7fatal b/gnu/usr.bin/perl/t/lib/warnings/7fatal index 40c649f249a..2056d01e515 100644 --- a/gnu/usr.bin/perl/t/lib/warnings/7fatal +++ b/gnu/usr.bin/perl/t/lib/warnings/7fatal @@ -278,6 +278,7 @@ EXPECT Reversed += operator at - line 8. ######## # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : '' +# SKIP ? $Config{ccflags} =~ /sanitize/ use warnings 'void' ; @@ -297,6 +298,7 @@ Useless use of time in void context at - line 4. Useless use of length in void context at - line 9. ######## # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : '' +# SKIP ? $Config{ccflags} =~ /sanitize/ use warnings ; |