diff --git a/cmake/CXXCompilerFlags.cmake b/cmake/CXXCompilerFlags.cmake index 4ad13efe3..52411f328 100644 --- a/cmake/CXXCompilerFlags.cmake +++ b/cmake/CXXCompilerFlags.cmake @@ -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 diff --git a/cmake/CompilerFlags.cmake b/cmake/CompilerFlags.cmake index cdb2ae4da..db0f4efb4 100644 --- a/cmake/CompilerFlags.cmake +++ b/cmake/CompilerFlags.cmake @@ -43,6 +43,7 @@ if (ENABLE_WARNING_VERBOSE) -Wno-reserved-identifier -Wno-covered-switch-default -Wno-disabled-macro-expansion + -Wno-language-extension-token ) endif()