Bug 244577
Summary: | [WTF] clang warning in ThreadCondition::timedWait() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <philn> |
Component: | Web Template Framework | Assignee: | 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
/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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/3845
EWS
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
<rdar://problem/99381554>