]> git.lyx.org Git - features.git/commit
Fix warnings reported by clang
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Nov 2014 17:51:26 +0000 (18:51 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Nov 2014 18:10:43 +0000 (19:10 +0100)
commit38f885867178406083ded5b9c7f0a6ddf1b656ec
treea427984b689599536f02db919e3e2c903c9f2da8
parent6442b3a0c047c36d96927c0e9f5e2037d2d2cee7
Fix warnings reported by clang

All these problems have the same root: the address of a reference can never be 0, and it does not make sense to test it.
src/Text3.cpp
src/frontends/qt4/GuiApplication.cpp
src/insets/InsetArgument.cpp
src/insets/InsetCaption.cpp