In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/e14197aa126e873114b4bb8628ed7afa87557457?hp=c1e47bad34ce1d9c84ed57c9b8978bcbd5a02e98>
- Log ----------------------------------------------------------------- commit e14197aa126e873114b4bb8628ed7afa87557457 Author: Karl Williamson <[email protected]> Date: Wed Feb 27 09:28:05 2019 -0700 Add missing ARGS_ASSERT From c1e47bad34ce1d9c84ed57c9b8978bcbd5a02e98 ----------------------------------------------------------------------- Summary of changes: op.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op.c b/op.c index 2b162e1665..11f84e7957 100644 --- a/op.c +++ b/op.c @@ -17053,6 +17053,8 @@ Perl_dup_warnings(pTHX_ STRLEN* warnings) Size_t size; STRLEN *new_warnings; + PERL_ARGS_ASSERT_DUP_WARNINGS; + if (specialWARN(warnings)) return warnings; -- Perl5 Master Repository
