On 3 September 2015 at 04:44, Kostiantyn Rybnikov <k-bx@k-bx.com> wrote:
> There's a common situation I get into: I compile with "stack build" (or
> cabal build), get a big list of warnings, fix few of them, then I re-compile
> project, but a lot of warnings are gone now. The only option I'm left with
> is to use "-fforce-recomp".
If you're going to fix all the warnings anyway, why not just use -Werror?
--
Thomas Koster