We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf22d3 commit 159fe76Copy full SHA for 159fe76
lib/SILGen/FormalEvaluation.cpp
@@ -104,6 +104,7 @@ void FormalEvaluationScope::popImpl() {
104
// Save our start point to make sure that we are not adding any new cleanups
105
// to the front of the stack.
106
stable_iterator originalBegin = context.stable_begin();
107
+ (void)originalBegin;
108
109
// Then working down the stack until we visit unwrappedSavedDepth...
110
for (; iter != unwrappedSavedDepth; ++iter) {
0 commit comments