From 9d268f70e915031e22031056b62fa227709e3b42 Mon Sep 17 00:00:00 2001 From: xbzk Date: Mon, 17 Aug 2026 18:30:51 -0300 Subject: [PATCH] [build] Drop invalid c98 warning suppression --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4254b18d0b..cbcdaccd0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,8 +172,6 @@ if (CXX_CLANG_CL) $<$:-Wno-c++98-compat-pedantic> $<$:-Wno-c++98-compat> $<$:-Wno-c99-compat> - $<$:-Wno-c98-compat> - $<$:-Wno-c99-extensions> $<$:/EHsc>) # REQUIRED CPU features IN Windows-amd64 if (ARCHITECTURE_x86_64)