WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
25697
[GTK] Warnings building WebKit/gtk/tests/testwebframe.c
https://bugs.webkit.org/show_bug.cgi?id=25697
Summary
[GTK] Warnings building WebKit/gtk/tests/testwebframe.c
David Kilzer (:ddkilzer)
Reported
2009-05-11 10:00:00 PDT
* SUMMARY There are compilation warnings building WebKit/gtk/tests/testwebframe.c: ../../WebKit/gtk/tests/testwebframe.c:45: warning: passing argument 2 of 'gtk_container_add' from incompatible pointer type ../../WebKit/gtk/tests/testwebframe.c:47: warning: passing argument 1 of 'gtk_widget_show' from incompatible pointer type ../../WebKit/gtk/tests/testwebframe.c:48: warning: passing argument 1 of 'gtk_widget_destroy' from incompatible pointer type It appears that all of these methods want a GtkWidget* argument where the WebKitWebView* webView variable is used.
Attachments
Add attachment
proposed patch, testcase, etc.
Christian Dywan
Comment 1
2009-05-11 17:50:20 PDT
2009-05-11 Christian Dywan <
christian@twotoasts.de
> Reviewed by Gustavo Noronha.
https://bugs.webkit.org/show_bug.cgi?id=25697
[GTK] Warnings building WebKit/gtk/tests/testwebframe.c * tests/testwebframe.c: (test_webkit_web_frame_create_destroy): Declare webView as a GtkWidget* to fix pointer type incompatibility warnings.
David Kilzer (:ddkilzer)
Comment 2
2009-05-11 17:58:40 PDT
Thanks!!
http://trac.webkit.org/changeset/43530
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug