build: Quench the compiler's thirst for warnings

This commit is contained in:
Emmanuele Bassi
2010-09-04 18:24:50 +01:00
parent 581e68b7d3
commit 19972a1b57
6 changed files with 9 additions and 1 deletions

View File

@@ -2470,6 +2470,7 @@ g_dbus_proxy_call_sync (GDBusProxy *proxy,
G_IO_ERROR,
G_IO_ERROR_FAILED,
_("Cannot invoke method; proxy is for a well-known name without an owner and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag"));
ret = NULL;
goto out;
}
}