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
@@ -657,7 +657,7 @@
BOOL otherIsPersonal;
otherIsPersonal = ([otherFolder isKindOfClass: [SOGoContactGCSFolder class]]
|| ([otherFolder isKindOfClass: isa] && [otherFolder isPersonalSource]));
|| ([otherFolder isKindOfClass: object_getClass(self)] && [otherFolder isPersonalSource]));
if (isPersonalSource)
{