<div dir="ltr">Hi,<div><br></div><div style>it's undefined behavior to call va_start() with a reference parameter. It happens to work fine with clang, but blows up with other compilers (e.g. msvs), so this patch adds a warning for it. It also moves 2 other existing warnings behind the new -Wvarargs flag.</div>
<div style><br></div><div style>Ok?</div><div style><br></div><div style>Nico</div></div>