[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated
From: |
David Levine |
Subject: |
[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 2feddf90c47fe085edd6f6f4c7959d56a3a562f0 |
Date: |
Sat, 14 Jan 2012 21:33:47 +0000 |
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 <address@hidden>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 2feddf90c47fe085edd6f6f4c7959d56a3a562f0,
David Levine <=