diff options
author | hwspeedy <ns@bigbear.dk> | 2024-05-24 10:20:25 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-05-24 10:20:25 +0200 |
commit | a8ccc2aa89c78108566c67b9e853797ea451f9c8 (patch) | |
tree | 9499a58b04a6baf1ab4a0741f7a31d3ddbc0fbc8 /modules/benchmark/bench_results.c | |
parent | 25c366a8074af72c0811a960b947302bed036669 (diff) |
FIX GCC Warnings, added more checking to gcc flags
Diffstat (limited to 'modules/benchmark/bench_results.c')
-rw-r--r-- | modules/benchmark/bench_results.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/benchmark/bench_results.c b/modules/benchmark/bench_results.c index e99e8b6e..0b2f182f 100644 --- a/modules/benchmark/bench_results.c +++ b/modules/benchmark/bench_results.c @@ -418,7 +418,6 @@ bench_result *bench_result_benchmarkjson(const gchar *bench_name, { JsonObject *machine; bench_result *b; - gchar *p; if (json_node_get_node_type(node) != JSON_NODE_OBJECT) return NULL; |