mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
C++ style to avoid compiler warning for non-NLS implementation of Messages::available
This commit is contained in:
parent
061924e275
commit
e0787e839f
@ -239,9 +239,8 @@ std::string Messages::language() const
|
||||
return string();
|
||||
}
|
||||
|
||||
bool Messages::available(string const & c)
|
||||
bool Messages::available(string const & /* c */)
|
||||
{
|
||||
(void)c;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user