[Webkit-unassigned] [Bug 140676] New: Fix unused-private-field warning in IconEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 07:20:33 PST 2015


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

            Bug ID: 140676
           Summary: Fix unused-private-field warning in IconEfl.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

In file included from ../../Source/WebCore/platform/graphics/efl/IconEfl.cpp:35:
../../Source/WebCore/platform/graphics/Icon.h:79:18: warning: private field 'm_icon' is not used [-Wunused-private-field]
    Evas_Object* m_icon;
                 ^
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150120/f1199d3b/attachment-0002.html>


More information about the webkit-unassigned mailing list