aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/symbolic_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/symbolic_index.cpp')
-rw-r--r--test/symbolic_index.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/symbolic_index.cpp b/test/symbolic_index.cpp
index bccf1b884..ea73e99e9 100644
--- a/test/symbolic_index.cpp
+++ b/test/symbolic_index.cpp
@@ -9,6 +9,12 @@
#ifdef EIGEN_TEST_PART_2
#define EIGEN_MAX_CPP_VER 03
+
+// see indexed_view.cpp
+#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 8))
+ #pragma GCC diagnostic ignored "-Wdeprecated"
+#endif
+
#endif
#include "main.h"