* lib/openat-die.c (openat_save_fail):
Pacify-Wformat-security on this platform.
+2025-06-30 Paul Eggert <eggert@cs.ucla.edu>
+
+ openat-die: pacify Apple clang-1400.0.29.202
+ * lib/openat-die.c (openat_save_fail):
+ Pacify-Wformat-security on this platform.
+
2025-06-30 Bruno Haible <bruno@clisp.org>
options tests: Fix link error.
openat_save_fail (int errnum)
{
#ifndef GNULIB_LIBPOSIX
- error (exit_failure, errnum,
+ error (exit_failure, errnum, "%s",
_("unable to record current working directory"));
#endif
/* _Noreturn cannot be applied to error, since it returns