mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
@@ -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.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user