Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 07d0765c875700574483424ead025eea025d0636
https://github.com/Perl/perl5/commit/07d0765c875700574483424ead025eea025d0636
Author: Karl Williamson <[email protected]>
Date: 2022-07-17 (Sun, 17 Jul 2022)
Changed paths:
M perl.h
Log Message:
-----------
Fix ASSUME on clang
Avoid a spurious clang warning by turning off that particular warning
around this operation.
The idea given in
https://www.mail-archive.com/[email protected]/msg39071.html
doesn't work on bitfields
This fixes GH #18839