mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-14 00:51:52 +08:00
Silence unused parameter warning
This commit is contained in:
parent
461620668c
commit
ab95a8c1ef
@ -35,6 +35,7 @@ struct get_boxes_helper {
|
|||||||
{
|
{
|
||||||
outBoxes.insert(outBoxes.end(), boxBegin, boxEnd);
|
outBoxes.insert(outBoxes.end(), boxBegin, boxEnd);
|
||||||
eigen_assert(outBoxes.size() == objects.size());
|
eigen_assert(outBoxes.size() == objects.size());
|
||||||
|
EIGEN_ONLY_USED_FOR_DEBUG(objects);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user