From 830da3a9152646a3d7e4ded45a207d2fd61ab89d Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 19 May 2011 11:47:57 +0000 Subject: Fixing warning about unused result of expression. svn path=/trunk/netsurf/; revision=12431 --- cocoa/NetsurfApp.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/NetsurfApp.m b/cocoa/NetsurfApp.m index 79887043b..d8dda678e 100644 --- a/cocoa/NetsurfApp.m +++ b/cocoa/NetsurfApp.m @@ -187,7 +187,7 @@ int main( int argc, char **argv ) /* Initialise filename allocator */ filename_initialise(); - apple_image_init(); + (void)apple_image_init(); NSApplication *app = cocoa_prepare_app(); -- cgit v1.2.3