Re: Problem with InsetMathSideset::dyb

2015-09-13 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Coverity points out that in the code below, des is overwritten without > being used. The same happens in dyt(). Georg, any comment? This was the first attempt of calculating descend and ascent, which I abandoned by introducing dybt(). I forgot to remove the old

Problem with InsetMathSideset::dyb

2015-09-12 Thread Jean-Marc Lasgouttes
Coverity points out that in the code below, des is overwritten without being used. The same happens in dyt(). Georg, any comment? JMarc int InsetMathSideset::dyb(BufferView const & bv) const 128{ 129int nd = ndes(bv); 130int des = 0; 131if (scriptl_ && scriptr_) 132