diff --git a/CMakeLists.txt b/CMakeLists.txt index 4401316..4eabf7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang" -Wno-switch-enum -Wno-missing-noreturn -Wno-covered-switch-default + -Wno-c++2a-compat ) elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") set(warning_options -Wall -Wpedantic -Wextra)