X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..84402e8e2ee2a2d0bef25fdceb0a263ed8b471f6:/teshsuite/msg/energy-pstate/energy-pstate.c diff --git a/teshsuite/msg/energy-pstate/energy-pstate.c b/teshsuite/msg/energy-pstate/energy-pstate.c index 2ffc29a2cc..034d29f743 100644 --- a/teshsuite/msg/energy-pstate/energy-pstate.c +++ b/teshsuite/msg/energy-pstate/energy-pstate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2019. The SimGrid Team. +/* Copyright (c) 2007-2020. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -16,7 +16,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Pstate properties test"); -static int dvfs(int argc, char* argv[]) +static int dvfs(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[]) { double workload = 100E6; msg_host_t host = MSG_host_self();