aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/ReenableStupidWarnings.h
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/src/Core/util/ReenableStupidWarnings.h
parent625814464e504449fcc8ffd27ed20d31d9ec658a (diff)
shut up stupid ICC warnings
Diffstat (limited to 'Eigen/src/Core/util/ReenableStupidWarnings.h')
-rw-r--r--Eigen/src/Core/util/ReenableStupidWarnings.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Eigen/src/Core/util/ReenableStupidWarnings.h b/Eigen/src/Core/util/ReenableStupidWarnings.h
new file mode 100644
index 000000000..d1164a82c
--- /dev/null
+++ b/Eigen/src/Core/util/ReenableStupidWarnings.h
@@ -0,0 +1,5 @@
+#ifdef _MSC_VER
+ #pragma warning( pop )
+#elif defined __intel_compiler
+ #pragma warning pop
+#endif \ No newline at end of file