]> AND Public Git Repository - simgrid.git/blobdiff - examples/c/cloud-capping/cloud-capping.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Declare functions "const" in examples/ and teshsuite/.
[simgrid.git] / examples / c / cloud-capping / cloud-capping.c
index 0e8a1cd0e9d3ced5e23c95af626e64b6477089e8..aafc0dc20b2572bf649e50f5fe816966cbf53610 100644 (file)
@@ -190,7 +190,7 @@ static void test_two_tasks(sg_host_t hostA, sg_host_t hostB)
   sg_actor_sleep_for(1000);
 }
 
-static void master_main(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[])
+static void master_main(int argc, char* argv[])
 {
   sg_host_t pm0 = sg_host_by_name("Fafard");
   sg_host_t pm1 = sg_host_by_name("Fafard");