From 1545219dcb206079241eceedb0c4314261ba613c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 17 Nov 2009 16:57:35 +0000 Subject: [PATCH] squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32066 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathString.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathString.cpp b/src/mathed/InsetMathString.cpp index 2576ffc358..ac951a1838 100644 --- a/src/mathed/InsetMathString.cpp +++ b/src/mathed/InsetMathString.cpp @@ -89,7 +89,7 @@ void InsetMathString::octave(OctaveStream & os) const } -void InsetMathString::mathmlize(MathStream & os) const +void InsetMathString::mathmlize(MathStream & /*os*/) const { // useless, no doubt, but we should not be here LASSERT(false, /* */); -- 2.39.5