We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca8e9b commit 63623edCopy full SHA for 63623ed
1 file changed
src/passes/MinimizeRecGroups.cpp
@@ -96,7 +96,7 @@ struct BrandTypeIterator {
96
}
97
};
98
99
- bool useArray;
+ bool useArray = false;
100
std::vector<FieldInfo> fields;
101
102
HeapType operator*() const {
0 commit comments