fix MSVC warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25804 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-22 16:09:18 +00:00
parent de83cc1b57
commit 4ecd231549

View 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") + " '";