commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 36/75: fix compiler warnings in hurd/daemons


From: Samuel Thibault
Subject: [hurd] 36/75: fix compiler warnings in hurd/daemons
Date: Thu, 14 Jan 2016 01:04:08 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit a718b0bfcce0d6426d3354815c957ce9dbb1ca21
Author: Flavio Cruz <address@hidden>
Date:   Tue Dec 29 18:02:22 2015 +0100

    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(-)

diff --git a/daemons/lmail.c b/daemons/lmail.c
index 963f5dc..33ccf66 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 ?: "-", &params, &cached);
       if (! ex)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]