From: Abdelrazak Younes Date: Sat, 1 Sep 2007 22:26:59 +0000 (+0000) Subject: Fix MSVC warning. X-Git-Tag: 1.6.10~8561 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6b9a5260347ead7273eb1d85e3d0e908ffbaaebd;p=lyx.git Fix MSVC warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19984 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/EmbeddedFiles.cpp b/src/EmbeddedFiles.cpp index e8bf1764d2..ec3c4159b5 100644 --- a/src/EmbeddedFiles.cpp +++ b/src/EmbeddedFiles.cpp @@ -144,6 +144,7 @@ bool EmbeddedFile::extract(Buffer const * buf) const LYXERR(Debug::DEBUG) << "Fs error: " << fe.what() << endl; } } + return false; }