Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ReenableStupidWarnings.h Source File

ReenableStupidWarnings.h

00001 #ifdef EIGEN_WARNINGS_DISABLED
00002 #undef EIGEN_WARNINGS_DISABLED
00003 
00004 #ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
00005   #ifdef _MSC_VER
00006     #pragma warning( pop )
00007   #elif defined __INTEL_COMPILER
00008     #pragma warning pop
00009   #elif defined __clang__
00010     #pragma clang diagnostic pop
00011   #endif
00012 #endif
00013 
00014 #endif // EIGEN_WARNINGS_DISABLED