Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / synfig / valuenode_const.cpp
index a9958d8..a34d891 100644 (file)
@@ -1,6 +1,6 @@
 /* === S Y N F I G ========================================================= */
 /*!    \file valuenode_const.cpp
-**     \brief Template File
+**     \brief Implementation of the "Constant" valuenode conversion.
 **
 **     $Id$
 **
@@ -85,7 +85,7 @@ ValueNode_Const::~ValueNode_Const()
 
 
 ValueBase
-ValueNode_Const::operator()(Time t)const
+ValueNode_Const::operator()(Time /*t*/)const
 {
        return value;
 }
@@ -126,6 +126,6 @@ ValueNode_Const::get_local_name()const
        return _("Constant");
 }
 
-void ValueNode_Const::get_times_vfunc(Node::time_set &set) const
+void ValueNode_Const::get_times_vfunc(Node::time_set &/*set*/) const
 {
 }