1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

remove -Wno-unused-top-binds; unused top bindings are a signal of dead code

This commit is contained in:
Ayman Nadeem 2020-01-16 15:35:00 -05:00
parent c380908a2a
commit e648302a44

View File

@ -32,7 +32,6 @@ common haskell
-Wno-missed-specialisations
-Wno-all-missed-specialisations
-Wno-star-is-type
-Wno-unused-top-binds
if (impl(ghc >= 8.8))
ghc-options: -Wno-missing-deriving-strategies