From 1ec341f6710aea830d5018b2270e635649715931 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 5 Feb 2008 23:13:27 +0000 Subject: [PATCH] Added another warning flag, -fwarn-incomplete-record-updates --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 8f67d00..fe8231a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ GHC_OPTS = \ -fglasgow-exts \ -fwarn-deprecations \ -fwarn-duplicate-exports \ + -fwarn-incomplete-record-updates \ -fwarn-missing-fields \ -fwarn-missing-methods \ -fwarn-missing-signatures \