mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Squash warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40608 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08ba2b9b45
commit
28d7db3b9f
@ -876,6 +876,7 @@ docstring const i18npreamble(Language const * lang, Encoding const & enc,
|
|||||||
// tex2lyx does not have getMessages()
|
// tex2lyx does not have getMessages()
|
||||||
LASSERT(false, /**/);
|
LASSERT(false, /**/);
|
||||||
(void)enc;
|
(void)enc;
|
||||||
|
(void)unicode;
|
||||||
#else
|
#else
|
||||||
string const langenc = lang->encoding()->iconvName();
|
string const langenc = lang->encoding()->iconvName();
|
||||||
string const texenc = lang->encoding()->latexName();
|
string const texenc = lang->encoding()->latexName();
|
||||||
|
Loading…
Reference in New Issue
Block a user