diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 07:58:24 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-08 07:58:24 +0000 |
| commit | 634a5f1c0d63f0e43f764f86b4c86de67bda1157 (patch) | |
| tree | 54e17f4e303a7d5e915073c64299a50640450d2d /macosx/PcsxrMemoryObject.h | |
| parent | ea095b6ff6b52f2ca53c089ab31d57d9441fec8d (diff) | |
| download | pcsxr-634a5f1c0d63f0e43f764f86b4c86de67bda1157.tar.gz | |
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
Diffstat (limited to 'macosx/PcsxrMemoryObject.h')
| -rwxr-xr-x | macosx/PcsxrMemoryObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PcsxrMemoryObject.h b/macosx/PcsxrMemoryObject.h index c113a100..e84b15d5 100755 --- a/macosx/PcsxrMemoryObject.h +++ b/macosx/PcsxrMemoryObject.h @@ -55,7 +55,7 @@ typedef enum _PCSXRMemFlags { @property (readonly) int blockSize; @property (readonly, unsafe_unretained, nonatomic) NSImage *memImage; -@property (readonly, nonatomic) int memIconCount; +@property (readonly, nonatomic) unsigned memIconCount; @property (readonly, unsafe_unretained, nonatomic) NSString *flagName; @property (readonly, unsafe_unretained, nonatomic) NSAttributedString *attributedFlagName; @property (readonly, nonatomic) BOOL isBiggerThanOne; |
