paparazzi / pprzlink

Message and communication library for the Paparazzi UAV system
Other
24 stars 55 forks source link

Ocaml 405 fix pprzlink #77

Closed rijesha closed 6 years ago

rijesha commented 6 years ago

Various ocaml fixes for ocaml build warnings.

Warning 52 was fixed by running the exception for all the possible cases. Most of these were for fairly trivial errors ie: Failure ("int_ofstring") changed to Failure

Code was tested with ocaml 4.01, 4.02, 4.04 and 4.05.

See https://github.com/paparazzi/paparazzi/pull/2221 and https://github.com/paparazzi/paparazzi/issues/2140