We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502d251 commit 18d5d59Copy full SHA for 18d5d59
1 file changed
src/math_primitives.cpp
@@ -58,7 +58,7 @@ Eigen::MatrixXd cpp_grouped_sums(
58
}
59
60
// Find actual number of unique groups safely
61
- int min_group = (void)groups.minCoeff();
+ [[maybe_unused]] int min_group = (void)groups.minCoeff();
62
int max_group = groups.maxCoeff();
63
int n_groups = max_group + 1;
64
0 commit comments