From a1ad0db8a6d829eddf1478cee44ae976bbcd325f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 6 Apr 2026 14:48:54 +0100 Subject: Fix integer conversions in code, tests and some tools --- test/114_cocsep_ttrep/cocsep_ttrep_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/114_cocsep_ttrep') diff --git a/test/114_cocsep_ttrep/cocsep_ttrep_tests.c b/test/114_cocsep_ttrep/cocsep_ttrep_tests.c index c5c1bb5..936dac3 100644 --- a/test/114_cocsep_ttrep/cocsep_ttrep_tests.c +++ b/test/114_cocsep_ttrep/cocsep_ttrep_tests.c @@ -6,9 +6,9 @@ uint64_t coord_cocsep(cube_t); size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); void run(void) { - uint8_t t; + uint8_t t, tt; unsigned char buf[2000000]; - uint32_t *cocsepdata, tt; + uint32_t *cocsepdata; uint64_t i, selfsim[COCSEP_CLASSES]; uint64_t j, k, l; cube_t rep[COCSEP_CLASSES], c, d; -- cgit v1.3