]> git.ipfire.org Git - thirdparty/glibc.git/commit
Regenerate charmap-kw.h and locfile-kw.h with gperf 3.3
authorCollin Funk <collin.funk1@gmail.com>
Tue, 4 Nov 2025 02:08:37 +0000 (18:08 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 4 Nov 2025 14:15:54 +0000 (06:15 -0800)
commit376e336d92373bf948d1a01429b8524cc6f2a810
treebdb8d6c78d16d933cbfb60b48f09f3171cfc8b54
parent0dfc849eff98812228f3d52af6cb4ad91247711d
Regenerate charmap-kw.h and locfile-kw.h with gperf 3.3

In commit 970364dac00b38333e5b2d91c90d11e80141d265 we switched some
/*FALLTHROUGH*/ comments to [[fallthrough]] to avoid warnings with
Clang. However, since gperf emitted different output the buildbot
failed. The buildbot has been updated to use gperf 3.3 which will use
__attribute__ ((__fallthrough__)) where needed to avoid warnings [1].
This patch regenerates these files with the same version.

[1] https://sourceware.org/pipermail/libc-testresults/2025q4/014123.html

Reviewed-by: Mark Wielaard <mark@klomp.org>
locale/programs/charmap-kw.h
locale/programs/locfile-kw.h