From 634a5f1c0d63f0e43f764f86b4c86de67bda1157 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 8 Jul 2013 07:58:24 +0000 Subject: Clang apparently doesn't respond to -falign-loops or -finline-limit. Removing them from OS X project files. Quiet some warnings about implicit conversion from 64-bit integer to 32-bit in the main app, but only the Cocoa parts. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85897 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/PcsxrMemoryObject.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/PcsxrMemoryObject.m') diff --git a/macosx/PcsxrMemoryObject.m b/macosx/PcsxrMemoryObject.m index df6a243b..0bb01665 100755 --- a/macosx/PcsxrMemoryObject.m +++ b/macosx/PcsxrMemoryObject.m @@ -218,9 +218,9 @@ static NSString *MemLabelEndLink; @synthesize startingIndex; #pragma mark Non-synthesize Properties -- (int)memIconCount +- (unsigned)memIconCount { - return [memImages count]; + return (unsigned)[memImages count]; } - (NSImage*)memImage -- cgit v1.2.3