mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix unused variable warning
This commit is contained in:
@@ -292,6 +292,8 @@ template<typename Solver> void check_sparse_spd_solving(Solver& solver, int maxS
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -390,6 +392,8 @@ template<typename Solver> void check_sparse_square_solving(Solver& solver, int m
|
||||
}
|
||||
}
|
||||
}
|
||||
#else
|
||||
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user