Bug 108282
Summary: | EXPECT_EQ(false, warning on gcc 4.6 or later | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fumitoshi Ukai <ukai> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aelias, leviw |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Fumitoshi Ukai
third_party/WebKit/Source/WebKit/chromium/tests/WebFrameTest.cpp:330:5: error: converting 'false' to pointer type for argument 1 of 'char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)' [-Werror=conversion-null]
cc1plus: all warnings being treated as error
This line was introduced by http://trac.webkit.org/changeset/141053
This might be gtest bug, but it would be safe to use EXPECT_FALSE
https://code.google.com/p/googletest/issues/detail?id=322
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fumitoshi Ukai
*** This bug has been marked as a duplicate of bug 108360 ***