summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/find.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2012-04-04 06:59:33 +0000
committerJon A. Cruz <jon@joncruz.org>2012-04-04 06:59:33 +0000
commitdcda11ad8115fd98fb00947e0f6d40c59def8c3e (patch)
tree73131fc55aa745843a74cd33e964ef9d0422fdac /src/ui/dialog/find.cpp
parentCorrected logic error with sig::connection bool operator. (diff)
downloadinkscape-dcda11ad8115fd98fb00947e0f6d40c59def8c3e.tar.gz
inkscape-dcda11ad8115fd98fb00947e0f6d40c59def8c3e.zip
Warning cleanup.
(bzr r11144)
Diffstat (limited to 'src/ui/dialog/find.cpp')
-rw-r--r--src/ui/dialog/find.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/find.cpp b/src/ui/dialog/find.cpp
index f5745e02b..5fd6e18d8 100644
--- a/src/ui/dialog/find.cpp
+++ b/src/ui/dialog/find.cpp
@@ -436,7 +436,7 @@ Find::item_style_match (SPItem *item, const gchar *text, bool exact, bool casema
return found;
}
-bool Find::item_attr_match(SPItem *item, const gchar *text, bool exact, bool casematch, bool replace/*=false*/)
+bool Find::item_attr_match(SPItem *item, const gchar *text, bool exact, bool /*casematch*/, bool replace/*=false*/)
{
bool found = false;
@@ -492,7 +492,7 @@ bool Find::item_attrvalue_match(SPItem *item, const gchar *text, bool exact, boo
}
-bool Find::item_font_match(SPItem *item, const gchar *text, bool exact, bool casematch, bool replace/*=false*/)
+bool Find::item_font_match(SPItem *item, const gchar *text, bool exact, bool casematch, bool /*replace*/ /*=false*/)
{
bool ret = false;