[commit: ghc] wip/nfs-locking: Add -fno-warn-name-shadowing. (7d7802d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:18:12 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/7d7802d73a03dd913d43aad6e36ec6e72c6744ae/ghc
>---------------------------------------------------------------
commit 7d7802d73a03dd913d43aad6e36ec6e72c6744ae
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Feb 8 23:17:49 2016 +0000
Add -fno-warn-name-shadowing.
>---------------------------------------------------------------
7d7802d73a03dd913d43aad6e36ec6e72c6744ae
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index 719e85e..77c9fa4 100755
--- a/build.sh
+++ b/build.sh
@@ -35,6 +35,7 @@ mkdir -p "$root/.shake"
ghc \
"$root/src/Main.hs" \
-Wall \
+ -fno-warn-name-shadowing \
-i"$root/src" \
-rtsopts \
-with-rtsopts=-I0 \
More information about the ghc-commits
mailing list