Deprecate g_thread_create_full()
[platform/upstream/glib.git] / tests / timeloop.c
index 4f0a535..457e74d 100644 (file)
@@ -134,7 +134,7 @@ input_callback (GIOChannel   *source,
 }
 
 static void
-create_child ()
+create_child (void)
 {
   int pid;
   GIOChannel *in_channels[2];