summaryrefslogtreecommitdiff
path: root/gtk/gtkmountoperation-stub.c
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2014-08-13 18:17:23 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2014-08-13 23:40:59 +0000
commit1b9fa975af45b1723fe21a65503859609dc0e7ad (patch)
tree9cfd150d76d7e2c0c00fb5d352a1c650c2d87e0f /gtk/gtkmountoperation-stub.c
parent694c8d32d5fab4ef8d0139a910cee95200c34d8a (diff)
downloadgtk+-1b9fa975af45b1723fe21a65503859609dc0e7ad.tar.gz
Fix some print format warnings
https://bugzilla.gnome.org/show_bug.cgi?id=734736
Diffstat (limited to 'gtk/gtkmountoperation-stub.c')
-rw-r--r--gtk/gtkmountoperation-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation-stub.c b/gtk/gtkmountoperation-stub.c
index 3811f0bf01..7307052c0a 100644
--- a/gtk/gtkmountoperation-stub.c
+++ b/gtk/gtkmountoperation-stub.c
@@ -60,7 +60,7 @@ _gtk_mount_operation_kill_process (GPid pid,
G_IO_ERROR,
G_IO_ERROR_NOT_SUPPORTED,
_("Cannot kill process with PID %d. Operation is not implemented."),
- pid);
+ (int) pid);
return FALSE;
}