From: Jean-Marc Lasgouttes Date: Tue, 17 Nov 2009 16:57:35 +0000 (+0000) Subject: squash warning X-Git-Tag: 2.0.0~5110 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1545219dcb206079241eceedb0c4314261ba613c;p=lyx.git squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32066 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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, /* */);