Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Today's sonar/codefactor issues.
[simgrid.git] / examples / platforms / supernode.cpp
index d3f9126..2b4afb8 100644 (file)
@@ -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();
 }