VirtualBox

Changeset 51837 in vbox


Ignore:
Timestamp:
Jul 3, 2014 9:42:23 AM (11 years ago)
Author:
vboxsync
Message:

gcc warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp

    r51770 r51837  
    18231823     * Calculate the special places.
    18241824     */
    1825     RTLDRPEHASHSPECIALS SpecialPlaces;
     1825    RTLDRPEHASHSPECIALS SpecialPlaces = { 0, 0, 0, 0, 0, 0 }; /* shut up gcc */
    18261826    rc = rtldrPe_CalcSpecialHashPlaces(pModPe, &SpecialPlaces, pErrInfo);
    18271827    if (RT_FAILURE(rc))
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