X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30563d26d6d84d528cda7deda5baa6730cebd948..a76526cb68465af7b566a4afc6fff7893be6a94d:/src/kernel/context/ContextBoost.hpp diff --git a/src/kernel/context/ContextBoost.hpp b/src/kernel/context/ContextBoost.hpp index 687a3c18be..64456350d0 100644 --- a/src/kernel/context/ContextBoost.hpp +++ b/src/kernel/context/ContextBoost.hpp @@ -45,7 +45,7 @@ private: typedef boost::context::detail::transfer_t arg_type; #endif - static void wrapper(arg_type arg); + XBT_ATTRIB_NORETURN static void wrapper(arg_type arg); }; class BoostContextFactory : public SwappedContextFactory {