[Webkit-unassigned] [Bug 145129] New: [EFL] Fix mismatched-tags warnings in UIProcess/API/efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 05:44:47 PDT 2015


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

            Bug ID: 145129
           Summary: [EFL] Fix mismatched-tags warnings in
                    UIProcess/API/efl
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: gyuyoung.kim at webkit.org
            Blocks: 145121

There are zillion mismatched-tags warnings in Source/WebKit2/UIProcess/API/efl,
they should be fixed to be able use clang without any build warning.

some examples:
../../Source/WebKit2/UIProcess/API/efl/ewk_view.h:217:9: warning: struct 'EwkView' was previously declared as a class [-Wmismatched-tags]
../../Source/WebKit2/UIProcess/API/efl/EwkView.h:83:1: warning: class 'EwkBackForwardList' was previously declared as a struct [-Wmismatched-tags]
../../Source/WebKit2/UIProcess/API/efl/EwkView.h:84:1: warning: class 'EwkColorPicker' was previously declared as a struct [-Wmismatched-tags]
../../Source/WebKit2/UIProcess/API/efl/EwkView.h:87:1: warning: class 'EwkPopupMenu' was previously declared as a struct [-Wmismatched-tags]
...

-- 
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/20150518/b80a1fbb/attachment.html>


More information about the webkit-unassigned mailing list