X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28b5150327b910baeb296a2587c7175a65f2bff7..323010d1c247d0097b2cdc79d1da143846461999:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 899de64b4b..8031685067 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -55,7 +55,7 @@ private: boost::context::detail::fcontext_t fc_; typedef boost::context::detail::transfer_t arg_type; #endif -#if HAVE_SANITIZE_ADDRESS_FIBER_SUPPORT +#if HAVE_SANITIZER_ADDRESS_FIBER_SUPPORT const void* asan_stack_ = nullptr; size_t asan_stack_size_ = 0; BoostContext* asan_ctx_ = nullptr;