[Cleanup] Small fixes to improve conformance for strict compiler settings #trivial (#320)

This commit is contained in:
appleguy
2017-05-29 18:11:18 -07:00
committed by GitHub
parent b7cd0b1656
commit 6a28b740e6
11 changed files with 87 additions and 87 deletions

View File

@@ -36,7 +36,7 @@ NSMutableArray<NSMutableArray *> *ASTwoDimensionalArrayDeepMutableCopy(NSArray<N
return newArray;
}
void ASDeleteElementsInTwoDimensionalArrayAtIndexPaths(NSMutableArray *mutableArray, NSArray *indexPaths)
void ASDeleteElementsInTwoDimensionalArrayAtIndexPaths(NSMutableArray *mutableArray, NSArray<NSIndexPath *> *indexPaths)
{
if (indexPaths.count == 0) {
return;