Julien Grall writes ("[PATCH 0/8] Fix build with using OCaml 4.06.1 and -safe-string"): > This series is meant to solve the build issue reported by Dario when > using recent version of OCaml and -safe-string.
Thanks. I have reviewed the C tools parts here. I think the ocaml parts ought to have a review from someone familiar with the ocaml FFI. > I took the opportunity to harden a bit more the code by using const more > often. I approve. Perhaps we should start building our C code with -Wwrite-strings, which makes "" have type const char* ? Result would be a giant constification patch, probably. Ian.