mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Add a warning to g_thread_init_with_errorcheck_mutexes
Should anybody try to use this, we should at least tell them that its gone.
This commit is contained in:
parent
8e82225aed
commit
749758ec78
@ -44,4 +44,5 @@ void
|
||||
g_thread_init_with_errorcheck_mutexes (gpointer vtable)
|
||||
{
|
||||
g_assert (vtable == NULL);
|
||||
g_warning ("GThread system no longer supports errorcheck mutexes.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user