Author: Diego Barrios Romero <[email protected]>
Date: Wed Mar 14 20:05:32 2012 +0100
Unused parameters commented out
---
ETL/ETL/_bezier.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ETL/ETL/_bezier.h b/ETL/ETL/_bezier.h
index c9459da..69d6e59 100644
--- a/ETL/ETL/_bezier.h
+++ b/ETL/ETL/_bezier.h
@@ -135,7 +135,7 @@ public:
const time_type &get_s()const { return s; }
time_type get_dt()const { return s-r; }
- bool intersect_hull(const bezier_base<value_type,time_type> &x)const
+ bool intersect_hull(const bezier_base<value_type,time_type> &/*x*/)const
{
return 0;
}
@@ -161,7 +161,7 @@ public:
** For now, this function is BROKEN. (although it works
** for the floating-point specializations, using newton's method)
*/
- time_type intersect(const bezier_base<value_type,time_type> &x,
time_type near=0.0)const
+ time_type intersect(const bezier_base<value_type,time_type> &/*x*/,
time_type /*near=0.0*/)const
{
return 0;
}
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl