]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix warnings with gcc 15 and glibc 2.43.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Jan 2026 03:51:32 +0000 (04:51 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Jan 2026 03:51:32 +0000 (04:51 +0100)
commitc636580a490d5cb73a54d18966cb8b59ee040953
treec32c9965e3f61a0ca9948b14d19099bab2030fc6
parentd5c190b1fdaeab223e01f2a739fde8e11a3435e9
Fix warnings with gcc 15 and glibc 2.43.

* libtextstyle/gnulib-local/lib/glib/gstrfuncs.in.h (g_strstr_len): Change
return type to 'const gchar *'.
* libtextstyle/gnulib-local/lib/glib/gstrfuncs.c (g_strstr_len): Likewise.
* libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c (cr_rgb_set_from_name): Change
type of 'result'.
* gettext-tools/src/cldr-plurals.c (extract_rules): Cast the sb_xcontents_c
result to 'char *'.
gettext-tools/src/cldr-plurals.c
libtextstyle/gnulib-local/lib/glib/gstrfuncs.c
libtextstyle/gnulib-local/lib/glib/gstrfuncs.in.h
libtextstyle/gnulib-local/lib/libcroco/cr-rgb.c