]> git.lyx.org Git - lyx.git/commitdiff
squash warning
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 17 Nov 2009 16:57:35 +0000 (16:57 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 17 Nov 2009 16:57:35 +0000 (16:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32066 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathString.cpp

index 2576ffc35812a3046980835a90eec9decae6e94c..ac951a1838203e0137a2cdc32c4ea3a37bda24b0 100644 (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, /* */);