dbuenzli / cmdliner

Declarative definition of command line interfaces for OCaml
http://erratique.ch/software/cmdliner
ISC License
296 stars 56 forks source link

Fix warnings #169

Closed shym closed 1 year ago

shym commented 1 year ago

Fix a series of compiler warnings (warnings 27 unused-var-strict and 50 unexpected-docstring)

dbuenzli commented 1 year ago

Thanks but these warnings are not enabled by default. Please avoid making pointless PRs, it wastes everyone's time.

dbuenzli commented 1 year ago

See also https://github.com/dbuenzli/cmdliner/pull/159