[Webkit-unassigned] [Bug 224231] Compiler warnings that need to be fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 05:41:07 PDT 2021


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

--- Comment #6 from Eleni Maria Stea <estea at igalia.com> ---
(In reply to Joseph Pecoraro from comment #3)
> Comment on attachment 425260 [details]
> Proposed patch for 224231
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=425260&action=review
> 
> > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1278
> > +                WTFLogAlways("SQLiteIDBBackingStore::databasesSizeForDirectory filePath='%s', database='%s', size=%l" PRIu64, file.utf8().data(), databaseName.utf8().data(), fileSize);
> 
> Here the `PRIu64` is the format string value. It is like `%ull`. Perhaps an
> include is missing for your particular port?

You must be right, I've changed my patch to fix the other two warnings, and I'm going to investigate this further. Thank you!

-- 
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/20210427/f9ad74d5/attachment-0001.htm>


More information about the webkit-unassigned mailing list