mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Matthias Clasen
parent
938f1a9a5a
commit
286d84fcb0
@@ -135,7 +135,7 @@ input_callback (GIOChannel *source,
|
||||
}
|
||||
|
||||
static void
|
||||
create_child ()
|
||||
create_child (void)
|
||||
{
|
||||
int pid;
|
||||
GIOChannel *in_channels[2];
|
||||
|
Reference in New Issue
Block a user