X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5719f79e40e46e3c7841f1267d317b1583c389ae..48eccdedf267be53404bbb09301084e47f1648ec:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index adca9a2e9f..22295c55a1 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -6,12 +6,6 @@ #ifndef SIMGRID_KERNEL_CONTEXT_BOOST_CONTEXT_HPP #define SIMGRID_KERNEL_CONTEXT_BOOST_CONTEXT_HPP -/* Boost uses undef preprocessor symbols on FreeBSD, so disable our Werror for this file */ -#ifdef __clang__ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wundef" -#endif - #include #if BOOST_VERSION < 106100 #include @@ -19,10 +13,6 @@ #include #endif -#ifdef __clang__ -#pragma clang diagnostic pop -#endif - #include #include #include