summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:47:06 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:47:06 +0200
commit025396cded105cac80a19e715d5011723a888b23 (patch)
tree27032b01cd670727eaf5272b422592f229f187a6
parentbc64a989bc91cbf2acf06bbbdc402861e31aab81 (diff)
Remove warning that breaks compilation on some (older) versions of Qt.
-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",
},
},