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=132701Thread Previous | Thread Next