diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-05 22:23:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-05 22:23:25 -0400 |
commit | 749758ec78b84ca577947fecca0ea54b790fd529 (patch) | |
tree | cc97b2150274a7b2256bb6ed8dc90d1054438afa /gthread | |
parent | 8e82225aedf81ea8a33deb3eb27a8878cd606521 (diff) |
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.
Diffstat (limited to 'gthread')
-rw-r--r-- | gthread/gthread-impl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gthread/gthread-impl.c b/gthread/gthread-impl.c index 82ef3a1fd..b0480ea4d 100644 --- a/gthread/gthread-impl.c +++ b/gthread/gthread-impl.c @@ -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."); } |