Merge pull request #10651 from akallabeth/disable-language-extension-warn

[compiler,warnings] disable -Wlanguage-extension-token
This commit is contained in:
Martin Fleisz
2024-09-20 14:07:11 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

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