Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The examples must be readable. I'll shut off sonar on these issues
[simgrid.git] / examples / c / io-file-system / io-file-system.c
index 618cc5f..6c5043a 100644 (file)
@@ -29,7 +29,7 @@ static void show_info(unsigned int disk_count, const sg_disk_t* disks)
   }
 }
 
-static void host(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[])
+static void host(int argc, char* argv[])
 {
   unsigned int disk_count;
   sg_disk_t* disks;