mbarbin / vcs

A Versatile OCaml Library for Git Operations
https://mbarbin.github.io/vcs/
GNU Lesser General Public License v3.0
7 stars 0 forks source link

Force unused code warnings #10

Closed mbarbin closed 3 months ago

mbarbin commented 3 months ago

Use new flags released with ppxlib.0.33 to activate unused code warnings in ppx generated code.

This will also allow subsequent clean-up to remove some coverage off directives.