Skip to content

Commit 159fe76

Browse files
gottesmmCodaFi
authored andcommitted
[gardening] Silence a warning in release builds. (#8700)
1 parent 9bf22d3 commit 159fe76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/SILGen/FormalEvaluation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ void FormalEvaluationScope::popImpl() {
104104
// Save our start point to make sure that we are not adding any new cleanups
105105
// to the front of the stack.
106106
stable_iterator originalBegin = context.stable_begin();
107+
(void)originalBegin;
107108

108109
// Then working down the stack until we visit unwrappedSavedDepth...
109110
for (; iter != unwrappedSavedDepth; ++iter) {

0 commit comments

Comments
 (0)