Stage1b (v2 branch) of clang compiler warning patches.

This commit is contained in:
Euan Thoms
2015-11-06 01:29:26 +08:00
parent 9d31023724
commit eda84c7b5d
82 changed files with 186 additions and 154 deletions
+2 -1
View File
@@ -49,6 +49,7 @@ static NSArray *layoutItems = nil;
- (void) dealloc
{
[item release];
[super dealloc];
}
- (void) setItem: (NSString *) newItem
@@ -68,7 +69,7 @@ static NSArray *layoutItems = nil;
- (NSString *) itemPrintLayoutText
{
return [self labelForKey: [NSString stringWithFormat: item]];
return [self labelForKey: [NSString stringWithFormat: @"%@", item]];
}
//