mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Fix more warning-addition fallout
I'm normally a big fan of small atomic commits, but I also want to get things done this afternoon... Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687441 Reviewed-by: Colin Walters <walters@verbum.org>
This commit is contained in:
@@ -277,7 +277,7 @@ test_g_static_rw_lock_thread (gpointer data)
|
||||
}
|
||||
|
||||
static void
|
||||
test_g_static_rw_lock ()
|
||||
test_g_static_rw_lock (void)
|
||||
{
|
||||
GThread *threads[THREADS];
|
||||
guint i;
|
||||
@@ -368,8 +368,8 @@ test_g_thread_once (void)
|
||||
}
|
||||
|
||||
/* run all the tests */
|
||||
void
|
||||
run_all_tests()
|
||||
static void
|
||||
run_all_tests (void)
|
||||
{
|
||||
test_g_mutex ();
|
||||
test_g_static_rec_mutex ();
|
||||
|
Reference in New Issue
Block a user