X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9ccd5480180d91ddc3eb11fa532acb3cd3e95370..596e36117322c22fd31372e7803bc197bcd4a016:/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