mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
de83cc1b57
commit
4ecd231549
@ -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") + " '";
|
||||
|
Loading…
Reference in New Issue
Block a user