From: Bruno Haible Date: Fri, 26 Oct 2001 09:40:52 +0000 (+0000) Subject: Avoid warnings on some platforms. X-Git-Tag: v0.11~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc925e8db2bf51fbc01170780bc4969c5c50099;p=thirdparty%2Fgettext.git Avoid warnings on some platforms. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8659074d6..3295087fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-10-21 Bruno Haible + + * msgmerge.c (match_domain): Change type of 'processed' argument to + 'unsigned int *'. + (merge): Change type of 'processed' to 'unsigned int'. + 2001-10-21 Bruno Haible Avoid warnings on platforms where size_t is larger than int.