summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ctor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctor.cc b/ctor.cc
index 401911c..2f4cb14 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -63,6 +63,7 @@ BuildConfigurations myConfigs()
.cxxflags = {
"-fPIC",
"-Wall", "-Werror", "-Wextra",// "-Wconversion",
+ "-Wno-deprecated-copy",
"-g",
},
},
@@ -93,6 +94,7 @@ BuildConfigurations myConfigs()
.cxxflags = {
"-fPIC",
"-Wall", "-Werror", "-Wextra",// "-Wconversion",
+ "-Wno-deprecated-copy",
"-g",
},
},