From e07de7ce18ff4cc440dc8947d61825122afea062 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 3 Jul 2008 20:06:40 +0000 Subject: update 2geom (svn rev1433) (bzr r6134) --- src/2geom/poly.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/2geom/poly.cpp') diff --git a/src/2geom/poly.cpp b/src/2geom/poly.cpp index 27f98596b..5f7663957 100644 --- a/src/2geom/poly.cpp +++ b/src/2geom/poly.cpp @@ -1,4 +1,4 @@ -#include "poly.h" +#include <2geom/poly.h> Poly Poly::operator*(const Poly& p) const { Poly result; @@ -167,7 +167,7 @@ Poly divide(Poly const &a, Poly const &b, Poly &r) { return c; } -Poly gcd(Poly const &a, Poly const &b, const double tol) { +Poly gcd(Poly const &a, Poly const &b, const double /*tol*/) { if(a.size() < b.size()) return gcd(b, a); if(b.size() <= 0) -- cgit v1.2.3