mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-10 19:20:44 +01:00
warning fix in new clang version
This commit is contained in:
parent
104b21d72e
commit
30c1e18a48
@ -20,6 +20,9 @@
|
|||||||
#ifndef Latan_Global_hpp_
|
#ifndef Latan_Global_hpp_
|
||||||
#define 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 <latan/Eigen/Dense>
|
#include <latan/Eigen/Dense>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user