VirtualBox

Ignore:
Timestamp:
Feb 21, 2024 7:25:15 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161848
Message:

libs/xpcom: Fix some unused variable warnings, bugref:3409

Location:
trunk/src/libs/xpcom18a4/ipc/ipcd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp

    r103489 r103505  
    11461146            NS_ASSERTION(obs, "must at least have a default observer");
    11471147
    1148             nsresult rv = obs->OnMessageAvailable(pClientState->u32ClientId, nsID(), 0, 1);
     1148            /*nsresult rv = */obs->OnMessageAvailable(pClientState->u32ClientId, nsID(), 0, 1);
    11491149            /* VBoxSVC/VBoxXPCOMIPCD auto-start can cause that a client up
    11501150             * message arrives while we're already waiting for a response
  • trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp

    r103488 r103505  
    32673267    return NS_ERROR_NOT_INITIALIZED;
    32683268
     3269#ifdef LOG_ENABLED
    32693270  const DConnectOp *op = (const DConnectOp *) aData;
    3270 
    32713271  Log (("ipcDConnectService::OnMessageAvailable: "
    32723272        "senderID=%d, opcode_major=%d, index=%d\n",
    32733273        aSenderID, op->opcode_major, op->request_index));
     3274#endif
    32743275
    32753276  void *pvDataDup = RTMemDup(aData, aDataLen);
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