From 093fdeb9dc52edd6ce91275576addcddb68b1fde Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 20 Apr 2009 00:06:17 +0200 Subject: [PATCH] Avoid a compiler warning. --- ChangeLog | 6 ++++++ tests/uninorm/test-u32-normalize-big.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dded668e..25cc80815 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-04-19 Bruno Haible + Avoid a compiler warning. + * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file): + Change type of variable 'sequence'. + +2009-04-19 Bruno Haible + * modules/configmake (Makefile.am): When the contents of configmake.h does not change, arrange to preserve its modification time. diff --git a/tests/uninorm/test-u32-normalize-big.c b/tests/uninorm/test-u32-normalize-big.c index 0b80ef652..96781ab08 100644 --- a/tests/uninorm/test-u32-normalize-big.c +++ b/tests/uninorm/test-u32-normalize-big.c @@ -224,7 +224,7 @@ read_normalization_test_file (const char *filename, for (line_index = 0; line_index < p->lines_length; line_index++) { - const unsigned int *sequence = p->lines[line_index].sequences[0]; + const uint32_t *sequence = p->lines[line_index].sequences[0]; /* In part 1, every sequences[0] consists of a single character. */ if (!(sequence[0] != 0 && sequence[1] == 0)) abort (); -- 2.11.0