Removed hostable relics from h/mts.h and sbr/mts.c.
[mmh] / sbr / lock_file.c
index c7dffcf..af9b16d 100644 (file)
@@ -167,6 +167,8 @@ lkclose (int fd, char *file)
     lockfile_remove(lkinfo.curlock);
 #endif /* HAVE_LIBLOCKFILE */
     timerOFF (fd);                     /* turn off lock timer   */
+#else  /* DOT_LOCKING */
+    NMH_UNUSED (file);
 #endif /* DOT_LOCKING */
 
     return (close (fd));
@@ -258,6 +260,8 @@ lkfclose (FILE *fp, char *file)
     lockfile_remove(lkinfo.curlock);
 #endif /* HAVE_LIBLOCKFILE */
     timerOFF (fileno(fp));             /* turn off lock timer   */
+#else  /* DOT_LOCKING */
+    NMH_UNUSED (file);
 #endif /* DOT_LOCKING */
 
     return (fclose (fp));
@@ -582,6 +586,8 @@ timerOFF (int fd)
 static void
 alrmser (int sig)
 {
+    NMH_UNUSED (sig);
+
     char *lockfile;
     struct lock *lp;