Bug 244577

Summary: [WTF] clang warning in ThreadCondition::timedWait()
Product: WebKit Reporter: Philippe Normand <philn>
Component: Web Template FrameworkAssignee: Philippe Normand <philn>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Philippe Normand
Reported 2022-08-31 02:18:10 PDT
/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.
Attachments
Philippe Normand
Comment 1 2022-08-31 02:20:01 PDT
EWS
Comment 2 2022-08-31 07:09:47 PDT
Committed 253981@main (540e189f3d4e): <https://commits.webkit.org/253981@main> Reviewed commits have been landed. Closing PR #3845 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-08-31 07:10:19 PDT
Note You need to log in before you can comment on or make changes to this bug.