]> git.lyx.org Git - lyx.git/commitdiff
Arrgh, fix warning
authorGeorg Baum <baum@lyx.org>
Sun, 9 Mar 2014 17:48:50 +0000 (18:48 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 9 Mar 2014 17:49:09 +0000 (18:49 +0100)
src/mathed/MathFactory.cpp

index 24e35c9b68911a74ae57d676b0ab8099abba953e..d19899866fb25c7c8509107024a48ed168ef1704 100644 (file)
@@ -118,7 +118,7 @@ bool canBeDisplayed(char_type c)
 }
 
 
-bool isUnicodeSymbolAvailable(docstring const & name, char_type & c)
+bool isUnicodeSymbolAvailable(docstring const & /*name*/, char_type & /*c*/)
 {
        // this is too fragile, e.g. prodes W instead of capital omega on OS X
 #if 0