Skip to content

Commit f15ec7e

Browse files
committed
Fix release warning
1 parent aa0822a commit f15ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ALNavigationCoordinator+ALSnapping.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ - (ALNavigationCoordinatorSnapLocation)al_snapLocationNearestPoint:(CGPoint)poin
5252

5353
- (CGPoint)al_pointForSnapLocation:(ALNavigationCoordinatorSnapLocation)location
5454
{
55-
ALNavigationCoordinatorSnapLocation snapLocations = self.viewModel.snapLocations;
55+
ALNavigationCoordinatorSnapLocation snapLocations __unused = self.viewModel.snapLocations;
5656
NSParameterAssert(AL_OPTION_SET(snapLocations, location));
5757

5858
NSArray<ALSnapLocationWrapper *> *wrappers = [self al_wrappersForSnapLocations:location];

0 commit comments

Comments
 (0)