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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 11:10:36 PDT 2021


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 425260
  --> https://bugs.webkit.org/attachment.cgi?id=425260
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 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/20210408/41453c6c/attachment-0001.htm>


More information about the webkit-unassigned mailing list