yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
369 stars 95 forks source link

Fix some const-related warnings #638

Closed yallop closed 4 years ago

yallop commented 4 years ago

In recent versions of OCaml, String_val returns const char*, not char *: https://github.com/ocaml/ocaml/pull/1274

Cf. https://github.com/ocamllabs/ocaml-ctypes/issues/134#issuecomment-605786250 (which is related, but not fixed by this PR).