X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/341b942554f9455d9de29c44ff871403323e5d6e..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(); }