[Webkit-unassigned] [Bug 244577] New: [WTF] clang warning in ThreadCondition::timedWait()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 31 02:18:10 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244577
Bug ID: 244577
Summary: [WTF] clang warning in ThreadCondition::timedWait()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
Assignee: webkit-unassigned at lists.webkit.org
Reporter: philn at igalia.com
/app/webkit/Source/WTF/wtf/posix/ThreadingPOSIX.cpp:612:49: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
if (absoluteTime > WallTime::fromRawSeconds(std::numeric_limits<time_t>::max())) {
~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
--
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/20220831/f513503a/attachment.htm>
More information about the webkit-unassigned
mailing list