We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bfcd2 commit de004abCopy full SHA for de004ab
1 file changed
src/passes/Heap2Local.cpp
@@ -910,7 +910,7 @@ struct Struct2Local : PostWalker<Struct2Local> {
910
return;
911
}
912
913
- auto& field = fields[curr->index];
+ [[maybe_unused]] auto& field = fields[curr->index];
914
auto type = curr->type;
915
assert(type == field.type);
916
assert(!field.isPacked());
@@ -985,7 +985,7 @@ struct Struct2Local : PostWalker<Struct2Local> {
985
986
987
988
989
990
991
0 commit comments