VirtualBox

Ignore:
Timestamp:
Aug 2, 2016 1:45:23 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109470
Message:

ValidationKit: warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp

    r62471 r62872  
    467467}
    468468
     469#if 0 /* unused */
    469470/**
    470471 * Signal a bad packet minum size.
     
    480481                           cbMin, pPktHdr->cb, pPktHdr->achOpcode);
    481482}
     483#endif
    482484
    483485/**
     
    495497}
    496498
     499#if 0 /* unused */
    497500/**
    498501 * Deals with a command that isn't implemented yet.
     
    505508    return utsReplyFailure(pClient, pPktHdr, "NOT IMPL", VERR_NOT_IMPLEMENTED, "Opcode '%.8s' is not implemented", pPktHdr->achOpcode);
    506509}
     510#endif
    507511
    508512/**
     
    10741078static DECLCALLBACK(int) utsClientWorker(RTTHREAD hThread, void *pvUser)
    10751079{
    1076     unsigned   cClientsMax = 0;
    1077     unsigned   cClientsCur = 0;
    1078     PUTSCLIENT *papClients = NULL;
    1079     RTPOLLSET hPollSet;
     1080    RT_NOREF2(hThread, pvUser);
     1081    unsigned    cClientsMax = 0;
     1082    unsigned    cClientsCur = 0;
     1083    PUTSCLIENT *papClients  = NULL;
     1084    RTPOLLSET   hPollSet;
    10801085
    10811086    int rc = RTPollSetCreate(&hPollSet);
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