summaryrefslogtreecommitdiff
path: root/tests/timeloop.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-11-01 18:47:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-11-01 18:47:12 +0000
commit286d84fcb015da87985c6d2d996d76960322b36d (patch)
tree0da8d7393005b5fdf944869ab3569d95b4be778c /tests/timeloop.c
parent938f1a9a5ae4e9ee61a2779406cb319fb2299535 (diff)
glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c
2004-11-01 Matthias Clasen <mclasen@redhat.com> * glib/gconvert.c: * glib/gdebug.h * glib/gutils.c * gobject/gtype.c * gthread/gthread-posix.c * tests/timeloop-closure.c * tests/timeloop.c: Fix sparse warnings. (#157014, Kjartan Maraas)
Diffstat (limited to 'tests/timeloop.c')
-rw-r--r--tests/timeloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timeloop.c b/tests/timeloop.c
index 4f0a5351d..457e74de7 100644
--- a/tests/timeloop.c
+++ b/tests/timeloop.c
@@ -134,7 +134,7 @@ input_callback (GIOChannel *source,
}
static void
-create_child ()
+create_child (void)
{
int pid;
GIOChannel *in_channels[2];