VirtualBox

Changeset 7253 in vbox


Ignore:
Timestamp:
Mar 4, 2008 12:46:45 AM (17 years ago)
Author:
vboxsync
Message:

Shut up stupid warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strformattype.cpp

    r7240 r7253  
    291291            memset(&g_aTypes[i], 0, sizeof(g_aTypes[i]));
    292292            memcpy(&g_aTypes[i].szType[0], pszType, cchType + 1);
    293             g_aTypes[i].cchType = cchType;
     293            g_aTypes[i].cchType = (uint8_t)cchType;
    294294            g_aTypes[i].pvUser = pvUser;
    295295#ifdef IN_GC
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