mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-19 14:40:54 +01:00
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:
parent
f678f23be2
commit
06cd2ade51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue