VirtualBox

Changeset 3823 in vbox for trunk


Ignore:
Timestamp:
Jul 25, 2007 10:36:20 AM (17 years ago)
Author:
vboxsync
Message:

GCC warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleVRDPServer.cpp

    r3817 r3823  
    600600DECLCALLBACK(int)  ConsoleVRDPServer::VRDPCallbackUSB (void *pvCallback, void *pvIntercept, uint32_t u32ClientId, uint8_t u8Code, const void *pvRet, uint32_t cbRet)
    601601{
    602     ConsoleVRDPServer *server = static_cast <ConsoleVRDPServer *> (pvCallback);
    603 
    604602    return USBClientResponseCallback (pvIntercept, u32ClientId, u8Code, pvRet, cbRet);
    605603}
     
    607605DECLCALLBACK(int)  ConsoleVRDPServer::VRDPCallbackClipboard (void *pvCallback, void *pvIntercept, uint32_t u32ClientId, uint32_t u32Function, uint32_t u32Format, const void *pvData, uint32_t cbData)
    608606{
    609     ConsoleVRDPServer *server = static_cast <ConsoleVRDPServer *> (pvCallback);
    610    
    611607    return ClipboardCallback (pvIntercept, u32ClientId, u32Function, u32Format, pvData, cbData);
    612608}
     
    822818    }
    823819
    824     int i;
     820    unsigned i;
    825821    for (i = 0; i < ELEMENTS(maFramebuffers); i++)
    826822    {
     
    926922    if (mhServer)
    927923    {
     924#ifdef VRDP_NO_COM
     925#else
    928926        HVRDPSERVER hServer = mhServer;
     927#endif /* VRDP_NO_COM */
    929928
    930929        /* Reset the handle to avoid further calls to the server. */
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