]> git.lyx.org Git - features.git/commit
Some potential bugs spotted by llvm/clang
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 3 May 2013 12:15:10 +0000 (14:15 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 May 2013 10:08:56 +0000 (12:08 +0200)
commit0c1eb71448ee285174905e321e3ea68903a00223
tree34a65b5ba92373a09f34814958efbfd5dac4f14a
parent699e3346712a15969b27029d656d280b4810d8cb
Some potential bugs spotted by llvm/clang

src/TextClass.h
src/insets/InsetTabular.h

  Overloaded virtual method missing the 'const' qualifier

src/insets/InsetCommandParams.h

  Missing constructor (breaks compilation with llvm/clang)

src/frontends/qt4/GuiWorkArea.cpp

  Missing parenthesis: `+' has priority over `?:' (I do not know
  whether this has a visible effect).

src/mathed/InsetMathFont.cpp

  Use of == instead of = in mathmlize()
src/TextClass.h
src/frontends/qt4/GuiWorkArea.cpp
src/insets/InsetCommandParams.h
src/insets/InsetTabular.h
src/mathed/InsetMathFont.cpp
status.20x