VirtualBox

Ignore:
Timestamp:
Dec 31, 2009 12:40:25 AM (15 years ago)
Author:
vboxsync
Message:

GuestProperties/service.cpp: shut up more gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r25417 r25601  
    615615    const char *pcszValue = NULL;       /* ditto */
    616616    const char *pcszFlags = NULL;
    617     uint32_t cchName, cchValue, cchFlags = 0;
     617    uint32_t cchName = 0;               /* ditto */
     618    uint32_t cchValue = 0;              /* ditto */
     619    uint32_t cchFlags = 0;
    618620    uint32_t fFlags = NILFLAG;
    619621    RTTIMESPEC time;
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