Mark some functions 'static' in glib/tests
[platform/upstream/glib.git] / glib / tests / 642026.c
index 4764680..05f9f25 100644 (file)
@@ -46,7 +46,7 @@ static gpointer thread_func (gpointer nil)
   return nil;
 }
 
-void
+static void
 testcase (void)
 {
   g_test_bug ("642026");