X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/737a00524ab94677df48d2d11f99da4d45338eed..5ed37babb2fa9097abe82df299c0aa259ed84d5a:/examples/platforms/supernode.cpp diff --git a/examples/platforms/supernode.cpp b/examples/platforms/supernode.cpp index d3f91266b8..aa9089e724 100644 --- a/examples/platforms/supernode.cpp +++ b/examples/platforms/supernode.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2006-2023. 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. */ @@ -94,7 +94,7 @@ static sg4::NetZone* create_cluster(const std::string& cluster_name, const int n } extern "C" void load_platform(const sg4::Engine& e); -void load_platform(const sg4::Engine& e) +void load_platform(const sg4::Engine&) { create_cluster("cluster", 4, 6, 2)->seal(); }