mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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.