From: Abdelrazak Younes Date: Mon, 21 Sep 2009 08:20:02 +0000 (+0000) Subject: Fix gcc warning. X-Git-Tag: 2.0.0~5471 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=57a531e9703e57ef0dce137510f1bca3cddd50fa;p=features.git Fix gcc warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31426 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index d5be28d86c..e242e26fce 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2344,6 +2344,8 @@ void GuiView::dispatchVC(FuncRequest const & cmd) break; } + default: + break; } }