From: Simon McVittie Date: Fri, 7 Oct 2016 18:13:52 +0000 (+0100) Subject: Configure the compiler to suggest useful function attributes X-Git-Tag: dbus-1.11.8~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2d147117277ab0d8936620df73f45ec0bce12b3;p=thirdparty%2Fdbus.git Configure the compiler to suggest useful function attributes Signed-off-by: Simon McVittie --- diff --git a/configure.ac b/configure.ac index abc4ad1e1..f58827f36 100644 --- a/configure.ac +++ b/configure.ac @@ -1361,8 +1361,6 @@ dnl TODO: The compiler flags below disable warnings that the dnl compiler emits while building dbus. Fix the source dnl code and remove these flags. DISABLE_WARNINGS="$DISABLE_WARNINGS - -Wno-suggest-attribute=format - -Wno-suggest-attribute=noreturn -Wno-switch-default -Wno-switch-enum "