<div dir="ltr">Hi,<div><br></div><div>the attached patch changes</div><div><br></div><div>  delete called on 'dnvd::B' that has virtual functions but non-virtual destructor</div><div><br></div><div>to</div><div><br></div><div>  delete called on non-final 'dnvd::B' that has virtual functions but non-virtual destructor</div><div><br></div><div>I'm not sure if it should only do this for c++11 and newer – the new message is true in c++98 as well and I think we support final as an extension in c++98. So this patch unconditionally changes the warning text.</div><div><br></div><div>Nico</div>















</div>