]> git.lyx.org Git - features.git/commit
Mark some intentional fall-throughs (in a way understandable to gcc)
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 10 Nov 2017 12:07:00 +0000 (13:07 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 10 Nov 2017 12:07:00 +0000 (13:07 +0100)
commit9235d5299ea6a0da27591a525d2f03346f1ee3c9
tree2a15f5f822c564715462b50e9eb73410091f0e09
parent3628ceec480c3d8fa9673f80f781eb1153fb9e1f
Mark some intentional fall-throughs (in a way understandable to gcc)

This silences -Wimplicit-fallthrough warnings with gcc7.
12 files changed:
src/Buffer.cpp
src/LyXRC.cpp
src/Paragraph.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp
src/insets/InsetCaption.cpp
src/insets/InsetFloat.cpp
src/insets/InsetLabel.cpp
src/insets/InsetListings.cpp
src/insets/InsetTabular.cpp
src/output_latex.cpp
status.22x