VirtualBox

Changeset 47248 in vbox


Ignore:
Timestamp:
Jul 19, 2013 11:18:48 AM (12 years ago)
Author:
vboxsync
Message:

Input/USBMouse: fixed a warning in the test case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp

    r46932 r47248  
    160160{
    161161    PPDMUSBINS pThis = NULL;
    162     VUSBURB Urb = { 0 };
     162    VUSBURB Urb;
    163163    RTTestSub(hTest, "sending a position event");
    164164    int rc = tstMouseConstruct(0, true, 1, &pThis);
     165    RT_ZERO(Urb);
    165166    if (RT_SUCCESS(rc))
    166167    {
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