]> git.lyx.org Git - features.git/commitdiff
Remove warning
authorKornel Benko <kornel@lyx.org>
Sun, 5 Jan 2014 09:04:23 +0000 (10:04 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 5 Jan 2014 09:04:23 +0000 (10:04 +0100)
src/support/filetools.cpp

index 387045f974515ae1a0b8f937f18cbb3e10b5886a..00124816810cf6e7ba32c264064db9e53a33f796 100644 (file)
@@ -1077,7 +1077,7 @@ int fileLock(const char * lock_file)
        return(fd);
 }
 
-void fileUnlock(int fd, const char * lock_file)
+void fileUnlock(int fd, const char * /* lock_file*/)
 {
 #if defined(HAVE_LOCKF)
        if ( fd >= 0) {