X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcurveset.cpp;h=4d0241090f3c951f9380dc4ef714611a763e6c8a;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=2e607bdda788b96c4b3eeaedf20c7b05bb1c7107;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/curveset.cpp b/synfig-core/trunk/src/synfig/curveset.cpp index 2e607bd..4d02410 100644 --- a/synfig-core/trunk/src/synfig/curveset.cpp +++ b/synfig-core/trunk/src/synfig/curveset.cpp @@ -304,7 +304,7 @@ public: } } - bool ConstructSet(CurveSet &c, const CurveSet &lhs, const CurveSet &rhs, int type) + bool ConstructSet(CurveSet &/*c*/, const CurveSet &lhs, const CurveSet &rhs, int type) { bool in1,in2; @@ -428,7 +428,7 @@ void CurveSet::SetClamp(int &i, int &si) } } -void CurveSet::CleanUp(int curve) +void CurveSet::CleanUp(int /*curve*/) { } @@ -446,17 +446,17 @@ void CurveSet::CleanUp(int curve) - only works with odd-even rule */ -CurveSet CurveSet::operator &(const CurveSet &rhs) const +CurveSet CurveSet::operator &(const CurveSet &/*rhs*/) const { return *this; } -CurveSet CurveSet::operator |(const CurveSet &rhs) const +CurveSet CurveSet::operator |(const CurveSet &/*rhs*/) const { return *this; } -CurveSet CurveSet::operator -(const CurveSet &rhs) const +CurveSet CurveSet::operator -(const CurveSet &/*rhs*/) const { return *this; }