[commit: ghc] master: Partially revert 475dd93efa (452d6aa)

git at git.haskell.org git at git.haskell.org
Fri Nov 14 17:51:54 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/452d6aa95b754a08e1e61800680ccbf6f968aef0/ghc

>---------------------------------------------------------------

commit 452d6aa95b754a08e1e61800680ccbf6f968aef0
Author: Austin Seipp <austin at well-typed.com>
Date:   Fri Nov 14 11:51:31 2014 -0600

    Partially revert 475dd93efa
    
    This introduces ./validate failures for Windows right now, so in the
    mean time let's just back this flag out as a default -Wall flag.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

452d6aa95b754a08e1e61800680ccbf6f968aef0
 compiler/main/DynFlags.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 70fc6d3..043174f 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3154,8 +3154,7 @@ minusWallOpts
         Opt_WarnMissingSigs,
         Opt_WarnHiShadows,
         Opt_WarnOrphans,
-        Opt_WarnUnusedDoBind,
-        Opt_WarnTrustworthySafe
+        Opt_WarnUnusedDoBind
       ]
 
 enableGlasgowExts :: DynP ()



More information about the ghc-commits mailing list