]> git.lyx.org Git - lyx.git/commit
Remove quite a few compiler warnings:
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jul 2006 08:18:51 +0000 (08:18 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jul 2006 08:18:51 +0000 (08:18 +0000)
commit1afb2a6b05b22c681aa21780134d3ed922f9498f
tree367542726d7b7ff002e96e6ef6d0e71e516d7b66
parenta54d3e83bdf9f3be3b1466c63ac6036bce0d0275
Remove quite a few compiler warnings:
- Change unsigned -> signed
- Change signed -> unsigned
        - Add a cast or two (really few of those)
- Remove/comment out unused variables
- Comment out unused arguments
- Add missing cases to switches.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14344 a592a061-630c-0410-9148-cb99ea01b6c8
30 files changed:
src/frontends/LyXView.C
src/frontends/controllers/ControlViewSource.C
src/frontends/gtk/Dialogs.C
src/frontends/gtk/GBibtex.C
src/frontends/gtk/GNote.C
src/frontends/gtk/GTabular.C
src/frontends/gtk/GTexinfo.C
src/frontends/gtk/GtkLengthEntry.C
src/frontends/gtk/lyx_gui.C
src/frontends/qt3/QNote.C
src/frontends/qt4/Action.C
src/frontends/qt4/BulletsModule.C
src/frontends/qt4/GuiView.C
src/frontends/qt4/InsertTableWidget.C
src/frontends/qt4/QAboutDialog.C
src/frontends/qt4/QBibtexDialog.C
src/frontends/qt4/QBranches.C
src/frontends/qt4/QNote.C
src/frontends/qt4/QPrefsDialog.C
src/frontends/qt4/QPrefsDialog.h
src/frontends/qt4/QRef.C
src/frontends/qt4/QSpellcheckerDialog.C
src/frontends/qt4/QThesaurusDialog.C
src/frontends/qt4/QTocDialog.C
src/frontends/qt4/floatplacement.C
src/frontends/qt4/lyx_gui.C
src/frontends/qt4/panelstack.C
src/mathed/math_nestinset.C
src/text.C
src/text2.C