sparse failed seen, so I tentatively added this on top of your series. Thanks. t/helper/test-simple-ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/helper/test-simple-ipc.c b/t/helper/test-simple-ipc.c index 4da63fd30c..42040ef81b 100644 --- a/t/helper/test-simple-ipc.c +++ b/t/helper/test-simple-ipc.c @@ -227,7 +227,7 @@ struct cl_args char bytevalue; }; -struct cl_args cl_args = { +static struct cl_args cl_args = { .subcommand = NULL, .path = "ipc-test", .token = NULL,