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:
committed by
Björn Lindqvist
parent
53c45d129a
commit
6eb51d28e3
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user