On 2019-12-26, Jeremie Courreges-Anglas <[email protected]> wrote: > /usr/local/lib/libgmp.so.10.0: warning: vsprintf() is often misused, please > use vsnprintf()
On a side note, this warning is unfixable. gmp_sprintf() and gmp_vsprintf() are part of the GMP API and inherently have to use vsprintf(). -- Christian "naddy" Weisgerber [email protected]
