]> git.lyx.org Git - features.git/commitdiff
avoid compiler warning
authorStephan Witt <switt@lyx.org>
Mon, 6 Sep 2010 06:14:25 +0000 (06:14 +0000)
committerStephan Witt <switt@lyx.org>
Mon, 6 Sep 2010 06:14:25 +0000 (06:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35288 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/Messages.cpp

index 8d1b29315668ed6d3dd027ee4e8ccef982064b2e..d57f5a4fdac18f3922be55b73dbd2d12bb0bbf60 100644 (file)
@@ -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()
 {