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/fftbench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/benchmark/fftbench.c') diff --git a/modules/benchmark/fftbench.c b/modules/benchmark/fftbench.c index a531e276..bfd42b98 100644 --- a/modules/benchmark/fftbench.c +++ b/modules/benchmark/fftbench.c @@ -61,7 +61,7 @@ static double random_double() static const int N = 100; static const int NM1 = 99; // N - 1 -static const int NP1 = 101; // N + 1 +//static const int NP1 = 101; // N + 1 static void lup_decompose(FFTBench *fftbench) { -- cgit v1.2.3