[commit: ghc] wip/nfs-locking: Use -Wall when compiling the build system. (134cac9)

git at git.haskell.org git at git.haskell.org
Thu Oct 26 23:36:32 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/134cac9ab3a450be48cadce39a0faac00be227fb/ghc

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

commit 134cac9ab3a450be48cadce39a0faac00be227fb
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Aug 22 17:59:54 2015 +0100

    Use -Wall when compiling the build system.


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

134cac9ab3a450be48cadce39a0faac00be227fb
 build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.bat b/build.bat
index b6b9a82..b45bdde 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,2 @@
 @mkdir _shake 2> nul
- at ghc --make -fwarn-tabs -fwarn-unused-imports src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
+ at ghc --make -Wall src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*



More information about the ghc-commits mailing list