Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: cffcf0cc51bcb48b45f3f22c90219519289ccdd8
      
https://github.com/Perl/perl5/commit/cffcf0cc51bcb48b45f3f22c90219519289ccdd8
  Author: Christian Hansen <[email protected]>
  Date:   2026-04-09 (Thu, 09 Apr 2026)

  Changed paths:
    M regcharclass.h
    M regen/regcharclass.pl

  Log Message:
  -----------
  regcharclass.h: cast length-returning macros to STRLEN to suppress Clang 
warning

Clang's -Wtautological-constant-compare warning fired when macros like
is_MULTI_CHAR_FOLD_latin1_safe() were used in boolean context, because
inner ternaries returning integer constants always evaluate to true as booleans.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to