mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
cups: Fix compile warnings with --enable-debug
This commit is contained in:
parent
f0d337a0ca
commit
efefc4e794
@ -1406,7 +1406,7 @@ _get_read_data (GtkCupsRequest *request)
|
||||
#endif /* HAVE_CUPS_API_1_2 */
|
||||
|
||||
GTK_NOTE (PRINTING,
|
||||
g_print ("CUPS Backend: %i bytes read\n", bytes));
|
||||
g_print ("CUPS Backend: %"G_GSIZE_FORMAT" bytes read\n", bytes));
|
||||
|
||||
if (bytes == 0)
|
||||
{
|
||||
|
@ -317,7 +317,7 @@ _cairo_write_to_cups (void *closure,
|
||||
}
|
||||
|
||||
GTK_NOTE (PRINTING,
|
||||
g_print ("CUPS Backend: Wrote %i bytes to temp file\n", written));
|
||||
g_print ("CUPS Backend: Wrote %"G_GSIZE_FORMAT" bytes to temp file\n", written));
|
||||
|
||||
data += written;
|
||||
length -= written;
|
||||
|
Loading…
Reference in New Issue
Block a user