1 #ifdef EIGEN_WARNINGS_DISABLED
2 #undef EIGEN_WARNINGS_DISABLED
4 #ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
7 #elif defined __INTEL_COMPILER
9 #elif defined __clang__
10 #pragma clang diagnostic pop
11 #elif defined __GNUC__ && __GNUC__>=6
12 #pragma GCC diagnostic pop
27 #endif // EIGEN_WARNINGS_DISABLED