Code

Warning cleanup.
authorJon A. Cruz <jon@joncruz.org>
Sun, 27 Dec 2009 03:27:32 +0000 (19:27 -0800)
committerJon A. Cruz <jon@joncruz.org>
Sun, 27 Dec 2009 03:27:32 +0000 (19:27 -0800)
src/snapper.h

index 93756f7af0029f8b81326ed61bac9fd7f1b898b2..dcc0fbb8146499662c2a49794a7298b9ce80057d 100644 (file)
@@ -61,7 +61,7 @@ public:
                           SnapPreferences::PointType const &/*t*/,
                           Geom::Point const &/*p*/,
                           SnapSourceType const &/*source_type*/,
-                          long source_num,
+                          long /*source_num*/,
                           Geom::OptRect const &/*bbox_to_snap*/,
                           std::vector<SPItem const *> const */*it*/,
                           std::vector<std::pair<Geom::Point, int> > */*unselected_nodes*/) const {};
@@ -106,7 +106,7 @@ public:
                                  SnapPreferences::PointType const &/*t*/,
                                  Geom::Point const &/*p*/,
                                  SnapSourceType const &/*source_type*/,
-                                 long source_num,
+                                 long /*source_num*/,
                                  Geom::OptRect const &/*bbox_to_snap*/,
                                  ConstraintLine const &/*c*/,
                                  std::vector<SPItem const *> const */*it*/) const {};