Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
aruco-2.0.10
3rdparty
eigen3
Eigen
src
Core
util
ReenableStupidWarnings.h
Go to the documentation of this file.
1
#ifdef EIGEN_WARNINGS_DISABLED
2
#undef EIGEN_WARNINGS_DISABLED
3
4
#ifndef EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
5
#ifdef _MSC_VER
6
#pragma warning( pop )
7
#elif defined __INTEL_COMPILER
8
#pragma warning pop
9
#elif defined __clang__
10
#pragma clang diagnostic pop
11
#endif
12
#endif
13
14
#endif // EIGEN_WARNINGS_DISABLED
tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:40:56