VirtualBox

Changeset 63574 in vbox


Ignore:
Timestamp:
Aug 17, 2016 12:31:19 AM (8 years ago)
Author:
vboxsync
Message:

Shut up the other two aiGrpNms instances as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp

    r63369 r63574  
    22392239    /** @todo do we need to consider missing segments and ordering? */
    22402240    uint16_t cGrpNms = 0;
    2241     uint16_t aiGrpNms[2];
     2241    uint16_t aiGrpNms[2] = { 0, 0 }; /* Shut up, GCC. */
    22422242    if (fHaveData)
    22432243        aiGrpNms[cGrpNms++] = idxGrpData;
     
    32163216    /** @todo do we need to consider missing segments and ordering? */
    32173217    uint16_t cGrpNms = 0;
    3218     uint16_t aiGrpNms[2];
     3218    uint16_t aiGrpNms[2] = { 0, 0 }; /* Shut up, GCC. */
    32193219    if (fHaveData)
    32203220        aiGrpNms[cGrpNms++] = idxGrpData;
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