This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  2feddf90c47fe085edd6f6f4c7959d56a3a562f0 (commit)
      from  ca34fbd0a5204d47ad019f64ef03d21ebd3397fd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=2feddf90c47fe085edd6f6f4c7959d56a3a562f0


commit 2feddf90c47fe085edd6f6f4c7959d56a3a562f0
Author: David Levine <[email protected]>
Date:   Sat Jan 14 15:33:39 2012 -0600

    Argument to alrmser is unused.

diff --git a/sbr/lock_file.c b/sbr/lock_file.c
index d378749..af9b16d 100644
--- a/sbr/lock_file.c
+++ b/sbr/lock_file.c
@@ -586,6 +586,8 @@ timerOFF (int fd)
 static void
 alrmser (int sig)
 {
+    NMH_UNUSED (sig);
+
     char *lockfile;
     struct lock *lp;
 

-----------------------------------------------------------------------

Summary of changes:
 sbr/lock_file.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to