aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-22 09:31:22 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2011-02-22 09:31:22 -0500
commitd8e97aee8977b8b65acc928192122a753f8582f2 (patch)
treec1d95bc5276580a5b2854e2143e7e9b004d500a5 /Eigen/Geometry
parent625814464e504449fcc8ffd27ed20d31d9ec658a (diff)
shut up stupid ICC warnings
Diffstat (limited to 'Eigen/Geometry')
-rw-r--r--Eigen/Geometry4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Geometry b/Eigen/Geometry
index 35bd153f4..78277c0c5 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -3,7 +3,7 @@
#include "Core"
-#include "src/Core/util/DisableMSVCWarnings.h"
+#include "src/Core/util/DisableStupidWarnings.h"
#include "SVD"
#include "LU"
@@ -60,7 +60,7 @@ namespace Eigen {
} // namespace Eigen
-#include "src/Core/util/EnableMSVCWarnings.h"
+#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_GEOMETRY_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */