From: Enno Boland (tox) Date: Thu, 6 May 2010 11:09:54 +0000 (+0200) Subject: fixing compilerwarning in newer webkit versions X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=bef892f513db0e4c30ce16d7431f6773a44c1546 fixing compilerwarning in newer webkit versions --- diff --git a/surf.c b/surf.c index cac31d6..6e3db36 100644 --- a/surf.c +++ b/surf.c @@ -430,8 +430,7 @@ loadstatuschange(WebKitWebView *view, GParamSpec *pspec, Client *c) { c->progress = 0; update(c); break; - case WEBKIT_LOAD_PROVISIONAL: - case WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT: + default: break; } }