mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +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 */
|
#endif /* HAVE_CUPS_API_1_2 */
|
||||||
|
|
||||||
GTK_NOTE (PRINTING,
|
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)
|
if (bytes == 0)
|
||||||
{
|
{
|
||||||
|
@ -317,7 +317,7 @@ _cairo_write_to_cups (void *closure,
|
|||||||
}
|
}
|
||||||
|
|
||||||
GTK_NOTE (PRINTING,
|
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;
|
data += written;
|
||||||
length -= written;
|
length -= written;
|
||||||
|
Loading…
Reference in New Issue
Block a user