]> git.ipfire.org Git - thirdparty/gettext.git/commit
Silence "use of possibly-NULL ‘msgstr’" warnings.
authorBruno Haible <bruno@clisp.org>
Fri, 2 Jun 2023 23:33:08 +0000 (01:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Jun 2023 13:54:10 +0000 (15:54 +0200)
commitb10d3e6531d534c28fbbb361cd404461faef2102
tree91951bd953c18c10f4a5cde0e6f3715c139cba09
parent29bf698aa374fff53fa302568224ff2648f4aff7
Silence "use of possibly-NULL ‘msgstr’" warnings.

* gettext-tools/src/write-po.c: Include verify.h.
(message_print_comment_filepos): Assume that this xasprintf call returns
non-NULL.
* gettext-tools/src/xg-message.c: Include verify.h.
(remember_a_message, remember_a_message_plural): Assume that this xasprintf call
returns non-NULL.
* gettext-tools/src/xgettext.c: Include verify.h.
(construct_header): Assume that this xasprintf call returns non-NULL.
gettext-tools/src/write-po.c
gettext-tools/src/xg-message.c
gettext-tools/src/xgettext.c