X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/294a80209a0c6ea617a14fb2ae650d4fd329eab5..e2ea6b63d333e6999d855a026a005726067c38ac:/buildlib/environment.mak.in 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