]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Enable the same warnings when targeting Windows as for Unix
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 10 Oct 2016 17:16:16 +0000 (18:16 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 10 Oct 2016 17:16:16 +0000 (18:16 +0100)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac

index a0833f0cbda7635b7acd8970861938efa0b66137..aa8bd578c1c36eb87b0cfbf87c72fd619c004551 100644 (file)
@@ -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 \