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

@@ -1,3 +1,13 @@
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)
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c: Documentation updates.