Fix two compilation warnings

This commit is contained in:
Colin Walters 2010-07-19 17:48:17 -04:00
parent 5b5ab282a6
commit c8fb0f97a8

View File

@ -314,7 +314,7 @@ validate_header_basic (const guint8 *memory,
G_TYPELIB_ERROR,
G_TYPELIB_ERROR_INVALID_HEADER,
"Typelib size %" G_GSIZE_FORMAT " does not match %" G_GSIZE_FORMAT,
header->size, len);
(gsize) header->size, len);
return FALSE;
}