From 27edbfb4c8846832d1827d233f6018f7b4191e02 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 6 Feb 2008 09:37:37 +0000 Subject: [PATCH] shutup warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22805 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TextClass.cpp b/src/TextClass.cpp index 45c8fc6a30..affafa6c5c 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -97,6 +97,8 @@ std::string translateRT(TextClass::ReadType rt) case TextClass::MODULE: return "module file"; } + // shutup warning + return string(); } } // namespace anon -- 2.39.5