From 338544df094621c217fb4aae5c08cc9bc65e3e1a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 5 Sep 2011 07:19:04 +0000 Subject: Squash warnings svn path=/trunk/netsurf/; revision=12721 --- utils/http/generics.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/http/generics.h b/utils/http/generics.h index 3fa498a29..8c391c4af 100644 --- a/utils/http/generics.h +++ b/utils/http/generics.h @@ -48,7 +48,9 @@ nserror http___item_list_parse(const char **input, http__itemparser itemparser, http__item *first, http__item **items); #define http__item_list_parse(i, p, f, r) \ - http___item_list_parse((i), (http__itemparser) (p), \ - (http__item *) (f), (http__item **) (r)) + http___item_list_parse((i), \ + (http__itemparser) (p), \ + (http__item *) (f), \ + (http__item **) (void *) (r)) #endif -- cgit v1.2.3