VirtualBox

Ignore:
Timestamp:
Nov 1, 2016 9:15:59 AM (8 years ago)
Author:
vboxsync
Message:

Windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Cfg.cpp

    r64502 r64503  
    10111011    {
    10121012        pDumpBb->cchHeight++;
    1013         pDumpBb->cchWidth = RT_MAX(pDumpBb->cchWidth, strlen(pCfgBb->pszErr));
     1013        pDumpBb->cchWidth = RT_MAX(pDumpBb->cchWidth, (uint32_t)strlen(pCfgBb->pszErr));
    10141014    }
    10151015    pDumpBb->cchWidth = 0;
    10161016    for (unsigned i = 0; i < pCfgBb->cInstr; i++)
    1017         pDumpBb->cchWidth = RT_MAX(pDumpBb->cchWidth, strlen(pCfgBb->aInstr[i].pszInstr));
     1017        pDumpBb->cchWidth = RT_MAX(pDumpBb->cchWidth, (uint32_t)strlen(pCfgBb->aInstr[i].pszInstr));
    10181018    pDumpBb->cchWidth += 4; /* Include spacing and border left and right. */
    10191019}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette