Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)

2004-10-23  Matthias Clasen  <mclasen@redhat.com>

	* glib/gasyncqueue.c, glib/gatomic.c, glib/gdate.c,
	glib/giochannel.c, glib/gmain.c, glib/gspawn.c,
	glib/libcharset/localcharset.c: Apply a patch to fix
	sparse warnings. (#154696, Kjartan Maraas)
This commit is contained in:
Matthias Clasen
2004-10-24 01:37:42 +00:00
committed by Matthias Clasen
parent 034fef999e
commit 2e7514d052
12 changed files with 35 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ struct _GAsyncQueue
* Return value: the new #GAsyncQueue.
**/
GAsyncQueue*
g_async_queue_new ()
g_async_queue_new (void)
{
GAsyncQueue* retval = g_new (GAsyncQueue, 1);
retval->mutex = g_mutex_new ();