From 06cd2ade5186f69cd3fe8bfd909f5ed5d0a8df70 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 10 Oct 2016 18:16:16 +0100 Subject: [PATCH] Enable the same warnings when targeting Windows as for Unix Signed-off-by: Simon McVittie --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0833f0c..aa8bd578 100644 --- a/configure.ac +++ b/configure.ac @@ -1350,7 +1350,7 @@ TP_COMPILER_WARNINGS([WARNING_CFLAGS], dnl - we're not on Windows (too many warnings), and dnl - we're in developer mode (a D-Bus developer, not a distro or end-user) dnl Override with --enable-Werror or --disable-Werror - [test x$dbus_win != xyes -a x$dbus_cygwin != xyes -a x$enable_developer = xyes], + [x$enable_developer = xyes], dnl Enable these warnings if possible: [all \