From c9a49d2145c60c71768d7df1a615f7e4e043e703 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 9 Mar 2014 18:48:50 +0100 Subject: [PATCH] Arrgh, fix warning --- src/mathed/MathFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5