From 8258a7cc3277b82a7a5f84327a1a107a3063399d Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Mon, 4 Nov 2024 17:31:48 +0100 Subject: [PATCH] use c2x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b23c95de2..fa4f4bd08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,7 +85,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang") add_compile_options( -Wshorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments - -Wno-c23-extensions + -Wno-c2x-extensions ) endif()