From 2f25a59a8c8eab281f5239ccc07bc257072bcb01 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Fri, 29 Oct 2021 13:59:17 +0200 Subject: [PATCH] BUILD: Don't abort on unknown clang option (for options available on latter versions, but CI is using an older one) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b78c8e7..58150082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ set(clang_C_FLAGS -Wno-extra-semi -Wno-format-nonliteral -Wno-missing-variable-declarations + -Wno-unknown-warning-option ) # Find dependencies -- GitLab