1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-22 13:33:52 +03:00

M #-: Remove known overload warnings of virtual functions

This commit is contained in:
Ruben S. Montero 2024-02-23 18:52:32 +01:00
parent cd33d27cfb
commit 08eb979346
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -119,7 +119,8 @@ main_env.Append(LIBPATH=[
main_env.Append(CPPFLAGS=[ main_env.Append(CPPFLAGS=[
"-g", "-g",
"-Wall", "-Wall",
"-std=c++17" "-std=c++17",
"-Wno-overloaded-virtual"
]) ])
# Linking flags & common libraries # Linking flags & common libraries