From 448a650ff7fffcefaad34da35c294247a984c25f Mon Sep 17 00:00:00 2001 From: Dmytro Podgornyi Date: Wed, 5 Jun 2024 02:45:50 +0300 Subject: [PATCH] issue: 3949975 Fix -Wtemplate-id-cdtor in xlio_list This fixes gcc-14 build. Signed-off-by: Dmytro Podgornyi --- src/core/util/xlio_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util/xlio_list.h b/src/core/util/xlio_list.h index ecda5adf8..b2440ebd1 100644 --- a/src/core/util/xlio_list.h +++ b/src/core/util/xlio_list.h @@ -112,7 +112,7 @@ template class xlio_list_t { } } - xlio_list_t(const xlio_list_t &other) + xlio_list_t(const xlio_list_t &other) { if (!other.empty()) { vlist_logwarn("Copy constructor is not supported for non-empty list! other.size=%zu",