C:/PSDev/neko2/Tools/TestWebKitAPI/Tests/WTF/Int128.cpp:254:71: warning: implicit conversion from 'unsigned long' to 'double' changes value from 13527593555435554952 to 13527593555435554816 [-Wimplicit-const-int-float-conversion] double approx_double = 0xffffeeeeddddcccc * std::pow(2.0, 64.0) + 0xbbbbaaaa99998888; ~ ^~~~~~~~~~~~~~~~~~ C:/PSDev/neko2/Tools/TestWebKitAPI/Tests/WTF/Int128.cpp:254:28: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446725308424768716 to 18446725308424769536 [-Wimplicit-const-int-float-conversion] double approx_double = 0xffffeeeeddddcccc * std::pow(2.0, 64.0) + 0xbbbbaaaa99998888; ^~~~~~~~~~~~~~~~~~ ~ 2 warnings generated.
<rdar://problem/90364907>
Created attachment 454854 [details] PATCH
Committed r291363 (248495@main): <https://commits.webkit.org/248495@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454854 [details].