From: Georg Baum Date: Sun, 9 Mar 2014 17:48:50 +0000 (+0100) Subject: Arrgh, fix warning X-Git-Tag: 2.1.0rc1~63 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c9a49d2145c60c71768d7df1a615f7e4e043e703;p=lyx.git Arrgh, fix warning --- diff --git a/src/mathed/MathFactory.cpp b/src/mathed/MathFactory.cpp index 24e35c9b68..d19899866f 100644 --- a/src/mathed/MathFactory.cpp +++ b/src/mathed/MathFactory.cpp @@ -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