X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..3e8cbdbebfce89fb0abf0cb8710c8505e111d097:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index 72d5727739..ec9f384398 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -24,7 +24,7 @@ public: class NetworkConstantAction final : public NetworkAction { public: NetworkConstantAction(NetworkConstantModel* model_, s4u::Host& src, s4u::Host& dst, double size); - void update_remains_lazy(double now) override; + XBT_ATTRIB_NORETURN void update_remains_lazy(double now) override; }; } // namespace simgrid::kernel::resource