ocaml/guestfs_c.c avoid signed/unsigned-comparison warning
authorJim Meyering <meyering@redhat.com>
Thu, 27 Aug 2009 10:34:38 +0000 (12:34 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 27 Aug 2009 11:23:52 +0000 (13:23 +0200)
commit1accb67720596bd946809d4032661f5d3adb7a26
treec8cea055cfa6e7797dfdeda1eed714c518f9a870
parent0fc0e4bd73c60c1cd742509a70cf79932def4ea5
ocaml/guestfs_c.c avoid signed/unsigned-comparison warning

* ocaml/guestfs_c.c (ocaml_guestfs_strings_val): Declare index as
unsigned int.
ocaml/guestfs_c.c