Bug 55864 - [GTK] Fix compilation warnings after r80429
Summary: [GTK] Fix compilation warnings after r80429
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 02:12 PST by Alejandro G. Castro
Modified: 2011-03-08 00:45 PST (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.22 KB, patch)
2011-03-07 02:14 PST, Alejandro G. Castro
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2011-03-07 02:12:51 PST
Added these two warnings in that commit:

../../Source/WebCore/platform/gtk/WidgetGtk.cpp:44:19: warning: ‘WebCore::lastSetCursor’ defined but not used
../../Source/WebCore/platform/gtk/WidgetGtk.cpp:63:19: warning: ‘GdkWindow* WebCore::gdkWindow(GtkWidget*)’ defined but not used
Comment 1 Alejandro G. Castro 2011-03-07 02:14:33 PST
Created attachment 84928 [details]
Proposed patch
Comment 2 Martin Robinson 2011-03-07 09:18:03 PST
Comment on attachment 84928 [details]
Proposed patch

Thanks for cleaning up my mess!
Comment 3 Alejandro G. Castro 2011-03-08 00:45:50 PST
Landed http://trac.webkit.org/changeset/80548