aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Cholesky
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/Cholesky
parent625814464e504449fcc8ffd27ed20d31d9ec658a (diff)
shut up stupid ICC warnings
Diffstat (limited to 'Eigen/Cholesky')
-rw-r--r--Eigen/Cholesky4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Cholesky b/Eigen/Cholesky
index b6c83e0ef..53f7bf911 100644
--- a/Eigen/Cholesky
+++ b/Eigen/Cholesky
@@ -3,7 +3,7 @@
#include "Core"
-#include "src/Core/util/DisableMSVCWarnings.h"
+#include "src/Core/util/DisableStupidWarnings.h"
namespace Eigen {
@@ -27,7 +27,7 @@ namespace Eigen {
} // namespace Eigen
-#include "src/Core/util/EnableMSVCWarnings.h"
+#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_CHOLESKY_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */