From a01e064b325b294b3c4b1a7f395d3595c943bb85 Mon Sep 17 00:00:00 2001 From: joncruz Date: Wed, 4 Feb 2009 07:45:20 +0000 Subject: [PATCH] Warning cleanup. --- src/snapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapper.cpp b/src/snapper.cpp index 4a0bfb791..7e08c22ef 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -19,7 +19,7 @@ * \param nv Named view. * \param d Snap tolerance. */ -Inkscape::Snapper::Snapper(SnapManager *sm, Geom::Coord const t) : +Inkscape::Snapper::Snapper(SnapManager *sm, Geom::Coord const /*t*/) : _snapmanager(sm), _snap_enabled(true) { -- 2.30.2