RESOLVED FIXED 140676
Fix unused-private-field warning in IconEfl.cpp
https://bugs.webkit.org/show_bug.cgi?id=140676
Summary Fix unused-private-field warning in IconEfl.cpp
Csaba Osztrogonác
Reported 2015-01-20 07:20:33 PST
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.
Attachments
Patch (1.57 KB, patch)
2015-01-20 07:22 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-01-20 07:22:23 PST
WebKit Commit Bot
Comment 2 2015-01-20 09:25:11 PST
Comment on attachment 244989 [details] Patch Clearing flags on attachment: 244989 Committed r178718: <http://trac.webkit.org/changeset/178718>
WebKit Commit Bot
Comment 3 2015-01-20 09:25:14 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.