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.
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 Thu Nov 17 2022 22:01:30 by
1.7.2