Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ff1b5e054041bca1780cec7d219fcf47f6b828de https://github.com/Perl/perl5/commit/ff1b5e054041bca1780cec7d219fcf47f6b828de Author: Tony Cook <t...@develop-help.com> Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths: M regcomp.c Log Message: ----------- regatom: e is initialized and only used to update itself e is initialized, but the only uses are to update itself. It does appear to have been used when originally added, but it no longer is. Possibly there's a test missing. Picked up by clang static analyzer. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications