Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fcd9f1a

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)