From 8e30c1ff56780c728dfcc639e979388faceca6eb Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 30 Mar 2005 01:22:24 +0000 Subject: [PATCH] [project @ 2005-03-30 01:22:24 by sof] Avoid a (rather verbose) GHC warning from being issued -- initialize the runPhase.mod_summary.ms_obj_date field. --- ghc/compiler/main/DriverPipeline.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index c6d7a4d..fea6651 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -651,6 +651,7 @@ runPhase (Hsc src_flavour) stop dflags0 basename suff input_fn get_output_fn _ma ms_hspp_buf = hspp_buf, ms_location = location4, ms_hs_date = src_timestamp, + ms_obj_date = Nothing, ms_imps = unused_field, ms_srcimps = unused_field } -- 1.7.10.4