From: Jean-Marc Lasgouttes Date: Mon, 27 Jan 2020 14:34:27 +0000 (+0100) Subject: Fix warning with --disable-nls X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cff040db6fdb9f9665cb1738de63ed468e75a817;p=features.git Fix warning with --disable-nls --- diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp index 94d34cabc1..842697ed53 100644 --- a/src/support/Messages.cpp +++ b/src/support/Messages.cpp @@ -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(); }