VirtualBox

Ignore:
Timestamp:
Dec 16, 2010 7:37:00 AM (14 years ago)
Author:
vboxsync
Message:

gcc 4.2.1 OS X warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp

    r28800 r35163  
    9898     * Allocate a frame, copy the data and commit it.
    9999     */
    100     PINTNETHDR pHdr;
    101     void *pvFrame;
     100    PINTNETHDR pHdr = NULL;
     101    void *pvFrame = NULL;
    102102    int rc = IntNetRingAllocateFrame(pRingBuf, cbFrame, &pHdr, &pvFrame);
    103103    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