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 45090b3 commit 6c7c660Copy full SHA for 6c7c660
flang/lib/Lower/OpenMP/Clauses.cpp
@@ -164,8 +164,8 @@ std::optional<Object> getBaseObject(const Object &object,
164
// as the symbol in the input object,
165
// e.g. A(i) is represented as {Symbol(A), Designator(ArrayRef(A, i))}.
166
// Here we have the Symbol(A), which is what we started with.
167
+ (void)symRef;
168
assert(&**symRef == object.sym());
- [[maybe_unused]] auto *unused = symRef;
169
return std::nullopt;
170
}
171
} else {
0 commit comments