From: Arnaud Giersch Date: Thu, 28 Apr 2022 13:50:58 +0000 (+0200) Subject: Add comment for workaround. X-Git-Tag: v3.32~286 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/481767c4346465fe55dd6f37a0df99a85f137d09?hp=ad4341a9e2b866d82e1a63bfd2f1d74515335de1 Add comment for workaround. --- diff --git a/src/kernel/lmm/bmf.hpp b/src/kernel/lmm/bmf.hpp index ce0458a366..55ed10811b 100644 --- a/src/kernel/lmm/bmf.hpp +++ b/src/kernel/lmm/bmf.hpp @@ -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