From f01ccf79936047b809470f958e6be28d2a5fbc89 Mon Sep 17 00:00:00 2001 From: Joseph Mirabel <jmirabel@laas.fr> Date: Tue, 8 Dec 2015 17:03:31 +0100 Subject: [PATCH] Fix deprecated attribute --- include/hpp/manipulation/graph/edge.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hpp/manipulation/graph/edge.hh b/include/hpp/manipulation/graph/edge.hh index cfd5711..65098c2 100644 --- a/include/hpp/manipulation/graph/edge.hh +++ b/include/hpp/manipulation/graph/edge.hh @@ -274,7 +274,8 @@ namespace hpp { void insertConfigConstraint (const NumericalConstraintPtr_t& nm, const SizeIntervals_t& passiveDofs = SizeIntervals_t ()); - void insertConfigConstraint (const DifferentiableFunctionPtr_t function, const ComparisonTypePtr_t ineq) __attribute__ ((deprecated)); + void insertConfigConstraint (const DifferentiableFunctionPtr_t function, const ComparisonTypePtr_t ineq) + HPP_MANIPULATION_DEPRECATED; void insertConfigConstraint (const LockedJointPtr_t lockedJoint); -- GitLab