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:
parent
cd33d27cfb
commit
08eb979346
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user