Go to the documentation of this file. 1 #ifdef EIGEN_WARNINGS_DISABLED_2
3 # undef EIGEN_WARNINGS_DISABLED_2
5 #elif defined(EIGEN_WARNINGS_DISABLED)
6 #undef EIGEN_WARNINGS_DISABLED
8 #ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
10 #pragma warning( pop )
11 #elif defined __INTEL_COMPILER
13 #elif defined __clang__
14 #pragma clang diagnostic pop
15 #elif defined __GNUC__ && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
16 #pragma GCC diagnostic pop
31 #endif // EIGEN_WARNINGS_DISABLED
gtsam
Author(s):
autogenerated on Fri Nov 1 2024 03:34:55