mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Fix warning with --disable-nls
This commit is contained in:
parent
b2b7e5cac1
commit
4f4d52e8c0
@ -386,7 +386,7 @@ bool Messages::available(string const & /* c */)
|
||||
return false;
|
||||
}
|
||||
|
||||
docstring const Messages::getIfFound(string const & m) const
|
||||
docstring const Messages::getIfFound(string const & /* m */) const
|
||||
{
|
||||
return docstring();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user