Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add comment for workaround.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 28 Apr 2022 13:50:58 +0000 (15:50 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 28 Apr 2022 13:50:58 +0000 (15:50 +0200)
src/kernel/lmm/bmf.hpp

index ce0458a..55ed108 100644 (file)
@@ -9,6 +9,7 @@
 #include "src/kernel/lmm/System.hpp"
 
 #ifdef __clang__
+// Ignore deprecation warnings with Eigen < 4.0 (see https://gitlab.com/libeigen/eigen/-/issues/1850)
 #pragma clang diagnostic push
 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
 #endif