]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Configure the compiler to suggest useful function attributes
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 7 Oct 2016 18:13:52 +0000 (19:13 +0100)
committerSimon McVittie <smcv@debian.org>
Thu, 13 Oct 2016 21:44:33 +0000 (22:44 +0100)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac

index abc4ad1e179a836e270b0c10fd6d706408ad6ce8..f58827f36a150ddac31cef9eb2e3aae0ea83865c 100644 (file)
@@ -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
                   "