Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52369c0 commit fcd9f1aCopy full SHA for fcd9f1a
1 file changed
Classes/git/PBGitRepository.m
@@ -638,6 +638,7 @@ - (PBGitStash *)stashForRef:(PBGitRef *)ref {
638
if ([stash.ref isEqualToRef:ref]) {
639
found = stash;
640
stop = YES;
641
+ (void)stop;
642
}
643
}];
644
return found;
0 commit comments