revert -Wno-reserved-identifier

This commit is contained in:
Carson Radtke
2025-08-21 10:02:42 -06:00
parent e2dd4548c0
commit e4c1b836c8

View File

@@ -101,7 +101,6 @@ if(MSVC) # MSVC or simulating MSVC
-Wfloat-equal -Wfloat-equal
-Wno-c++98-compat -Wno-c++98-compat
-Wno-c++98-compat-pedantic -Wno-c++98-compat-pedantic
-Wno-reserved-identifier
-Wno-covered-switch-default # GTest -Wno-covered-switch-default # GTest
-Wno-deprecated-declarations # Allow tests for [[deprecated]] elements -Wno-deprecated-declarations # Allow tests for [[deprecated]] elements
-Wno-global-constructors # GTest -Wno-global-constructors # GTest