Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small typos in comments
[simgrid.git] / src / kernel / context / ContextBoost.hpp
index adca9a2e9fbce32b226cc62c0d4ef9b79acb1a4c..22295c55a1625c3d1a6740cde05cf0cafacf738e 100644 (file)
@@ -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 <boost/version.hpp>
 #if BOOST_VERSION < 106100
 #include <boost/context/fcontext.hpp>
 #include <boost/context/detail/fcontext.hpp>
 #endif
 
-#ifdef __clang__
-#pragma clang diagnostic pop
-#endif
-
 #include <atomic>
 #include <cstdint>
 #include <functional>