X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/519fc4af194190fc8092d801d51b2fd83d35845e..628198f28187a40cd83e9b06261c2c6c945da22c:/examples/platforms/supernode.cpp diff --git a/examples/platforms/supernode.cpp b/examples/platforms/supernode.cpp index d3f91266b8..2b4afb8a9d 100644 --- a/examples/platforms/supernode.cpp +++ b/examples/platforms/supernode.cpp @@ -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(); }