[Webkit-unassigned] [Bug 148073] New: Fix conversion-null warning in conversion.cpp of TestWebKitAPI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 19:22:42 PDT 2015


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

            Bug ID: 148073
           Summary: Fix conversion-null warning in conversion.cpp of
                    TestWebKitAPI
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

When building EFL port, there is conversion-null build warning.


[5131/5306] Building CXX object Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/Condition.cpp.o
../../Tools/TestWebKitAPI/Tests/WTF/Condition.cpp: In member function ‘virtual void TestWebKitAPI::WTF_Condition_TimeoutTimesOut_Test::TestBody()’:
../../Tools/TestWebKitAPI/Tests/WTF/Condition.cpp:253:158: warning: converting ‘false’ to pointer type for argument 1 of ‘char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’ [-Wconversion-null]
     EXPECT_EQ(false, result);
                                                                                                                                                              ^
[5306/5306] Linking CXX executable bin/TestWebKitAPI/WebKit2/WillSendSubmitEvent

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150817/1e016707/attachment.html>


More information about the webkit-unassigned mailing list