projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca34fbd
)
Argument to alrmser is unused.
author
David Levine
<levinedl@acm.org>
Sat, 14 Jan 2012 21:33:39 +0000
(15:33 -0600)
committer
David Levine
<levinedl@acm.org>
Sat, 14 Jan 2012 21:33:39 +0000
(15:33 -0600)
sbr/lock_file.c
patch
|
blob
|
history
diff --git
a/sbr/lock_file.c
b/sbr/lock_file.c
index
d378749
..
af9b16d
100644
(file)
--- 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;