From 0aa111abd5dbea3d51b58abff98088006f964a38 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 3 Jan 2026 14:01:45 -0500 Subject: [PATCH] xo-alloc2: gcc compiler nit --- include/xo/alloc2/arena/ArenaConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/alloc2/arena/ArenaConfig.hpp b/include/xo/alloc2/arena/ArenaConfig.hpp index c8d3fac..fcd9534 100644 --- a/include/xo/alloc2/arena/ArenaConfig.hpp +++ b/include/xo/alloc2/arena/ArenaConfig.hpp @@ -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;