From 7e4f1410ee23b99b720c7fc17e6fb8a59544214f Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 19 Dec 2002 18:02:13 +0000 Subject: [PATCH] [project @ 2002-12-19 18:02:13 by panne] Warning police (labels at end of compound statements are uncool, GCC says...) --- ghc/rts/Profiling.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index 613d302..b9136ee 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.34 2002/11/01 11:17:29 simonmar Exp $ + * $Id: Profiling.c,v 1.35 2002/12/19 18:02:13 panne Exp $ * * (c) The GHC Team, 1998-2000 * @@ -715,6 +715,7 @@ reportCCSProfiling( void ) gen_XML_logfile(); return; default: + break; } fprintf(prof_file, "\t%s Time and Allocation Profiling Report (%s)\n", -- 1.7.10.4