Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more
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
Generated on Tue Jul 12 2022 17:34:15 by
