From fd311129700298e2f4a8bae100a25ca0abc423c0 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Fri, 29 Oct 2021 14:00:19 +0200
Subject: [PATCH] BUILD: Get ride of C++ warnings for C code

---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58150082..db413d80 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,8 +22,6 @@ set(COMMON_C_FLAGS
     -Wnull-dereference
     -Wdouble-promotion
     -Wformat=2
-    -Woverloaded-virtual
-    -Wnon-virtual-dtor
     -Wignored-qualifiers
 
     -fopenmp
-- 
GitLab