Unicorn with delicious cookie
Мы используем куки, чтобы пользоваться сайтом было удобно.
Хорошо
to the top
>
>
>
Примеры ошибок, обнаруженных с...

Примеры ошибок, обнаруженных с помощью диагностики V626

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;
    }
}