From f38f1736cfb535a245bd894d28e08ed29cd50f28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Apr 2017 16:32:52 -0400 Subject: [PATCH] test-exec-util: drop duplicate const gcc-7 warns about this with -Wduplicate-decl-specifier. --- src/test/test-exec-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test-exec-util.c b/src/test/test-exec-util.c index 1520dd13a..241e5237c 100644 --- a/src/test/test-exec-util.c +++ b/src/test/test-exec-util.c @@ -223,7 +223,7 @@ static int gather_stdout_three(int fd, void *arg) { return 0; } -const gather_stdout_callback_t const gather_stdout[] = { +const gather_stdout_callback_t gather_stdout[] = { gather_stdout_one, gather_stdout_two, gather_stdout_three, -- 2.30.2