Bug 224716

Summary: REGRESSION(r275655): Introduced many debug build warnings
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKit2Assignee: Philippe Normand <pnormand>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: darin, kkinnunen
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=224269
Attachments:
Description Flags
Patch
none
Patch ews-feeder: commit-queue-

Philippe Normand
Reported 2021-04-17 03:45:02 PDT
Attachments
Patch (11.44 KB, patch)
2021-04-17 03:58 PDT, Philippe Normand
no flags
Patch (13.82 KB, patch)
2021-04-17 04:11 PDT, Philippe Normand
ews-feeder: commit-queue-
Philippe Normand
Comment 1 2021-04-17 03:58:36 PDT
Philippe Normand
Comment 2 2021-04-17 04:11:57 PDT
Darin Adler
Comment 3 2021-04-17 17:49:01 PDT
Comment on attachment 426331 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=426331&action=review > Source/WebKit/ChangeLog:8 > + PRIu64 is the most portable format specifier for unsigned long long. This comment is inaccurate. PRIu64 is the correct format specifier for uint64_t. If the type is actually "unsigned long long" then PRIu64 is not correct.
Kimmo Kinnunen
Comment 4 2021-04-18 23:16:26 PDT
I tried to fix these in bug 224335 already on 2021-04-12 (or did I fail landing or was it reverted)?
Kimmo Kinnunen
Comment 5 2021-04-18 23:24:32 PDT
Yep, I failed to land it but Darin then landed it. Philippe, Darin, sorry for the trouble..
Philippe Normand
Comment 6 2021-04-19 00:38:48 PDT
*** This bug has been marked as a duplicate of bug 224335 ***
Note You need to log in before you can comment on or make changes to this bug.