mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
Stage1b (v2 branch) of clang compiler warning patches.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
- (NSString *)childPartName {
|
||||
char buf[8];
|
||||
sprintf(buf, "%d", [self childIndex] + 1);
|
||||
sprintf(buf, "%d", (int)[self childIndex] + 1);
|
||||
return [NSString stringWithCString:buf];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user