From 06210c2aaeb44e6292927f2cee89e88c9b404611 Mon Sep 17 00:00:00 2001
From: "Christian R. G. Dreher" <c.dreher@kit.edu>
Date: Fri, 24 Apr 2020 12:15:52 +0200
Subject: [PATCH] Whitelist deprecated warnings for Werror

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2ec39164d..096aaf0a4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,6 +64,7 @@ if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8.0)
     add_compile_options(-Wno-error=unused-but-set-variable)
     add_compile_options(-Wno-error=unused-variable)
     add_compile_options(-Wno-error=unused-parameter)
+    add_compile_options(-Wno-error=deprecated)
 endif()
 
 #######################################################################################
-- 
GitLab