Skip to content

Commit 653ac13

Browse files
fredroyhugtalbot
andauthored
[Core] Remove spamming warning (#5781)
remove spamming warning about unused variable Co-authored-by: Hugo <hugo.talbot@sofa-framework.org>
1 parent 37aa2b6 commit 653ac13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sofa/framework/Core/src/sofa/core/topology/TopologyChange.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ std::ostream& operator << (std::ostream& out, const ElemAncestorElem<NV>& d)
197197
template<int NV>
198198
std::istream& operator >> (std::istream& in, ElemAncestorElem<NV>& d)
199199
{
200+
SOFA_UNUSED(d);
201+
200202
return in;
201203
}
202204

0 commit comments

Comments
 (0)