From: Georg Baum Date: Wed, 21 Feb 2007 21:09:43 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: 1.6.10~10723 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4bbddb06e6863e1489b8bcb661b232f9897408a0;p=features.git fix compiler warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17294 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/insetfloatlist.C b/src/insets/insetfloatlist.C index e4d448220a..057cd1bda7 100644 --- a/src/insets/insetfloatlist.C +++ b/src/insets/insetfloatlist.C @@ -129,7 +129,7 @@ int InsetFloatList::latex(Buffer const & buf, odocstream & os, int InsetFloatList::plaintext(Buffer const & buffer, odocstream & os, - OutputParams const & runparams) const + OutputParams const &) const { os << getScreenLabel(buffer) << "\n\n";