From 5efd59733a019dd1f61510bb43cc7306b546e298 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sun, 5 Jan 2014 10:04:23 +0100 Subject: [PATCH] Remove warning --- src/support/filetools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/filetools.cpp b/src/support/filetools.cpp index 387045f974..0012481681 100644 --- a/src/support/filetools.cpp +++ b/src/support/filetools.cpp @@ -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) { -- 2.39.2