Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d29571779421178e2d6c9c193ce7068290640693
https://github.com/Perl/perl5/commit/d29571779421178e2d6c9c193ce7068290640693
Author: Karl Williamson <[email protected]>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Silence compiler warning
This fixes GH #22614
Not all compilers warned on this. Make both operands unsigned. The one
that had been declared signed is always non-negative anyway.
In this case, the multiple evaluations MAX gives is ok.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications