From 35481e5f9bfa432107ea7ecb2ef5df2939aa3b69 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 26 Oct 2018 19:38:57 -0500 Subject: [PATCH] bench_results: minor fix (#298) E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/bench_results.c:137 Signed-off-by: Burt P --- modules/benchmark/bench_results.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index 4f7b35dbc..d0239326a 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -113,7 +113,7 @@ static int cpu_config_is_close(char *str0, char *str1) { return 0; } -static gen_machine_id(bench_machine *m) { +static void gen_machine_id(bench_machine *m) { char *s; if (m) { if (m->mid != NULL)