Commit b5692721 by Wenzel Jakob

quench some Eigen-related warnings

parent 5dd33d88
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#if defined(__GNUG__) || defined(__clang__) #if defined(__GNUG__) || defined(__clang__)
# pragma GCC diagnostic push # pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wconversion" # pragma GCC diagnostic ignored "-Wconversion"
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif #endif
#include <Eigen/Core> #include <Eigen/Core>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment