You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments