Silence compiler warning

This commit is contained in:
Juergen Spitzmueller 2019-03-08 16:48:49 +01:00
parent 18c56516bc
commit 2078a02ce9

View File

@ -2981,7 +2981,7 @@ void actOnUpdatedPrefs(LyXRC const & lyxrc_orig, LyXRC const & lyxrc_new)
|| lyxrc_orig.defaultZoom != lyxrc_new.defaultZoom) {
dispatch(FuncRequest(LFUN_SCREEN_FONT_UPDATE));
}
// fall through
case LyXRC::RC_GEOMETRY_SESSION:
case LyXRC::RC_SERVERPIPE:
case LyXRC::RC_SET_COLOR: