tests/pixbuf-lowmem.c tests/pixbuf-random.c

2008-05-25  Björn Lindqvist  <bjourne@gmail.com>

	* tests/pixbuf-lowmem.c
	* tests/pixbuf-random.c
	* tests/pixbuf-randomly-modified.c
	* tests/pixbuf-read.c
	* tests/pixbuf-threads.c
	* tests/testgtk.c
	* tests/testtreeview.c: Fix remaining compiler warnings in these
	files (#523751).

svn path=/trunk/; revision=20144
This commit is contained in:
Björn Lindqvist
2008-05-25 08:41:15 +00:00
committed by Björn Lindqvist
parent 53c45d129a
commit 6eb51d28e3
8 changed files with 35 additions and 43 deletions

View File

@ -33,7 +33,7 @@ load_image (gpointer data,
gchar *filename = data;
FILE *file;
int nbytes;
char buf[1024];
guchar buf[1024];
size_t bufsize = 1024;
GdkPixbufLoader *loader;
GError *error = NULL;