mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 22:18:11 +02:00
Opt-in to deprecation warnings for GLib 2.38 and 2.40
Now that g_test_trap_fork() has gone, we no longer have any calls to GLib functions deprecated in or before 2.40. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101362
This commit is contained in:
parent
4d6495d03d
commit
6ffec5ef16
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ fi
|
|||
# default (unless you don't have GLib), because they don't bloat the library
|
||||
# or binaries.
|
||||
|
||||
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_36], [Ignore post-2.36 deprecations])
|
||||
AC_DEFINE([GLIB_VERSION_MIN_REQUIRED], [GLIB_VERSION_2_40], [Ignore post-2.40 deprecations])
|
||||
AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_40], [Prevent post-2.40 APIs])
|
||||
|
||||
with_glib=yes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue