[webkit-changes] [WebKit/WebKit] f3b5d0: Fix -Wdeprecated-literal-operator warnings in upst...
Commit Queue
noreply at github.com
Wed Oct 23 09:19:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f3b5d02f49b0ef4d71cb4f301b86977e82eb5704
https://github.com/WebKit/WebKit/commit/f3b5d02f49b0ef4d71cb4f301b86977e82eb5704
Author: David Kilzer <ddkilzer at apple.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M Source/WTF/wtf/Seconds.h
M Source/WTF/wtf/text/ASCIILiteral.h
M Source/WTF/wtf/text/WTFString.h
M Source/WebCore/platform/LayoutUnit.h
M Source/WebKit/NetworkProcess/Downloads/DownloadMonitor.cpp
M Tools/TestWebKitAPI/Tests/WTF/PriorityQueue.cpp
Log Message:
-----------
Fix -Wdeprecated-literal-operator warnings in upstream clang
<https://bugs.webkit.org/show_bug.cgi?id=281948>
<rdar://138330214>
Unreviewed build fix.
* Source/WTF/wtf/Seconds.h:
(WTF::seconds_literals::operator""_min):
(WTF::seconds_literals::operator""_h):
(WTF::seconds_literals::operator""_s):
(WTF::seconds_literals::operator""_ms):
(WTF::seconds_literals::operator""_us):
(WTF::seconds_literals::operator""_ns):
* Source/WTF/wtf/text/ASCIILiteral.h:
(WTF::StringLiterals::operator""_s):
(WTF::StringLiterals::operator""_span):
* Source/WTF/wtf/text/WTFString.h:
(WTF::StringLiterals::operator""_str):
* Source/WebCore/platform/LayoutUnit.h:
(WebCore::StringLiterals::operator""_lu):
* Source/WebKit/NetworkProcess/Downloads/DownloadMonitor.cpp:
(WebKit::operator""_kbps):
* Tools/TestWebKitAPI/Tests/WTF/PriorityQueue.cpp:
(operator_""z):
- Remove spaces to fix the warnings.
Canonical link: https://commits.webkit.org/285607@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list