This website uses cookies and other technology to provide you a more personalized
experience. By
continuing the view of our web-pages you accept the terms of using these files. If you
don't
want your personal data to be processed, please, leave this site.
Learn More →
Examples of errors detected by the V626 diagnostic
V626. It's possible that ',' should be replaced by ';'. Consider checking for typos.
Oracle VM Virtual Box
V626 Consider checking for misprints. It's possible that ',' should be replaced by ';'. ldrmemory.cpp 317
RTDECL(int) RTLdrOpenInMemory(....)
{
if (RT_SUCCESS(rc))
{
....
}
else
pfnDtor(pvUser), // <=
*phLdrMod = NIL_RTLDRMOD;
}
LibreOffice
V626 Consider checking for misprints. It's possible that ',' should be replaced by ';'. shellio.cxx 549
void Reader::ClearTemplate()
{
if( pTemplate )
{
if( 0 == pTemplate->release() )
delete pTemplate,
pTemplate = 0;
}
}