From fc4298fa10185211fe91a7b3b55032842936d904 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Sun, 21 Aug 2016 19:20:18 +0200 Subject: Remove unnecessary compiler option '-Wno-address' This patch removes '-Wno-address' as there are no warnings suppressed by this option. Signed-off-by: Thomas Zimmermann --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2a37583..aaa87c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1357,7 +1357,6 @@ dnl TODO: The compiler flags below disable warnings that the dnl compiler emits while building D-Bus. Fix the source dnl code and remove these flags. DISABLE_WARNINGS="$DISABLE_WARNINGS - -Wno-address -Wno-format-nonliteral -Wno-redundant-decls -Wno-suggest-attribute=format -- 2.7.4