The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit e0787e839ff94788c8e34275440285f513e4eafe
Author: Stephan Witt <sw...@lyx.org>
Date:   Tue Sep 25 16:19:51 2012 +0200

    C++ style to avoid compiler warning for non-NLS implementation of 
Messages::available

diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp
index 5eee6b7..ca5c110 100644
--- a/src/support/Messages.cpp
+++ b/src/support/Messages.cpp
@@ -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;
 }
 

-----------------------------------------------------------------------

Summary of changes:
 src/support/Messages.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to