]> git.lyx.org Git - features.git/commitdiff
Warning.
authorRichard Heck <rgheck@comcast.net>
Mon, 25 Feb 2008 01:50:09 +0000 (01:50 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 25 Feb 2008 01:50:09 +0000 (01:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23209 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetText.cpp

index 4bb85a90642f818b874221d912f39c9870e5469e..f780c89fc1f731336a58df5dc363e6f48f231049 100644 (file)
@@ -534,7 +534,7 @@ docstring InsetText::completionPrefix(Cursor const & cur) const
 
 
 bool InsetText::insertCompletion(Cursor & cur, docstring const & s,
-                                    bool finished)
+                                    bool /*finished*/)
 {
        if (!completionSupported(cur))
                return false;