From 5126c215f410bb04ce4148d2ee04b1790547935c Mon Sep 17 00:00:00 2001 From: harre Date: Tue, 18 May 2021 01:19:12 +0200 Subject: [PATCH] Remove not needed ignored warning as code got fixed already #25 --- oscar/oscar.pro | 7 ------- 1 file changed, 7 deletions(-) diff --git a/oscar/oscar.pro b/oscar/oscar.pro index e786f8f9..f90ac25d 100644 --- a/oscar/oscar.pro +++ b/oscar/oscar.pro @@ -506,13 +506,6 @@ gcc | clang { QMAKE_CXXFLAGS += -Wno-error=stringop-overread message("Removing stringop-overread error") } - else { - greaterThan(COMPILER_MAJOR, 9) : { - QMAKE_CFLAGS += -Wno-error=depreciated-copy - QMAKE_CXXFLAGS += -Wno-error=depreciated-copy - message("Removing depreciated-copy error") - } - } }