From 3d010fa6c38290eb00db1c9916d113b84d65dbc4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 11 Mar 2020 11:59:39 +0100 Subject: executor: fix clang-tidy warnings --- executor/test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/test.h') diff --git a/executor/test.h b/executor/test.h index c39f611d1..52506a51d 100644 --- a/executor/test.h +++ b/executor/test.h @@ -206,7 +206,7 @@ static struct { #endif }; -int run_tests() +static int run_tests() { int ret = 0; for (size_t i = 0; i < ARRAY_SIZE(tests); i++) { -- cgit mrf-deployment