[Webkit-unassigned] [Bug 108282] New: EXPECT_EQ(false, warning on gcc 4.6 or later

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 18:46:10 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108282

           Summary: EXPECT_EQ(false, warning on gcc 4.6 or later
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ukai at chromium.org
                CC: leviw at chromium.org, aelias at chromium.org


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list