mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 06:15:16 +00:00
Warnings
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22987 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
10426cb833
commit
ada361baf8
@ -79,7 +79,7 @@ int InsetMarginal::docbook(Buffer const & buf, odocstream & os,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void InsetMarginal::addToToc(TocList & toclist, Buffer const & buf, ParConstIterator const &) const
|
void InsetMarginal::addToToc(TocList & toclist, Buffer const &/* buf*/, ParConstIterator const &) const
|
||||||
{
|
{
|
||||||
ParConstIterator pit = par_const_iterator_begin(*this);
|
ParConstIterator pit = par_const_iterator_begin(*this);
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ void InsetNote::updateLabels(Buffer const & buf, ParIterator const & it)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void InsetNote::addToToc(TocList & toclist, Buffer const & buf, ParConstIterator const &) const
|
void InsetNote::addToToc(TocList & toclist, Buffer const & /*buf*/, ParConstIterator const &) const
|
||||||
{
|
{
|
||||||
ParConstIterator pit = par_const_iterator_begin(*this);
|
ParConstIterator pit = par_const_iterator_begin(*this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user