On Fri, 12 Apr 2024 at 08:36, Richard Henderson <[email protected]> wrote: > > From: Philippe Mathieu-Daudé <[email protected]> > > sprintf() is deprecated on Darwin since macOS 13.0 / XCode 14.1, > resulting in painful developper experience. Use snprintf() instead. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Richard Henderson <[email protected]>
Rather than this, I think we should use my patch which drops this dead code entirely: https://patchew.org/QEMU/[email protected]/ -- PMM
