From 2f71c785fc762f04aec1ba5029f1899f814a3686 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 9 Dec 2020 22:03:44 +0000 Subject: [PATCH] f --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a6d32217c..3f569b35e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,6 +111,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES Clang) -Wno-weak-vtables -Wno-documentation -Wno-documentation-unknown-command + -Wno-bad-function-cast ) endif() endif()