From 8191f373befc6d02e473d99ce0d86e92ee3a8736 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 11 Apr 2016 15:37:16 +0200 Subject: [PATCH] Silent unused warning. --- Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h b/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h index 1cdf48fbf..91b949137 100644 --- a/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h +++ b/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_MKL.h @@ -81,7 +81,7 @@ struct general_matrix_matrix_rankupdate& /*blocking*/) \ + const EIGTYPE* /*rhs*/, Index /*rhsStride*/, EIGTYPE* res, Index resStride, EIGTYPE alpha, level3_blocking& /*blocking*/) \ { \ /* typedef Matrix MatrixRhs;*/ \ \ @@ -106,7 +106,7 @@ struct general_matrix_matrix_rankupdate& /*blocking*/) \ + const EIGTYPE* /*rhs*/, Index /*rhsStride*/, EIGTYPE* res, Index resStride, EIGTYPE alpha, level3_blocking& /*blocking*/) \ { \ typedef Matrix MatrixType; \ \