Merge pull request #109 from ethoms/clang-warnings-stage2

Stage 2 of clang compiler warning patches.
This commit is contained in:
extrafu
2015-11-04 13:48:27 -05:00
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -697,7 +697,7 @@
BOOL otherIsPersonal;
otherIsPersonal = ([otherFolder isKindOfClass: [SOGoContactGCSFolder class]]
|| ([otherFolder isKindOfClass: isa] && [otherFolder isPersonalSource]));
|| ([otherFolder isKindOfClass: object_getClass(self)] && [otherFolder isPersonalSource]));
if (isPersonalSource)
{