From: joncruz Date: Sat, 26 Sep 2009 22:13:42 +0000 (+0000) Subject: Fixed warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e26eb76ff5b635a35a28dcdd43ae6cac742a1fc0;p=inkscape.git Fixed warning --- diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index af0d9f1a2..22d438c1e 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -697,7 +697,7 @@ void Inkscape::ObjectSnapper::guideFreeSnap(SnappedConstraints &sc, void Inkscape::ObjectSnapper::guideConstrainedSnap(SnappedConstraints &sc, Geom::Point const &p, Geom::Point const &guide_normal, - ConstraintLine const &c) const + ConstraintLine const &/*c*/) const { /* Get a list of all the SPItems that we will try to snap to */ std::vector cand;