VirtualBox

Changeset 51628 in vbox


Ignore:
Timestamp:
Jun 17, 2014 11:47:28 AM (10 years ago)
Author:
vboxsync
Message:

Frontend/VBoxManage: fix gcc compiler warning in VBoxManageGuestCtrl.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r49685 r51628  
    28842884    AssertPtrReturn(pCtx, RTEXITCODE_FAILURE);
    28852885
    2886     static const RTGETOPTDEF s_aOptions[] = { 0 };
     2886    static const RTGETOPTDEF s_aOptions[] = { { 0 } };
    28872887
    28882888    int ch;
     
    38333833     * Parse arguments.
    38343834     */
    3835     static const RTGETOPTDEF s_aOptions[] = { 0 };
     3835    static const RTGETOPTDEF s_aOptions[] = { { 0 } };
    38363836
    38373837    int ch;
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