From: Simon McVittie Date: Mon, 10 Oct 2016 17:16:16 +0000 (+0100) Subject: Enable the same warnings when targeting Windows as for Unix X-Git-Tag: dbus-1.11.8~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06cd2ade5186f69cd3fe8bfd909f5ed5d0a8df70;p=thirdparty%2Fdbus.git Enable the same warnings when targeting Windows as for Unix Signed-off-by: Simon McVittie --- diff --git a/configure.ac b/configure.ac index a0833f0cb..aa8bd578c 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 \