Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
check that disk has been given as argument before accessing its pimpl
[simgrid.git] / examples / platforms / supernode.cpp
index d3f91266b884d8ff8fe061564d6c1c9ebb44a37f..2b4afb8a9dd4f8c5d2006bb343b25877d4ac2cd6 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();
 }