mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Squash warnings
svn path=/trunk/netsurf/; revision=12721
This commit is contained in:
parent
b051cf466f
commit
338544df09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user