From 23e2b4d9b18cfe9aa9c50c5a63e922b592f23c4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 14 Sep 2019 19:16:28 +0000 Subject: Instead of disabling gcc's deprecated declaration warnings about e.g. std::auto_ptr in a whole bunch of individual Makefiles, make the warning globally non-fatal instead. This is similar to what was done to many more non-fatal warnings from newer gcc versions. --- lib/libdevdctl/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/libdevdctl') diff --git a/lib/libdevdctl/Makefile b/lib/libdevdctl/Makefile index 06e1892c80d3..5a18a14af622 100644 --- a/lib/libdevdctl/Makefile +++ b/lib/libdevdctl/Makefile @@ -18,8 +18,4 @@ WARNS?= 3 PRIVATELIB= true SHLIB_MAJOR= 0 -# Silence gcc warnings about deprecated std::auto_ptr, and various function -# objects from . -CWARNFLAGS+= -Wno-deprecated-declarations - .include -- cgit v1.3