VirtualBox

Changeset 26351 in vbox


Ignore:
Timestamp:
Feb 9, 2010 9:36:16 AM (15 years ago)
Author:
vboxsync
Message:

gcc-4.5 warning

File:
1 edited

Legend:

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

    r26344 r26351  
    358358                 * It's important that a signed value gets sign-extended up to 64-bit.
    359359                 */
    360                 u.u64 = 0;
     360                RT_ZERO(u);
    361361                if (fFlags & RTSTR_F_VALSIGNED)
    362362                {
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