VirtualBox

Changeset 63178 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 8, 2016 3:27:19 PM (8 years ago)
Author:
vboxsync
Message:

Main: warnings

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp

    r63155 r63178  
    22862286    ? RT_INDEFINITE_WAIT : uTimeoutMS - (uint32_t)u64ElapsedMS \
    22872287
    2288     ProcessWaitResult_T waitRes;
     2288    ProcessWaitResult_T waitRes = ProcessWaitResult_None;
    22892289    do
    22902290    {
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r62922 r63178  
    19611961        }
    19621962    }
    1963     return (aType) ? S_OK :
    1964         setError(E_INVALIDARG,
    1965                  tr("'%s' is not a valid Guest OS type"),
    1966                  aId.c_str());
    1967     return rc;
     1963    return (aType) ? S_OK : setError(E_INVALIDARG, tr("'%s' is not a valid Guest OS type"), aId.c_str());
    19681964}
    19691965
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