From: Stephan Witt Date: Mon, 6 Sep 2010 06:14:25 +0000 (+0000) Subject: avoid compiler warning X-Git-Tag: 2.0.0~2687 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1d499cbf73ee0c12e19a29b2b05203742854e2f8;p=features.git avoid compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35288 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp index 8d1b293156..d57f5a4fda 100644 --- a/src/support/Messages.cpp +++ b/src/support/Messages.cpp @@ -205,7 +205,7 @@ docstring const Messages::get(string const & m) const namespace lyx { -Messages::Messages(string const & l) {} +Messages::Messages(string const & /* l */) {} void Messages::init() {