From e7b8283ecb69ef2365daf4a278b7a2db790d27ee Mon Sep 17 00:00:00 2001
From: Soeren Peters <peters@irmb.tu-bs.de>
Date: Fri, 7 May 2021 10:50:15 +0200
Subject: [PATCH] Switch them really off now!

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f50f6e2b1..c5de91281 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ vf_cmake_args = [
     "-DUSE_MPI=ON",
     "-DBUILD_SHARED_LIBS=OFF",
     "-DBUILD_VF_UNIT_TESTS:BOOL=ON",
-    "-DBUILD_WARNINGS_AS_ERRORS=ON"
+    "-DBUILD_WARNINGS_AS_ERRORS=OFF"
 ]
 
 
-- 
GitLab