[commit: process] master: Compile the C file with -Wall. (5d47829)
Edward Z. Yang
ezyang at ghc.haskell.org
Sun Jul 21 00:12:51 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5d47829c123c10711d14dd089b4d8d65f8289f3b
>---------------------------------------------------------------
commit 5d47829c123c10711d14dd089b4d8d65f8289f3b
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Sat Jul 20 15:12:47 2013 -0700
Compile the C file with -Wall.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
tests/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index 87c62e2..63b3e74 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,5 +8,5 @@ include $(TOP)/mk/test.mk
.PHONY: process007_fd
process007_fd:
- '$(TEST_HC)' -no-hs-main -no-auto-link-packages process007_fd.c -o process007_fd
+ '$(TEST_HC)' -optc='-Wall' -no-hs-main -no-auto-link-packages process007_fd.c -o process007_fd
More information about the ghc-commits
mailing list