X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/611d822b02f836d7abe031cced6adc4281ef4356..e1c426b4c1b38063b0576492d313c6d1f3a69582:/teshsuite/msg/io-raw-storage/io-raw-storage.c?ds=sidebyside diff --git a/teshsuite/msg/io-raw-storage/io-raw-storage.c b/teshsuite/msg/io-raw-storage/io-raw-storage.c index f1ddfbfb40..06388967d2 100644 --- a/teshsuite/msg/io-raw-storage/io-raw-storage.c +++ b/teshsuite/msg/io-raw-storage/io-raw-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2020. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,7 +7,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(storage, "Messages specific for this simulation"); -static int host(int argc, char* argv[]) +static int host(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[]) { const char* host_name = MSG_host_get_name(MSG_host_self());