diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2011-02-22 09:31:22 -0500 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2011-02-22 09:31:22 -0500 |
commit | d8e97aee8977b8b65acc928192122a753f8582f2 (patch) | |
tree | c1d95bc5276580a5b2854e2143e7e9b004d500a5 /Eigen/LU | |
parent | 625814464e504449fcc8ffd27ed20d31d9ec658a (diff) |
shut up stupid ICC warnings
Diffstat (limited to 'Eigen/LU')
-rw-r--r-- | Eigen/LU | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ #include "Core" -#include "src/Core/util/DisableMSVCWarnings.h" +#include "src/Core/util/DisableStupidWarnings.h" namespace Eigen { @@ -36,7 +36,7 @@ namespace Eigen { } // namespace Eigen -#include "src/Core/util/EnableMSVCWarnings.h" +#include "src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_LU_MODULE_H /* vim: set filetype=cpp et sw=2 ts=2 ai: */ |