mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Fix two compilation warnings
This commit is contained in:
parent
5b5ab282a6
commit
c8fb0f97a8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user