From a8ccc2aa89c78108566c67b9e853797ea451f9c8 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Fri, 24 May 2024 10:20:25 +0200 Subject: FIX GCC Warnings, added more checking to gcc flags --- modules/benchmark/raytrace.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/benchmark/raytrace.c') diff --git a/modules/benchmark/raytrace.c b/modules/benchmark/raytrace.c index bddc3232..b991722e 100644 --- a/modules/benchmark/raytrace.c +++ b/modules/benchmark/raytrace.c @@ -26,8 +26,6 @@ void fbench(); /* fbench.c */ static gpointer parallel_raytrace(void *in_data, gint thread_number) { - unsigned int i; - fbench(); return NULL; -- cgit v1.2.3