Summary: | Only enable MinGW-w64 pow() workaround if needed | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Liu <net147> | ||||||
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | benjamin, dglazkov, hausmann, ojan.autocc, rniwa, sam, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | 106105 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Jonathan Liu
2013-01-04 09:11:09 PST
Created attachment 181312 [details]
Patch
Created attachment 181412 [details]
Patch
There is a warning generated if __MINGW64_VERSION_RC is not defined and compiling with -Wundef so I added another check if it is defined. Comment on attachment 181412 [details] Patch Attachment 181412 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/15708445 New failing tests: inspector-protocol/debugger-terminate-dedicated-worker-while-paused.html Comment on attachment 181412 [details] Patch Clearing flags on attachment: 181412 Committed r138903: <http://trac.webkit.org/changeset/138903> All reviewed patches have been landed. Closing bug. |