ReenableStupidWarnings.h
Go to the documentation of this file.
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


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Thu Aug 27 2015 11:59:53