Enable the same warnings when targeting Windows as for Unix

Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Simon McVittie 2016-10-10 18:16:16 +01:00
parent f678f23be2
commit 06cd2ade51

View 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 \