From e4c1b836c8841c6f215cad9805bfe1a7382b5a72 Mon Sep 17 00:00:00 2001 From: Carson Radtke Date: Thu, 21 Aug 2025 10:02:42 -0600 Subject: [PATCH] revert -Wno-reserved-identifier --- tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9d739ae..28d81bf 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -101,7 +101,6 @@ if(MSVC) # MSVC or simulating MSVC -Wfloat-equal -Wno-c++98-compat -Wno-c++98-compat-pedantic - -Wno-reserved-identifier -Wno-covered-switch-default # GTest -Wno-deprecated-declarations # Allow tests for [[deprecated]] elements -Wno-global-constructors # GTest