]> git.lyx.org Git - features.git/commitdiff
Kill warning.
authorRichard Heck <rgheck@comcast.net>
Tue, 29 Nov 2011 19:45:32 +0000 (19:45 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 29 Nov 2011 19:45:32 +0000 (19:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40308 a592a061-630c-0410-9148-cb99ea01b6c8

src/Layout.cpp

index 2700752f524d998f69479aaba4eea661ab6484ec..dd468258e3c05fae0a88f5e1f19bbcf1b2a5c28d 100644 (file)
@@ -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