From a718b0bfcce0d6426d3354815c957ce9dbb1ca21 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 18:02:22 +0100 Subject: fix compiler warnings in hurd/daemons daemons: Fix compiler warnings. * daemons/lmail.c: Initialize cached to 0. --- daemons/lmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/lmail.c b/daemons/lmail.c index 963f5dcd..33ccf66b 100644 --- a/daemons/lmail.c +++ b/daemons/lmail.c @@ -510,7 +510,7 @@ main (int argc, char **argv) else /* Multiple recipients. */ { - int cached; /* Temporary processed input file. */ + int cached = 0; /* Temporary processed input file. */ ex = cache (in, file ?: "-", ¶ms, &cached); if (! ex) -- cgit v1.2.3