X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/477803ce8d1dd56ab650ff948266bc201cfceca9..60211815916d3fd883c13c8bee9cb6d3ce3d2974:/teshsuite/msg/process-join/process-join.c diff --git a/teshsuite/msg/process-join/process-join.c b/teshsuite/msg/process-join/process-join.c index 771bb6e788..9e7a4adbee 100644 --- a/teshsuite/msg/process-join/process-join.c +++ b/teshsuite/msg/process-join/process-join.c @@ -8,7 +8,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); -static int slave(int argc, char* argv[]) +static int slave(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[]) { XBT_INFO("Slave started"); MSG_process_sleep(3); @@ -16,7 +16,7 @@ static int slave(int argc, char* argv[]) return 0; } -static int master(int argc, char* argv[]) +static int master(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[]) { msg_process_t process;