Bug 108282 - EXPECT_EQ(false, warning on gcc 4.6 or later
Summary: EXPECT_EQ(false, warning on gcc 4.6 or later
Status: RESOLVED DUPLICATE of bug 108360
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 18:48 PST by Fumitoshi Ukai
Modified: 2013-01-30 21:47 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fumitoshi Ukai 2013-01-29 18:48:09 PST
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
Comment 1 Fumitoshi Ukai 2013-01-30 21:47:15 PST

*** This bug has been marked as a duplicate of bug 108360 ***