From 5fdd0be3c1624320a1d8da07cd50a9d3cc539415 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Sat, 8 Feb 2020 17:47:28 +0100 Subject: [PATCH] bummer. fix clang --- examples/c/actor-kill/actor-kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c/actor-kill/actor-kill.c b/examples/c/actor-kill/actor-kill.c index e92b3d3db2..2d450bbbc6 100644 --- a/examples/c/actor-kill/actor-kill.c +++ b/examples/c/actor-kill/actor-kill.c @@ -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"); } -- 2.20.1