Code

warning cleanup
authorjoncruz <joncruz@users.sourceforge.net>
Wed, 11 Jun 2008 04:08:16 +0000 (04:08 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Wed, 11 Jun 2008 04:08:16 +0000 (04:08 +0000)
src/knot-holder-entity.cpp
src/libavoid/debug.h
src/live_effects/lpe-perp_bisector.cpp
src/live_effects/lpe-tangent_to_curve.cpp

index 6ee8e1247a09fa0caa51ac96f0a3b70b02459841..1fa7217464c76458dfc40199df42976c306d490e 100644 (file)
@@ -139,7 +139,7 @@ PatternKnotHolderEntityAngle::knot_get()
 }
 
 void
-PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint state)
 {
     int const snaps = prefs_get_int_attribute("options.rotationsnapsperpi", "value", 12);
 
@@ -164,7 +164,7 @@ PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &orig
 }
 
 void
-PatternKnotHolderEntityScale::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+PatternKnotHolderEntityScale::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/)
 {
     SPPattern *pat = SP_PATTERN(SP_STYLE_FILL_SERVER(SP_OBJECT(item)->style));
 
index 1312c54586ae513bf9a1b403ea284a5c671e6a4c..20e6f470512aae033e7e8ea7617ffb3e70ec3760 100644 (file)
@@ -42,7 +42,7 @@ inline void db_printf(const char *fmt, ...)
     va_end(ap);
 }
 #else
-inline void db_printf(const char *fmt, ...)
+inline void db_printf(const char */*fmt*/, ...)
 {
 }
 #endif
index 7f63c25fab31dfeb1927e25a9c86bbdbfcf6d1ea..ada321ef3441c98c4a0b6654fc9dc004f23786a0 100644 (file)
@@ -176,7 +176,7 @@ LPEPerpBisector::~LPEPerpBisector()
 }
 
 void
-LPEPerpBisector::doOnApply (SPLPEItem *lpeitem)
+LPEPerpBisector::doOnApply (SPLPEItem */*lpeitem*/)
 {
     /* make the path a straight line */
     /**
index b46b602c3bbdc15e953e6d6cf42c652d8f053450..9fbe426a5d7ce334a1fcd087eb852058148b4107 100644 (file)
@@ -115,7 +115,7 @@ get_effect(SPItem *item)
 }
 
 void
-KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/)
 {
      using namespace Geom;
  
@@ -137,7 +137,7 @@ KnotHolderEntityAttachPt::knot_set(NR::Point const &p, NR::Point const &origin,
 }
 
 void
-KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/)
 {
     LPETangentToCurve *lpe = get_effect(item);
     
@@ -148,7 +148,7 @@ KnotHolderEntityLeftEnd::knot_set(NR::Point const &p, NR::Point const &origin, g
 }
 
 void
-KnotHolderEntityRightEnd::knot_set(NR::Point const &p, NR::Point const &origin, guint state)
+KnotHolderEntityRightEnd::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/)
 {
     LPETangentToCurve *lpe = get_effect(item);