WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 108360
108282
EXPECT_EQ(false, warning on gcc 4.6 or later
https://bugs.webkit.org/show_bug.cgi?id=108282
Summary
EXPECT_EQ(false, warning on gcc 4.6 or later
Fumitoshi Ukai
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Fumitoshi Ukai
Comment 1
2013-01-30 21:47:15 PST
*** This bug has been marked as a duplicate of
bug 108360
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug