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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:32:21