From 92c117d186c29b77b829e6ec6d88082bbd3e1016 Mon Sep 17 00:00:00 2001 From: Eidolon Date: Tue, 30 Sep 2025 21:09:10 -0500 Subject: [PATCH] remove more g++ warning flags --- src/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a5462ee1b..89771918b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -624,8 +624,6 @@ target_compile_options(SRB2SDL2 PRIVATE -Wall -Wno-c++11-compat -Wno-c++14-compat # No C++14 compat needed - -Wc++20-extensions - -Wc++23-extensions # Disallow newer language features entirely > # C++, Clang and Apple Clang