[cmake] reenable -Wlanguage-extension-token

since the offending macros are now silenced reenable the warning so we
are warned about unintentional use of extensions.
This commit is contained in:
Armin Novak 2024-10-09 10:08:45 +02:00
parent 8abf9cbe7c
commit b73befd677
No known key found for this signature in database
GPG Key ID: 2CF4A2D2D3D72105
2 changed files with 0 additions and 2 deletions

View File

@ -43,7 +43,6 @@ if (ENABLE_WARNING_VERBOSE)
-Wno-reserved-identifier
-Wno-covered-switch-default
-Wno-disabled-macro-expansion
-Wno-language-extension-token
-Wno-ctad-maybe-unsupported
-Wno-c++98-compat
-Wno-c++98-compat-pedantic

View File

@ -43,7 +43,6 @@ if (ENABLE_WARNING_VERBOSE)
-Wno-reserved-identifier
-Wno-covered-switch-default
-Wno-disabled-macro-expansion
-Wno-language-extension-token
)
endif()