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.
+ * lib/openat-die.c (openat_save_fail, openat_restore_fail):
+ [!GNULIB_LIBPOSIX]: Pacify-Wformat-security on this platform.
2025-06-30 Bruno Haible <bruno@clisp.org>
openat_restore_fail (int errnum)
{
#ifndef GNULIB_LIBPOSIX
- error (exit_failure, errnum,
+ error (exit_failure, errnum, "%s",
_("failed to return to initial working directory"));
#endif