From 70fbf97688666f6ab37c4cc427f1e8c9929cc4b1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 22 Feb 2006 20:04:39 +0000 Subject: [project @ 2006-02-22 20:04:39 by jmb] Lose warnings svn path=/import/netsurf/; revision=2091 --- riscos/theme_install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/theme_install.c') diff --git a/riscos/theme_install.c b/riscos/theme_install.c index 22b722aea..ad4129d77 100644 --- a/riscos/theme_install.c +++ b/riscos/theme_install.c @@ -33,7 +33,7 @@ wimp_w dialog_theme_install; static void theme_install_close(wimp_w w); static void theme_install_callback(content_msg msg, struct content *c, - void *p1, void *p2, union content_msg_data data); + intptr_t p1, intptr_t p2, union content_msg_data data); static bool theme_install_read(char *source_data, unsigned long source_size); @@ -72,7 +72,7 @@ void theme_install_start(struct content *c) */ void theme_install_callback(content_msg msg, struct content *c, - void *p1, void *p2, union content_msg_data data) + intptr_t p1, intptr_t p2, union content_msg_data data) { char buffer[256]; int author_indent = 0; -- cgit v1.2.3