win32: silence build warning
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Wed, 6 Nov 2013 12:54:34 +0000 (13:54 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 Jan 2014 13:25:33 +0000 (08:25 -0500)
commit2873b3c20cf6b6ebde5bcaaf395675ba7bc3b696
tree75e2d0843498a9b3d6137321c0f5216fee9b53c6
parentb4474c0b6bd8aee7140259c9753162b66c954a03
win32: silence build warning

glocalfileinfo.c: In function '_g_local_file_info_get':
glocalfileinfo.c:1955:11: warning: passing argument 3 of
'get_thumbnail_attributes' from incompatible pointer type [enabled by
default]
           get_thumbnail_attributes (path, info, &statbuf);
           ^
glocalfileinfo.c:1285:1: note: expected 'const struct GStatBuf *' but
argument is of type 'struct _stati64 *'
 get_thumbnail_attributes (const char     *path,

https://bugzilla.gnome.org/show_bug.cgi?id=711547
gio/glocalfileinfo.c
gio/thumbnail-verify.c
gio/thumbnail-verify.h