From ecbc4e445792cb445207253bf9eab83322701178 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 28 May 2001 17:39:00 +0000 Subject: Silence compiler warnings. --- Src/Modules/zprof.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Modules/zprof.c') diff --git a/Src/Modules/zprof.c b/Src/Modules/zprof.c index 4034f9273..9c7acb334 100644 --- a/Src/Modules/zprof.c +++ b/Src/Modules/zprof.c @@ -219,11 +219,11 @@ zprof_wrapper(Eprog prog, FuncWrap w, char *name) { int active = 0; struct sfunc sf, *sp; - Pfunc f; + Pfunc f = NULL; Parc a = NULL; struct timeval tv; struct timezone dummy; - double prev, now; + double prev = 0, now; if (zprof_module && !(zprof_module->flags & MOD_UNLOAD)) { active = 1; -- cgit 1.4.1