From bb41604045cbabbf9aea502ccc9b0e9db50e6aa7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 5 May 2004 16:33:15 +0000 Subject: [project @ 2004-05-05 16:33:15 by bursa] Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828 --- content/fetchcache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/fetchcache.c') diff --git a/content/fetchcache.c b/content/fetchcache.c index f6fcb01f8..a56da83f9 100644 --- a/content/fetchcache.c +++ b/content/fetchcache.c @@ -79,7 +79,6 @@ struct content * fetchcache(const char *url, char *referer, struct content *c; char *url1 = xstrdup(url); char *hash = strchr(url1, '#'); - const char *params[] = { 0 }; char error_message[500]; /* strip fragment identifier */ -- cgit v1.2.3