From 755bbcbe5641bcd4dbcdd43c21aa696da51e63b9 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 6 Nov 2025 13:12:10 -0500 Subject: [PATCH] Fix gcc 15 build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 610a399..30d3f02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,7 @@ endif() if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") add_compile_options("-Wno-maybe-uninitialized") + add_compile_options("-Wno-maybe-musttail-local-addr") endif() if(NOT APPLE)