X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1ade9b0e5d44e4f96d6e83370ea9a5b850a1cc9..7da44b26eb7f4da0d4ce7672f479dea4d01767b3:/examples/msg/icomms/peer2.c diff --git a/examples/msg/icomms/peer2.c b/examples/msg/icomms/peer2.c index d068417d7c..fde2c5a4c8 100644 --- a/examples/msg/icomms/peer2.c +++ b/examples/msg/icomms/peer2.c @@ -62,11 +62,11 @@ int sender(int argc, char *argv[]) int receiver(int argc, char *argv[]) { m_task_t task = NULL; - MSG_error_t res; + _XBT_GNUC_UNUSED MSG_error_t res; int id = -1; char mailbox[80]; msg_comm_t res_irecv; - int read; + _XBT_GNUC_UNUSED int read; read = sscanf(argv[1], "%d", &id); xbt_assert(read, "Invalid argument %s\n", argv[1]); MSG_process_sleep(10);