We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34e10f commit 22e9df0Copy full SHA for 22e9df0
src/app/ConcreteClusterPath.h
@@ -52,7 +52,7 @@ struct ConcreteClusterPath
52
// to alignment requirements it's "free" in the sense of not needing more
53
// memory to put it here. But we don't initialize it, because that
54
// increases codesize for the non-consumers.
55
- bool mExpanded = false; // NOTE: in between larger members
+ bool mExpanded; // NOTE: in between larger members, NOT initialized (see above)
56
ClusterId mClusterId = 0;
57
};
58
0 commit comments