1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

warning fix in new clang version

This commit is contained in:
Antonin Portelli 2014-03-12 18:41:20 +00:00
parent 104b21d72e
commit 30c1e18a48

View File

@ -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 <latan/Eigen/Dense>
#include <memory>
#include <string>