diff --git a/latan/Global.hpp b/latan/Global.hpp index 83aa3c2..42123bc 100644 --- a/latan/Global.hpp +++ b/latan/Global.hpp @@ -20,6 +20,9 @@ #ifndef Latan_Global_hpp_ #define Latan_Global_hpp_ +// supress warning for the osbolete use of 'register' keyword in Eigen +#pragma GCC diagnostic ignored "-Wdeprecated-register" + #include #include #include