From 2e122bdffbe7524f5ed6f7cb704bbd1b778a6b41 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 28 May 2025 15:23:45 +0200 Subject: Fix small build error with clang --- src/solvers/h48/gendata_h48.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/solvers') diff --git a/src/solvers/h48/gendata_h48.h b/src/solvers/h48/gendata_h48.h index 4e5daee..a7d8408 100644 --- a/src/solvers/h48/gendata_h48.h +++ b/src/solvers/h48/gendata_h48.h @@ -423,7 +423,8 @@ gendata_h48k2(gendata_h48_arg_t arg[static 1]) arg->base = base[arg->h]; arg->info = makeinfo_h48k2(arg); - inext = count = 0; + inext = 0; + count = 0; pthread_mutex_init(&shortcubes_mutex, NULL); for (i = 0; i < CHUNKS; i++) pthread_mutex_init(&table_mutex[i], NULL); -- cgit v1.3