Skip to content

Commit fcd9f1a

Browse files
committed
Silence the analyzer
1 parent 52369c0 commit fcd9f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/git/PBGitRepository.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ - (PBGitStash *)stashForRef:(PBGitRef *)ref {
638638
if ([stash.ref isEqualToRef:ref]) {
639639
found = stash;
640640
stop = YES;
641+
(void)stop;
641642
}
642643
}];
643644
return found;

0 commit comments

Comments
 (0)