Skip to content

Commit 9ae7dd1

Browse files
committed
fix build
1 parent 866a041 commit 9ae7dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/src/linear_algebra/CSysSolve.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ unsigned long CSysSolve<ScalarType>::FGCRODR_LinSolver(const CSysVector<ScalarTy
976976
const CMatrixVectorProduct<ScalarType>& mat_vec,
977977
const CPreconditioner<ScalarType>& precond, ScalarType tol,
978978
unsigned long max_iter, ScalarType& residual, bool monitoring,
979-
const CConfig* config, FgcrodrMode mode) const {
979+
const CConfig* config, [[maybe_unused]] FgcrodrMode mode) const {
980980
if constexpr (std::is_same_v<ScalarType, float> || std::is_same_v<ScalarType, double>) {
981981
return FGCRODR_LinSolverImpl<>(b, x, mat_vec, precond, tol, max_iter, residual, monitoring, config, mode);
982982
} else {

0 commit comments

Comments
 (0)