From 286d84fcb015da87985c6d2d996d76960322b36d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Nov 2004 18:47:12 +0000 Subject: glib/gdebug.h glib/gutils.c gobject/gtype.c gthread/gthread-posix.c 2004-11-01 Matthias Clasen * 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) --- tests/timeloop-closure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/timeloop-closure.c') diff --git a/tests/timeloop-closure.c b/tests/timeloop-closure.c index 176b8109f..ecbe29087 100644 --- a/tests/timeloop-closure.c +++ b/tests/timeloop-closure.c @@ -135,7 +135,7 @@ input_callback (GIOChannel *source, } static void -create_child () +create_child (void) { int pid; GIOChannel *in_channels[2]; -- cgit v1.2.3