More warning fixes

This commit is contained in:
Matthias Clasen 2006-04-05 05:05:01 +00:00
parent 973b4b8442
commit a58772f052
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* tests/tree-test.c: Silence a warning
* tests/utf8-pointer.c:
* tests/tree-test.c: Silence warnings.
2006-04-04 Matthias Clasen <mclasen@redhat.com>

View File

@ -1,6 +1,7 @@
2006-04-05 Matthias Clasen <mclasen@redhat.com>
* tests/tree-test.c: Silence a warning
* tests/utf8-pointer.c:
* tests/tree-test.c: Silence warnings.
2006-04-04 Matthias Clasen <mclasen@redhat.com>

View File

@ -24,6 +24,7 @@
* GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
#include <string.h>
#include <glib.h>
/* Test conversions between offsets and pointers */