From 5d8a2917674c072da6d8020a9fe01113f4a52cfb Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 29 Nov 2011 19:45:32 +0000 Subject: [PATCH] Kill warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40308 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Layout.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Layout.cpp b/src/Layout.cpp index 2700752f52..dd468258e3 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -875,6 +875,7 @@ docstring const i18npreamble(Language const * lang, Encoding const & enc, subst(to_utf8(templ), "$$lang", lang->babel()); #ifdef TEX2LYX + (void) enc; // tex2lyx does not have getMessages() LASSERT(false, /**/); #else -- 2.39.5