mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix sparse warnings
These were listed in bug 623955
This commit is contained in:
@@ -285,7 +285,7 @@ gint *
|
||||
g_unix_fd_message_steal_fds (GUnixFDMessage *message,
|
||||
gint *length)
|
||||
{
|
||||
g_return_val_if_fail (G_UNIX_FD_MESSAGE (message), FALSE);
|
||||
g_return_val_if_fail (G_UNIX_FD_MESSAGE (message), NULL);
|
||||
|
||||
return g_unix_fd_list_steal_fds (message->priv->list, length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user