]> diplodocus.org Git - nmh/blobdiff - sbr/lock_file.c
Add a new test for the MIME functionality in burst.
[nmh] / sbr / lock_file.c
index d3787490c95edd27c31219fc1d009c1ad5fe4e6a..bbfc8fc7cf4249089f4c0ae4c44dcc89d9c9cdb1 100644 (file)
@@ -588,6 +588,7 @@ alrmser (int sig)
 {
     char *lockfile;
     struct lock *lp;
+    NMH_UNUSED (sig);
 
     /* update the ctime of all the lock files */
     for (lp = l_top; lp; lp = lp->l_next) {