Paul Eggert wrote:
> +#if defined __APPLE__ && defined __MACH__ && _GL_GNUC_PREREQ (4, 2)
> +# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
> +#endif
I see some more warnings of the same kind:
../../gltests/test-execute-child.c:186:15: warning: 'sprintf' is deprecated:
This function
* lib/strerror.c, lib/vasnprintf.c: Pacify clang 14 on macOS 12.6.
---
ChangeLog| 5 +
lib/strerror.c | 6 ++
lib/vasnprintf.c | 6 ++
3 files changed, 17 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index c4b2290d6c..4a6ace7d16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@