From: Pavel Sanda Date: Sun, 25 Oct 2009 09:28:02 +0000 (+0000) Subject: Fix warnings X-Git-Tag: 2.0.0~5316 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=221bd56fae961fd94f57653ca68ae6d850a2e061;p=lyx.git Fix warnings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31728 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 6311d7d6f8..1641667a41 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -824,7 +824,7 @@ public: /// Inset * editXY(Cursor & cur, int x, int y); /// can we go further down on mouse click? - bool descendable(BufferView const & bv) const { return true; } + bool descendable(BufferView const & ) const { return true; } // Update the counters of this inset and of its contents void updateLabels(ParIterator const &);