mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +08:00
fix unused variable warning
This commit is contained in:
parent
4aba24a1b2
commit
f9350e70eb
@ -292,6 +292,8 @@ template<typename Solver> void check_sparse_spd_solving(Solver& solver, int maxS
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -390,6 +392,8 @@ template<typename Solver> void check_sparse_square_solving(Solver& solver, int m
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
EIGEN_UNUSED_VARIABLE(maxRealWorldSize);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user