]> git.lyx.org Git - lyx.git/commitdiff
fix MSVC warning.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 22 Jul 2008 16:09:18 +0000 (16:09 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 22 Jul 2008 16:09:18 +0000 (16:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25804 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetListings.cpp

index 93eaf0090cc19d2ff4af9d6253c97d6df961cb10..93b1931f533c710f70220a4e758d49c8afa2da2a 100644 (file)
@@ -185,7 +185,7 @@ int InsetListings::latex(odocstream & os, OutputParams const & runparams) const
                                        code += "'>";
                                } else
                                        uncodable += c;
-                       } catch (EncodingException & e) {
+                       } catch (EncodingException & /* e */) {
                                if (runparams.dryrun) {
                                        code += "<" + _("LyX Warning: ")
                                           + _("uncodable character") + " '";