Files
libguestfs/ocaml
Richard W.M. Jones fe9d3f7a90 ocaml: Ignore Warning 3: deprecated feature: String.* functions.
In OCaml 4.02, the 'string' type can be made immutable.  All String.*
functions that are concerned with creating or mutating strings now
give a warning like this:

  Warning 3: deprecated feature: String.unsafe_set

Disable this warning since we don't want to turn on immutable strings
yet.
2014-07-15 17:51:52 +01:00
..
2011-07-17 11:23:47 +01:00
2014-01-02 16:53:34 +00:00
2014-01-02 16:53:34 +00:00