From 08eb9793464c5b84642fc6de52cb72cfd4074b7a Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 23 Feb 2024 18:52:32 +0100 Subject: [PATCH] M #-: Remove known overload warnings of virtual functions --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index a6275f8289..5cefc2156a 100755 --- a/SConstruct +++ b/SConstruct @@ -119,7 +119,8 @@ main_env.Append(LIBPATH=[ main_env.Append(CPPFLAGS=[ "-g", "-Wall", - "-std=c++17" + "-std=c++17", + "-Wno-overloaded-virtual" ]) # Linking flags & common libraries