]> git.lyx.org Git - features.git/commit
Remove warnings reported with gcc 4.3:
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 16 Sep 2007 10:36:57 +0000 (10:36 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 16 Sep 2007 10:36:57 +0000 (10:36 +0000)
commit26f336769af8dd5c48c2c0241cd3fbfc50a3c65e
tree0b8cd41827d3ca2c1181bf7ea4c7519f1926369c
parent150b11e953c4fd6cfc8beca1d2af124db8cf734e
Remove warnings reported with gcc 4.3:
- Modifier on return type ignored
- Ambigous else
- Ambigous logical operators
- Semi-colon instead of empty block
- Missing header files
- Missing using std::XX
- Initialization out of order

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20304 a592a061-630c-0410-9148-cb99ea01b6c8
39 files changed:
src/Converter.cpp
src/ConverterCache.cpp
src/CoordCache.h
src/DocIterator.cpp
src/Format.cpp
src/Lexer.cpp
src/LyX.cpp
src/LyX.h
src/ParagraphMetrics.cpp
src/Row.cpp
src/Row.h
src/TocBackend.cpp
src/TocBackend.h
src/frontends/LyXView.cpp
src/frontends/LyXView.h
src/frontends/controllers/ButtonPolicy.cpp
src/frontends/controllers/ControlCitation.cpp
src/frontends/controllers/ControlCitation.h
src/frontends/controllers/ControlDocument.cpp
src/frontends/controllers/ControlDocument.h
src/frontends/controllers/ControlParagraph.cpp
src/frontends/controllers/ControlParagraph.h
src/frontends/controllers/ControlPrefs.cpp
src/frontends/controllers/ControlPrefs.h
src/frontends/controllers/ControlRef.cpp
src/frontends/qt4/GuiGraphics.cpp
src/frontends/qt4/GuiImage.cpp
src/frontends/qt4/TocModel.cpp
src/insets/ExternalSupport.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetInclude.cpp
src/insets/InsetListingsParams.cpp
src/insets/InsetTabular.cpp
src/mathed/InsetMathGrid.cpp
src/output_latex.cpp
src/support/lstrings.h
src/support/qstring_helpers.h
src/support/rename.cpp
src/tex2lyx/preamble.cpp