Silenced compilation warning

This commit is contained in:
Benoit Steiner 2016-06-05 12:59:11 -07:00
parent 5b95b4daf9
commit 1f1e0b9e30

View File

@ -1050,8 +1050,8 @@ struct betainc_impl {
template <typename Scalar> template <typename Scalar>
struct betainc_impl { struct betainc_impl {
EIGEN_DEVICE_FUNC EIGEN_DEVICE_FUNC
static EIGEN_STRONG_INLINE Scalar run(Scalar a, Scalar b, Scalar x) { static EIGEN_STRONG_INLINE Scalar run(Scalar, Scalar, Scalar) {
/* betaincf.c /* betaincf.c
* *
* Incomplete beta integral * Incomplete beta integral
* *