]> git.ipfire.org Git - thirdparty/gettext.git/commit
Silence "use of possibly-NULL ‘class_name’" warnings.
authorBruno Haible <bruno@clisp.org>
Sat, 3 Jun 2023 12:12:02 +0000 (14:12 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Jun 2023 13:54:10 +0000 (15:54 +0200)
commitad878a8fe5f252c78b28dac20dd61f77d6e0e716
treec62e1289aa574c817f8803bb0c47b163badf0b86
parente6721eb67df863253180e455832519940b6069a6
Silence "use of possibly-NULL ‘class_name’" warnings.

* gettext-tools/src/write-java.c: Include verify.h.
(msgdomain_write_java): Assume that this xasprintf call returns non-NULL.
gettext-tools/src/write-java.c