mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
cleanup: gcc warning for old-style
This commit is contained in:
parent
e5b686d693
commit
21748a8630
@ -639,7 +639,7 @@ void memlock_unlock(struct cmd_context *cmd)
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int memlock_count_daemon()
|
int memlock_count_daemon(void)
|
||||||
{
|
{
|
||||||
return _memlock_count_daemon;
|
return _memlock_count_daemon;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user