VirtualBox

Ignore:
Timestamp:
Sep 27, 2019 10:30:21 AM (5 years ago)
Author:
vboxsync
Message:

Additions/VBoxClient: RT_NOREF tweaking.

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h

    r81040 r81042  
    6565DECLINLINE(void) VBClServiceDefaultCleanup(struct VBCLSERVICE **ppInterface)
    6666{
    67     NOREF(ppInterface);
     67    RT_NOREF(ppInterface);
    6868}
    6969
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r81040 r81042  
    13381338                                 pReq->requestor,
    13391339                                 gX11->xErrorToString(xRc).c_str()));
    1340                     NOREF(xRc);
     1340                    RT_NOREF(xRc);
    13411341                }
    13421342            }
     
    23422342    {
    23432343        int rc2 = VbglR3DnDGHSendError(&m_dndCtx, rc);
    2344         LogFlowThisFunc(("Sending error %Rrc to host resulted in %Rrc\n", rc, rc2)); NOREF(rc2);
     2344        LogFlowThisFunc(("Sending error %Rrc to host resulted in %Rrc\n", rc, rc2)); RT_NOREF(rc2);
    23452345        /* This is not fatal for us, just ignore. */
    23462346    }
     
    25532553
    25542554    LogFlowThisFunc(("fInRootWnd=%RTbool, wndRoot=%RU32, wndChild=%RU32, iRootX=%d, iRootY=%d\n",
    2555                      RT_BOOL(fInRootWnd), wndRoot, wndChild, iRootX, iRootY)); NOREF(fInRootWnd);
     2555                     RT_BOOL(fInRootWnd), wndRoot, wndChild, iRootX, iRootY)); RT_NOREF(fInRootWnd);
    25562556
    25572557    if (piRootX)
  • trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp

    r81040 r81042  
    129129    LogFlowFunc(("\n"));
    130130
    131     NOREF(ppInterface);
     131    RT_NOREF(ppInterface);
    132132
    133133    /* Because we need desktop notifications to be displayed, wait
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp

    r81040 r81042  
    311311static void cleanup(struct VBCLSERVICE **ppInterface)
    312312{
    313     NOREF(ppInterface);
     313    RT_NOREF(ppInterface);
    314314    VbglR3SeamlessSetCap(false);
    315315    VbglR3Term();
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