Stage 2 of clang compiler warning patches.

This commit is contained in:
Euan Thoms
2015-11-04 03:36:34 +08:00
parent e5c71a4179
commit 212ff64828
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;