]> git.lyx.org Git - features.git/commitdiff
Fix warning with --disable-nls
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Jan 2020 14:34:27 +0000 (15:34 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 27 Jan 2020 14:34:27 +0000 (15:34 +0100)
src/support/Messages.cpp

index 94d34cabc12328a69333cc8ac983046c15f56278..842697ed538ed4328a60340031b2fcc381dc1d26 100644 (file)
@@ -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();
 }