From e36a4c880a50002e0fd7ea38a0154830b8eda0d5 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Dec 2011 23:15:07 +0100 Subject: suppress deprecated warning when compiling legacy tests --- unsupported/test/sparse_extra.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unsupported/test/sparse_extra.cpp') diff --git a/unsupported/test/sparse_extra.cpp b/unsupported/test/sparse_extra.cpp index e8c584640..6c5c888ae 100644 --- a/unsupported/test/sparse_extra.cpp +++ b/unsupported/test/sparse_extra.cpp @@ -22,8 +22,9 @@ // License and a copy of the GNU General Public License along with // Eigen. If not, see . -//#include "sparse.h" + // import basic and product tests for deprectaed DynamicSparseMatrix +#define EIGEN_NO_DEPRECATED_WARNING #include "sparse_basic.cpp" #include "sparse_product.cpp" #include -- cgit v1.2.3