X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs_c.c;h=1324fb6966f75a461db5c284e5e627184da5f19e;hb=095433f7b0b0a387268eb1a79c897d97092a9500;hp=7648ba931c1d949e516159486ee8c56391a757e5;hpb=3978a308a586e3a671807eb3716ba7c7596af21f;p=libguestfs.git diff --git a/ocaml/guestfs_c.c b/ocaml/guestfs_c.c index 7648ba9..1324fb6 100644 --- a/ocaml/guestfs_c.c +++ b/ocaml/guestfs_c.c @@ -225,7 +225,7 @@ clear_progress_callback (guestfs_h *g) } static void -progress_callback (guestfs_h *g, void *root, +progress_callback (guestfs_h *g ATTRIBUTE_UNUSED, void *root, int proc_nr, int serial, uint64_t position, uint64_t total) { CAMLparam0 ();