Advertisement
dmos

surf-webkit2 compile warning

Dec 11th, 2015
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. CC surf.c
  2. surf.c: In function ‘createwindow’:
  3. surf.c:946:11: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘guint64’ [-Wformat=]r
  4. webkit_web_view_get_page_id(c->view));
  5. ^
  6. CC -o surf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement