From 1f5c703bae71c10a628a1d6951d4cb3e05fef4cf Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 1 Feb 2009 23:27:58 +0000 Subject: [PATCH] Squash warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28315 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXVC.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/LyXVC.cpp b/src/LyXVC.cpp index f8772823d7..7b44efa19d 100644 --- a/src/LyXVC.cpp +++ b/src/LyXVC.cpp @@ -206,6 +206,8 @@ void LyXVC::toggleReadOnly() LYXERR(Debug::LYXVC, "LyXVC: toggle to unlocked"); checkIn(); break; + default: + break; } } -- 2.39.2