X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..4bcfd40036f842e976d329cd0cee7349b8e0f4d6:/src/mc/remote/Client.hpp diff --git a/src/mc/remote/Client.hpp b/src/mc/remote/Client.hpp index dea40c6e00..ddbdb979bc 100644 --- a/src/mc/remote/Client.hpp +++ b/src/mc/remote/Client.hpp @@ -37,8 +37,8 @@ private: public: Channel const& getChannel() const { return channel_; } Channel& getChannel() { return channel_; } - void mainLoop(); - void reportAssertionFailure(const char* description = nullptr); + XBT_ATTRIB_NORETURN void mainLoop(); + void reportAssertionFailure(); void ignoreMemory(void* addr, std::size_t size); void ignoreHeap(void* addr, std::size_t size); void unignoreHeap(void* addr, std::size_t size);