squash warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32066 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2009-11-17 16:57:35 +00:00
parent c4a27f1d63
commit 1545219dcb

View File

@ -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, /* */);