From fd23621211e814d86da1a12bf0f5a20368d4c037 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 31 Jan 2011 07:57:52 +0000 Subject: Changing Xcode project file to build using the Makefiles and fixed some warnings. svn path=/trunk/netsurf/; revision=11558 --- cocoa/bitmap.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa/bitmap.m') diff --git a/cocoa/bitmap.m b/cocoa/bitmap.m index eb95c7c10..d2c8dfe1c 100644 --- a/cocoa/bitmap.m +++ b/cocoa/bitmap.m @@ -31,7 +31,7 @@ #define ALPHA_OFFSET (3) static CGImageRef cocoa_prepare_bitmap( void *bitmap ); -static NSMapTable *cocoa_get_bitmap_cache(); +static NSMapTable *cocoa_get_bitmap_cache( void ); int bitmap_get_width(void *bitmap) { @@ -175,7 +175,7 @@ CGImageRef cocoa_get_cgimage( void *bitmap ) return result; } -static inline NSMapTable *cocoa_get_bitmap_cache() +static inline NSMapTable *cocoa_get_bitmap_cache( void ) { static NSMapTable *cache = nil; if (cache == nil) { -- cgit v1.2.3