Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8e4fb95e138bb7d89b5c4806d8d0fda1789e115d
https://github.com/Perl/perl5/commit/8e4fb95e138bb7d89b5c4806d8d0fda1789e115d
Author: Lukas Mai <[email protected]>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M cop.h
M inline.h
Log Message:
-----------
inline.h: fix conversion warnings under MSVC
The following warnings show up repeatedly when building with MSVC:
D:\a\perl5\perl5\inline.h(1147): warning C4018: '<=': signed/unsigned
mismatch
D:\a\perl5\perl5\inline.h(3946): warning C4244: '=': conversion from
'__int64' to 'I32', possible loss of data
This patch should silence them without a change in functionality.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications