Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 13708dab09c5ff11e3ee7fbd3b567ff50fb43924
https://github.com/Perl/perl5/commit/13708dab09c5ff11e3ee7fbd3b567ff50fb43924
Author: Karl Williamson <[email protected]>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M ext/POSIX/POSIX.xs
Log Message:
-----------
POSIX::strftime: Mark args as unused
This fixes GH #22308
The signature for this function sets these arguments to values, as they
are optional. But they are no longer actually used, so mark them as
such to avoid a compiler warning.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications