Remove warning

This commit is contained in:
Kornel Benko 2014-01-05 10:04:23 +01:00
parent 10ffbd787a
commit 5efd59733a

View 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) {