Squash warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40608 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2012-01-13 03:16:46 +00:00
parent 08ba2b9b45
commit 28d7db3b9f

View File

@ -876,6 +876,7 @@ docstring const i18npreamble(Language const * lang, Encoding const & enc,
// tex2lyx does not have getMessages()
LASSERT(false, /**/);
(void)enc;
(void)unicode;
#else
string const langenc = lang->encoding()->iconvName();
string const texenc = lang->encoding()->latexName();