From 282b5231570980bbb7379b1339be380bab359c3d Mon Sep 17 00:00:00 2001 From: levlam Date: Fri, 7 Jul 2023 00:16:08 +0300 Subject: [PATCH] Silence useless clang warning. --- CMake/TdSetUpCompiler.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake/TdSetUpCompiler.cmake b/CMake/TdSetUpCompiler.cmake index 536c5efb2..80f05916b 100644 --- a/CMake/TdSetUpCompiler.cmake +++ b/CMake/TdSetUpCompiler.cmake @@ -121,6 +121,7 @@ function(td_set_up_compiler) add_cxx_compiler_flag("-Wdeprecated") add_cxx_compiler_flag("-Wno-unused-command-line-argument") add_cxx_compiler_flag("-Qunused-arguments") + add_cxx_compiler_flag("-Wno-unknown-warning-option") add_cxx_compiler_flag("-Wodr") add_cxx_compiler_flag("-flto-odr-type-merging")