mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove warning
This commit is contained in:
parent
10ffbd787a
commit
5efd59733a
@ -1077,7 +1077,7 @@ int fileLock(const char * lock_file)
|
|||||||
return(fd);
|
return(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
void fileUnlock(int fd, const char * lock_file)
|
void fileUnlock(int fd, const char * /* lock_file*/)
|
||||||
{
|
{
|
||||||
#if defined(HAVE_LOCKF)
|
#if defined(HAVE_LOCKF)
|
||||||
if ( fd >= 0) {
|
if ( fd >= 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user