X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/c86e5ff42db3495538c8b48cb7ea0943a13702b7..a5a86c2639b6c569578cdf8542a21f6636216465:/communicator.cpp diff --git a/communicator.cpp b/communicator.cpp index 0808426..649ff80 100644 --- a/communicator.cpp +++ b/communicator.cpp @@ -64,11 +64,11 @@ communicator::~communicator() if (data_comm) XBT_WARN("data_comm is pending!"); if (!received.empty()) - XBT_WARN("lost %lu received message%s!", - (unsigned long )received.size(), ESSE(received.size())); + XBT_WARN("lost %zu received message%s!", + received.size(), ESSE(received.size())); if (!sent_comm.empty()) - XBT_WARN("lost %lu sent message%s!", - (unsigned long )sent_comm.size(), ESSE(sent_comm.size())); + XBT_WARN("lost %zu sent message%s!", + sent_comm.size(), ESSE(sent_comm.size())); xbt_cond_destroy(cond); xbt_mutex_destroy(mutex);