Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bummer. fix clang
[simgrid.git] / examples / c / actor-kill / actor-kill.c
index e92b3d3..2d450bb 100644 (file)
@@ -29,7 +29,7 @@ static void victimA_fun(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv
   XBT_INFO("Bye!"); /* - But will never reach the end of it */
 }
 
-static void victimB_fun()
+static void victimB_fun(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char* argv[])
 {
   XBT_INFO("Terminate before being killed");
 }