+2006-06-04 Bruno Haible <bruno@clisp.org>
+
+ * xgettext.c (arglist_parser_done): Cast length argument for format
+ string.
+
2006-05-31 Bruno Haible <bruno@clisp.org>
* x-ycp.c (phase5_pushback, phase5_pushback_length): New variables.
best_cp->msgid_pos.file_name,
best_cp->msgid_pos.line_number,
_("ambiguous argument specification for keyword '%.*s'"),
- ap->keyword_len, ap->keyword);
+ (int) ap->keyword_len, ap->keyword);
error_with_progname = true;
}
best_cp->msgid_pos.file_name,
best_cp->msgid_pos.line_number,
_("warning: missing context for keyword '%.*s'"),
- ap->keyword_len, ap->keyword);
+ (int) ap->keyword_len, ap->keyword);
error_with_progname = true;
}
else
best_cp->msgid_plural_pos.file_name,
best_cp->msgid_plural_pos.line_number,
_("warning: missing context for plural argument of keyword '%.*s'"),
- ap->keyword_len, ap->keyword);
+ (int) ap->keyword_len, ap->keyword);
error_with_progname = true;
}
else