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)
This commit is contained in:
Matthias Clasen
2004-11-01 18:47:12 +00:00
committed by Matthias Clasen
parent 938f1a9a5a
commit 286d84fcb0
12 changed files with 57 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ input_callback (GIOChannel *source,
}
static void
create_child ()
create_child (void)
{
int pid;
GIOChannel *in_channels[2];