VirtualBox

Changeset 62804 in vbox


Ignore:
Timestamp:
Aug 1, 2016 9:53:12 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109391
Message:

HostServices: warnings

Location:
trunk/src/VBox/HostServices/HostChannel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/HostChannel/HostChannel.cpp

    r62489 r62804  
    229229static void vhcInstanceDestroy(VBOXHOSTCHINSTANCE *pInstance)
    230230{
     231    RT_NOREF1(pInstance);
    231232    HOSTCHLOG(("HostChannel: destroy %p\n", pInstance));
    232233}
     
    928929static DECLCALLBACK(void) HostChannelCallbackDeleted(void *pvCallbacks, void *pvChannel)
    929930{
     931    RT_NOREF1(pvChannel);
    930932    vhcCallbackCtxDelete((VBOXHOSTCHCALLBACKCTX *)pvCallbacks);
    931933}
     
    967969                            uint32_t cbInterface)
    968970{
     971    RT_NOREF1(cbInterface);
    969972    int rc = VINF_SUCCESS;
    970973
  • trunk/src/VBox/HostServices/HostChannel/service.cpp

    r62489 r62804  
    168168static DECLCALLBACK(int) svcDisconnect(void *pvService, uint32_t u32ClientID, void *pvClient)
    169169{
    170     NOREF(pvService);
     170    RT_NOREF2(pvService, u32ClientID);
    171171
    172172    VBOXHOSTCHCLIENT *pClient = (VBOXHOSTCHCLIENT *)pvClient;
     
    181181static DECLCALLBACK(int) svcConnect(void *pvService, uint32_t u32ClientID, void *pvClient)
    182182{
     183    RT_NOREF1(pvService);
    183184    VBOXHOSTCHCLIENT *pClient = (VBOXHOSTCHCLIENT *)pvClient;
    184185
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