From 2e0ec5537d988e4a3a6abc886d72d068a8fd71a0 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 --- xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp b/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp index c8d3faca..fcd95347 100644 --- a/xo-alloc2/include/xo/alloc2/arena/ArenaConfig.hpp +++ b/xo-alloc2/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;