Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2a597825b9de5fdcff07575c8b75285b348bb2c7 https://github.com/Perl/perl5/commit/2a597825b9de5fdcff07575c8b75285b348bb2c7 Author: Tony Cook <t...@develop-help.com> Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths: M ext/Devel-Peek/Peek.pm M ext/Devel-Peek/Peek.xs Log Message: ----------- Devel::Peek: fix build warning This was: Peek.xs:415:1: warning: missing initializer for field ‘xop_dump’ of ‘XOP’ {aka ‘const struct custom_op’} [-Wmissing-field-initializers] 415 | }; | ^ In file included from ../../perl.h:4542, from Peek.xs:3: ../../op.h:926:21: note: ‘xop_dump’ declared here 926 | void (*xop_dump)(pTHX_ const OP *o, struct Perl_OpDumpContext *ctx); | ^~~~~~~~ To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications