]> git.lyx.org Git - features.git/commitdiff
Warnings
authorRichard Heck <rgheck@comcast.net>
Thu, 14 Feb 2008 03:35:03 +0000 (03:35 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 14 Feb 2008 03:35:03 +0000 (03:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22987 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetMarginal.cpp
src/insets/InsetNote.cpp

index 03e48e5fba01679a99aecbc310ec5bd50a11b2d3..511071e4b2bb07d6641f6158382d3bcf06aa8381 100644 (file)
@@ -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);
 
index dc57f5ffff7da8ef804a1bfe14354a61dd4a2fd4..bb22daf5bc7170e7b1bfc2e70121b0cd9f6058a2 100644 (file)
@@ -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);