From b95ae7e97b3acad9270698bc63d7c8d4c5248f2b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Oct 2012 00:29:15 -0400 Subject: avoid -Wall, too noisy --- ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ghci') diff --git a/ghci b/ghci index 57361281c..d25519e3c 100755 --- a/ghci +++ b/ghci @@ -2,4 +2,4 @@ # This runs ghci with the same flags used when compiling with ghc. # Certian flags need to be the same in order for ghci to reuse compiled # objects. -ghci $(make getflags) $@ +ghci $(make getflags | sed 's/-Wall//') $@ -- cgit v1.2.3