[Webkit-unassigned] [Bug 25697] New: [GTK] Warnings building WebKit/gtk/tests/testwebframe.c

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 10:00:01 PDT 2009


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

           Summary: [GTK] Warnings building WebKit/gtk/tests/testwebframe.c
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://build.webkit.org/builders/GTK%20Linux%20Release/b
                    uilds/314/steps/compile-webkit/logs/warnings
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: mrowe at apple.com, christian at twotoasts.de,
                    jmalonzo at gmail.com


* 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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list