On 01/31/2018 12:23 AM, Sergey Aleynikov via RT wrote: > On Tue, 30 Jan 2018 21:59:02 -0800, khw wrote: >> I believe this is fixed now in blead. Please confirm > > The old one is gone, the new one is > > locale.c:3680:37: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat] > PL_locale_utf8ness, strlen(PL_locale_utf8ness), > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > locale.c:3681:28: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] > delimited, input_name_len_with_overhead); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > --- > via perlbug: queue: perl5 status: open > https://rt.perl.org/Ticket/Display.html?id=132701 > This should be fixed by 7fcf92725e7e815c0b85c20ffa6fa06bd425098b Please verifyThread Previous | Thread Next