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)