]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
Stupid bug fix.
[lyx.git] / 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") + " '";