Diff: src/Core/util/ReenableStupidWarnings.h
- Revision:
- 0:13a5d365ba16
diff -r 000000000000 -r 13a5d365ba16 src/Core/util/ReenableStupidWarnings.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Core/util/ReenableStupidWarnings.h Thu Oct 13 04:07:23 2016 +0000 @@ -0,0 +1,14 @@ +#ifdef EIGEN_WARNINGS_DISABLED +#undef EIGEN_WARNINGS_DISABLED + +#ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS + #ifdef _MSC_VER + #pragma warning( pop ) + #elif defined __INTEL_COMPILER + #pragma warning pop + #elif defined __clang__ + #pragma clang diagnostic pop + #endif +#endif + +#endif // EIGEN_WARNINGS_DISABLED \ No newline at end of file