xo-alloc2: gcc compiler nit
This commit is contained in:
parent
c1ebe1febd
commit
0aa111abd5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ namespace xo {
|
|||
**/
|
||||
bool store_header_flag_ = false;
|
||||
/** configuration for per-alloc header **/
|
||||
AllocHeaderConfig header_;
|
||||
AllocHeaderConfig header_{};
|
||||
/** true to enable debug logging **/
|
||||
bool debug_flag_ = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue