[Webkit-unassigned] [Bug 195004] [GTK] Format string errors detected by 32-bit build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 07:30:51 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=195004

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcatanzaro at igalia.com

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to Michael Catanzaro from comment #0)
> Looking over a 32-bit build log from Debian, to check for potential issues
> with 32-bit build:
> 
> /<<PKGBUILDDIR>>/Source/WebCore/PAL/pal/FileSizeFormatter.cpp: In function
> 'WTF::String fileSizeDescription(uint64_t)':
> /<<PKGBUILDDIR>>/Source/WebCore/PAL/pal/FileSizeFormatter.cpp:36:31:
> warning: format '%tu' expects argument of type 'unsigned ptrdiff_t', but
> argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=]
>          return String::format("%tu bytes", size);
>                                ^~~~~~~~~~~  ~~~~

This one's already fixed (probably by Darin).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190225/58f3b381/attachment.html>


More information about the webkit-unassigned mailing list