summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/elidestringvar.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/compilerplugins/clang/elidestringvar.cxx b/compilerplugins/clang/elidestringvar.cxx
index 79aa75b2da8f..d0336fd8bbbd 100644
--- a/compilerplugins/clang/elidestringvar.cxx
+++ b/compilerplugins/clang/elidestringvar.cxx
@@ -316,6 +316,7 @@ public:
{
assert(!innermostLoop_.empty());
assert(innermostLoop_.top() == stmt);
+ (void)stmt;
innermostLoop_.pop();
return true;
}
@@ -341,6 +342,7 @@ public:
{
assert(!innermostLoop_.empty());
assert(innermostLoop_.top() == stmt);
+ (void)stmt;
innermostLoop_.pop();
return true;
}
@@ -366,6 +368,7 @@ public:
{
assert(!innermostLoop_.empty());
assert(innermostLoop_.top() == stmt);
+ (void)stmt;
innermostLoop_.pop();
return true;
}
@@ -391,6 +394,7 @@ public:
{
assert(!innermostLoop_.empty());
assert(innermostLoop_.top() == stmt);
+ (void)stmt;
innermostLoop_.pop();
return true;
}