From e2ea6b63d333e6999d855a026a005726067c38ac Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 30 Oct 2015 16:44:27 +0100 Subject: reenable gcc warnings for deprecated functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In the meantime the strange warnings disappeared, so we can get back to showing them – and fix the one occurance which creeped in in the meantime. Git-Dch: Ignore --- buildlib/environment.mak.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'buildlib') diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index bf0edb941..51fbc72fb 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -14,8 +14,6 @@ CXXFLAGS+= -Wcast-align -Wlogical-op -Wredundant-decls -Wmissing-declarations -W CXXFLAGS+= -Wctor-dtor-privacy -Wdisabled-optimization -Winit-self -Wmissing-include-dirs -Wnoexcept -Wsign-promo -Wundef # suggests methods which already have such an attribute #CXXFLAGS+= -Wsuggest-attribute=pure -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -# gcc reports currently lots of them at the end of file - unknown reason -CXXFLAGS+= -Wno-deprecated-declarations # sanitize options to be enabled for testing #CXXFLAGS+= -fsanitize=address -fsanitize=undefined -fno-sanitize=vptr # a bit too pedantic to be run by default -- cgit v1.2.3