Skip to content

Commit

Permalink
Update src/Element.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
Marco A. Gutierrez and azeey authored Feb 9, 2023
1 parent d9474b3 commit f91e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Element.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ void Element::RemoveChild(ElementPtr _child)
}

/////////////////////////////////////////////////
void Element::RemoveChild(ElementPtr _child, sdf::Errors &_errors)
void Element::RemoveChild(ElementPtr _child, sdf::Errors &)
{
SDF_ASSERT(_child, "Cannot remove a nullptr child pointer");

Expand Down

0 comments on commit f91e3d0

Please sign in to comment.