diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-10-30 16:44:27 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-04 18:04:05 +0100 |
commit | e2ea6b63d333e6999d855a026a005726067c38ac (patch) | |
tree | 6e8854e4bb4d57eefa8e3af2177d1fdd932dab4f /buildlib | |
parent | 294a80209a0c6ea617a14fb2ae650d4fd329eab5 (diff) |
reenable gcc warnings for deprecated functions
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
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/environment.mak.in | 2 |
1 files changed, 0 insertions, 2 deletions
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 |