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-disk-raw / io-disk-raw.c
index 36f5071..5c1e40d 100644 (file)
@@ -17,7 +17,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(disk, "Messages specific for this simulation");
 
-static void host(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[])
+static void host(int argc, char* argv[])
 {
   const char* host_name = sg_host_get_name(sg_host_self());