From d8e97aee8977b8b65acc928192122a753f8582f2 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 22 Feb 2011 09:31:22 -0500 Subject: shut up stupid ICC warnings --- Eigen/Geometry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/Geometry') 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: */ -- cgit v1.2.3