From fc87291e581b3bcd499c51452bac059eeeb65326 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Oct 2012 00:29:15 -0400 Subject: [PATCH] avoid -Wall, too noisy --- ghci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghci b/ghci index 57361281c1..d25519e3cb 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//') $@