|
WPILibC++ 2023.4.3
|
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