Holger Hoffstätte wrote: > It does indeed work with gcc-15, but not with clang:
With clang, you're out of luck. clang's -Wformat-security does not know about the gettext(), dgettext(), dcgettext() functions. Bruno
Bruno Haible via Gnulib discussion list Wed, 28 May 2025 13:32:07 -0700
Holger Hoffstätte wrote: > It does indeed work with gcc-15, but not with clang:
With clang, you're out of luck. clang's -Wformat-security does not know about the gettext(), dgettext(), dcgettext() functions. Bruno