mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-26 23:50:34 +00:00
Merge pull request #113 from ethoms/clang-warnings-stage6
Stage 6 of clang compiler warning patches.
This commit is contained in:
@@ -433,7 +433,7 @@ static SoSecurityManager *sm = nil;
|
||||
error = [self appendPersonalSources];
|
||||
if (!error)
|
||||
if ([self respondsToSelector:@selector(appendCollectedSources)])
|
||||
error = [self appendCollectedSources];
|
||||
error = [self performSelector:@selector(appendCollectedSources)];
|
||||
if (!error)
|
||||
error = [self appendSystemSources]; // TODO : Not really a testcase, see function
|
||||
if (error)
|
||||
|
||||
Reference in New Issue
Block a user