[webkit-dev] Getting global object from a webkit context throws a warning

Darin Adler darin at apple.com
Thu Jun 25 11:39:17 PDT 2009


On Jun 25, 2009, at 2:14 AM, Sebastian Linke wrote:

> But before I go on, I would like to know why I get this warnings:
>
> $ LANG=C gcc test.c -o test $(pkg-config --cflags --libs webkit-1.0)
> test.c: In function 'get_forms':
> test.c:23: warning: assignment makes pointer from integer without a  
> cast
> test.c:24: warning: assignment makes pointer from integer without a  
> cast
> test.c:25: warning: assignment makes pointer from integer without a  
> cast

Pretty hard to answer that since we don’t know what’s in test.c.

     -- Darin



More information about the webkit-dev mailing list