Stage 2 of clang compiler warning patches.

This commit is contained in:
Euan Thoms
2015-11-04 03:36:34 +08:00
committed by Ludovic Marcotte
parent 34f626b84c
commit d3290dbb8d
8 changed files with 2573 additions and 9 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ Class SOGoCacheGCSObjectK = Nil;
if (record)
{
if ([[record objectForKey: @"c_type"] intValue] == MAPIFolderCacheObject)
objectClass = isa;
objectClass = object_getClass(self);
else
objectClass = SOGoCacheGCSObjectK;