From b2d147117277ab0d8936620df73f45ec0bce12b3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 7 Oct 2016 19:13:52 +0100 Subject: [PATCH] Configure the compiler to suggest useful function attributes Signed-off-by: Simon McVittie --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index abc4ad1e..f58827f3 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 "