VirtualBox

Ignore:
Timestamp:
Jan 31, 2025 2:05:57 PM (3 weeks ago)
Author:
vboxsync
Message:

Parfait: fixed the warning "Change of signedness on implicit conversion" in VBoxManage part of the code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r106061 r108003  
    512512
    513513        ComPtr<IEvent> ev;
    514         hrc = es->GetEvent(listener, cMsWait, ev.asOutParam());
     514        hrc = es->GetEvent(listener, (LONG)cMsWait, ev.asOutParam());
    515515        if (ev) /** @todo r=andy Why not using SUCCEEDED(hrc) here? */
    516516        {
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