From 739ed32222ecdbf643f9d3fdddaab24064f542bc Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Thu, 11 Dec 2014 16:49:07 +0100 Subject: [PATCH] Disable yet another Eigen2 deprecated warning --- test/cwiseop.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cwiseop.cpp b/test/cwiseop.cpp index 247fa2a09..e3361da17 100644 --- a/test/cwiseop.cpp +++ b/test/cwiseop.cpp @@ -9,6 +9,8 @@ // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. #define EIGEN2_SUPPORT +#define EIGEN_NO_EIGEN2_DEPRECATED_WARNING + #define EIGEN_NO_STATIC_ASSERT #include "main.h" #include