[Webkit-unassigned] [Bug 145911] New: [EFL] Fix unused private field warning in WebContextMenuProxyEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 03:03:24 PDT 2015


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

            Bug ID: 145911
           Summary: [EFL] Fix unused private field warning in
                    WebContextMenuProxyEfl.cpp
    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: ossy at webkit.org
            Blocks: 145121

In file included from ../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.cpp:27:
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:57:14: warning: private field 'm_view' is not used [-Wunused-private-field]
    EwkView* m_view;
             ^
../../Source/WebKit2/UIProcess/efl/WebContextMenuProxyEfl.h:58:19: warning: private field 'm_page' is not used [-Wunused-private-field]
    WebPageProxy* m_page;
                  ^
2 warnings generated.

m_view and m_page aren't used at all, let's remove them.

-- 
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/20150612/cf096ba1/attachment.html>


More information about the webkit-unassigned mailing list