VirtualBox

Changeset 45927 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
May 7, 2013 8:05:43 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85565
Message:

*: a few uint32_t warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/string.cpp

    r44528 r45927  
    5858    }
    5959
    60     m_bstr = ::SysAllocStringByteLen(NULL, cwc * sizeof(OLECHAR));
     60    m_bstr = ::SysAllocStringByteLen(NULL, (unsigned)(cwc * sizeof(OLECHAR)));
    6161    if (RT_UNLIKELY(!m_bstr))
    6262        throw std::bad_alloc();
Note: See TracChangeset for help on using the changeset viewer.

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