mbarbin / error-log

Reporting located errors and warnings
https://mbarbin.github.io/error-log/
MIT License
1 stars 0 forks source link

Force unused code warnings in ppx generated code #6

Closed mbarbin closed 1 month ago

mbarbin commented 1 month ago

Same as #5 but with a more recent preview of ppxlib. With this new ppxlib, the flag -unused-type-warnings must be set to force rather than simply true, because the ppx used haven't opted into allowing warnings yet.