VirtualBox

Changeset 77097 in vbox


Ignore:
Timestamp:
Feb 1, 2019 9:27:26 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Renaming (NOREF -> RT_NOREF).

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

Legend:

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

    r77096 r77097  
    425425    catch (const std::exception &ex)
    426426    {
    427         NOREF(ex);
     427        RT_NOREF(ex);
    428428    }
    429429    return NULL;
     
    517517    catch (const std::exception &ex)
    518518    {
    519         NOREF(ex);
     519        RT_NOREF(ex);
    520520    }
    521521    return rc;
     
    11921192        catch (const std::exception &ex)
    11931193        {
    1194             NOREF(ex);
     1194            RT_NOREF(ex);
    11951195            AssertFailedStmt(rc = VERR_NOT_FOUND);
    11961196        }
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r77075 r77097  
    8282                AssertPtrReturn(mFile, E_POINTER);
    8383                int rc2 = mFile->signalWaitEvent(aType, aEvent);
    84                 NOREF(rc2);
     84                RT_NOREF(rc2);
    8585#ifdef DEBUG_andy
    8686                LogFlowFunc(("Signalling events of type=%RU32, file=%p resulted in rc=%Rrc\n",
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