]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Avoid gcc warning.
authorBruno Haible <bruno@clisp.org>
Tue, 16 May 2006 13:07:10 +0000 (13:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:20 +0000 (12:13 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgfilter.c

index a9cf4bc3fc033366e6d1197946dc5ae9a0ce0596..731e42be4627408c1f6577801df455f0031061cc 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-16  Bruno Haible  <bruno@clisp.org>
+
+       * msgfilter.c (main): Change type of i.
+
 2006-05-15  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am: Test flag WOE32DLL instead of CYGWINDLL.
index 785caa2310fad3fd549a12c1d07022523329aa9e..1ee5ab0db587b07aec94da4f16d5df5737943651 100644 (file)
@@ -151,7 +151,7 @@ main (int argc, char **argv)
   msgdomain_list_ty *result;
   bool sort_by_filepos = false;
   bool sort_by_msgid = false;
-  size_t i;
+  int i;
 
   /* Set program name for messages.  */
   set_program_name (argv[0]);