forhappy / uv-ocaml

Ocaml binding for joyent/libuv[https://github.com/joyent/libuv]
BSD 3-Clause "New" or "Revised" License
15 stars 1 forks source link

fix warning messages from pedantic flag in C compilation #9

Open nrlucaroni opened 10 years ago

nrlucaroni commented 10 years ago

(this may be resolved in switching to c-types) (see Issue #3 )

rgrinberg commented 10 years ago

+1 for switching to ctypes. But I think it would be best to do it once stub generation is settled.

nrlucaroni commented 10 years ago

Good to know, I've been wanting a reason to look into ctypes, but I guess I'll wait a bit.