mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gdbusprivate: Avoid a warning about a statement with no effect
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
daf90bfa99
commit
0604f58582
@ -1945,11 +1945,10 @@ _g_dbus_initialize (void)
|
||||
|
||||
if (g_once_init_enter (&initialized))
|
||||
{
|
||||
GQuark g_dbus_error_domain;
|
||||
const gchar *debug;
|
||||
|
||||
g_dbus_error_domain = G_DBUS_ERROR;
|
||||
(g_dbus_error_domain); /* To avoid -Wunused-but-set-variable */
|
||||
/* Ensure the domain is registered. */
|
||||
g_dbus_error_quark ();
|
||||
|
||||
debug = g_getenv ("G_DBUS_DEBUG");
|
||||
if (debug != NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user