Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 12f151735ba39bc84a1f4182c8d65596894ac0fb
https://github.com/WebKit/WebKit/commit/12f151735ba39bc84a1f4182c8d65596894ac0fb
Author: Fujii Hironori <[email protected]>
Date: 2026-09-07 (Mon, 07 Sep 2026)
Changed paths:
M Tools/TestWebKitAPI/Tests/IPC/ConnectionTests.cpp
Log Message:
-----------
[Linux] TestWebKitAPI/Tests/IPC/ConnectionTests.cpp : warning: format
specifies type 'unsigned long long' but the argument has type 'uint64_t' (aka
'unsigned long')
https://bugs.webkit.org/show_bug.cgi?id=323580
Reviewed by Carlos Garcia Campos.
Use PRIu64 for uint64_t.
* Tools/TestWebKitAPI/Tests/IPC/ConnectionTests.cpp:
(TestWebKitAPI::TEST_P):
Canonical link: https://commits.webkit.org/320609@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications