VirtualBox

Ignore:
Timestamp:
Nov 15, 2009 4:07:51 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54860
Message:

Misc: Shut up annoying gcc warnings on darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp

    r24156 r24678  
    11391139        for(uint32_t i = 0; i < size; ++i)
    11401140        {
    1141             HGSMIHOSTFIFOENTRY *pFifoEntry;
     1141            HGSMIHOSTFIFOENTRY *pFifoEntry = NULL;  /* initialized to shut up gcc */
    11421142            rc = hgsmiHostLoadFifoEntryLocked (pIns, &pFifoEntry, pSSM); AssertRC(rc);
    11431143            if (RT_SUCCESS (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