8 Sep
2015
8 Sep
'15
7:45 a.m.
Thanks, after re-considering this, I think moving towards -Werror (and making this a "good style") works good enough and is the best solution for this problem right now. Hopefully I'll find time to remove all warnings at once to make its usage possible. On Thu, Sep 3, 2015 at 2:23 AM, Thomas Koster <tkoster@gmail.com> wrote:
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