From 025396cded105cac80a19e715d5011723a888b23 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 May 2022 18:47:06 +0200 Subject: Remove warning that breaks compilation on some (older) versions of Qt. --- ctor.cc | 2 ++ 1 file changed, 2 insertions(+) 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", }, }, -- cgit v1.2.3