VirtualBox

Changeset 63249 in vbox


Ignore:
Timestamp:
Aug 10, 2016 11:03:16 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109879
Message:

Main: warnings

File:
1 edited

Legend:

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

    r63186 r63249  
    132132                AssertPtrReturn(mSession, E_POINTER);
    133133                int rc2 = mSession->signalWaitEvent(aType, aEvent);
     134                RT_NOREF(rc2);
    134135#ifdef DEBUG_andy
    135136                LogFlowFunc(("Signalling events of type=%RU32, session=%p resulted in rc=%Rrc\n",
     
    532533HRESULT GuestSession::getCurrentDirectory(com::Utf8Str &aCurrentDirectory)
    533534{
     535    RT_NOREF(aCurrentDirectory);
    534536    ReturnComNotImplemented();
    535537}
     
    537539HRESULT GuestSession::setCurrentDirectory(const com::Utf8Str &aCurrentDirectory)
    538540{
     541    RT_NOREF(aCurrentDirectory);
    539542    ReturnComNotImplemented();
    540543}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette