mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Silence unused parameter warning
This commit is contained in:
@@ -35,6 +35,7 @@ struct get_boxes_helper {
|
||||
{
|
||||
outBoxes.insert(outBoxes.end(), boxBegin, boxEnd);
|
||||
eigen_assert(outBoxes.size() == objects.size());
|
||||
EIGEN_ONLY_USED_FOR_DEBUG(objects);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user