mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 14:10:15 +01:00
Don't bother with -Werror on Windows for now
We have so many warnings
This commit is contained in:
parent
4806504180
commit
97e5d4e13d
1 changed files with 2 additions and 1 deletions
|
|
@ -1023,7 +1023,8 @@ ld_supports_flag() {
|
|||
fi
|
||||
}
|
||||
|
||||
if test x$USE_MAINTAINER_MODE = xyes; then
|
||||
# Don't bother with -Werror on Windows for now, too many warnings
|
||||
if test x$dbus_win != xyes -a x$USE_MAINTAINER_MODE = xyes; then
|
||||
if cc_supports_flag "-Werror"; then
|
||||
CFLAGS="$CFLAGS -Werror"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue