VirtualBox

Changeset 63546 in vbox


Ignore:
Timestamp:
Aug 16, 2016 12:28:31 PM (8 years ago)
Author:
vboxsync
Message:

HGSMICommon.cpp: Try shup up annoying GCC warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp

    r62492 r63546  
    368368
    369369    /* Guest has prepared a command description at 'offBuffer'. */
    370     HGSMIBUFFERCONTEXT bufferContext;
     370    HGSMIBUFFERCONTEXT bufferContext = { NULL, NULL, 0 }; /* Makes old GCC happier. */
    371371    int rc = hgsmiVerifyBuffer(pArea, offBuffer, &bufferContext);
    372372    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