VirtualBox

Changeset 71320 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 14, 2018 1:00:21 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121269
Message:

Guest Control: Renamed RT_NOREFx -> RT_NOREF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp

    r71316 r71320  
    17101710                                                       PVBOXSERVICECTRLSESSIONTHREAD pSessionThread, uint32_t uCtrlSessionThread)
    17111711{
    1712     RT_NOREF1(uCtrlSessionThread);
     1712    RT_NOREF(uCtrlSessionThread);
    17131713
    17141714    /*
     
    20742074int VGSvcGstCtrlSessionThreadWait(PVBOXSERVICECTRLSESSIONTHREAD pThread, uint32_t uTimeoutMS, uint32_t fFlags)
    20752075{
    2076     RT_NOREF1(fFlags);
     2076    RT_NOREF(fFlags);
    20772077    AssertPtrReturn(pThread, VERR_INVALID_POINTER);
    20782078    /** @todo Validate closing flags. */
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