VirtualBox

Changeset 107645 in vbox for trunk


Ignore:
Timestamp:
Jan 10, 2025 1:17:31 PM (8 days ago)
Author:
vboxsync
Message:

src/VBox/Main/src-client/GuestFileImpl.cpp: Fixed warnings found by Parfait (change of signedness on implicit conversion). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestFileImpl.cpp

    r107644 r107645  
    638638                                        vrc = VERR_WRONG_PARAMETER_TYPE);
    639639            uint32_t const  cbWritten = pSvcCbData->mpaParms[idx].u.uint32;
    640             int64_t         offNew    = (int64_t)pSvcCbData->mpaParms[idx + 1].u.uint64;
    641             Log3ThisFunc(("cbWritten=%RU32 offNew=%RI64 (%#RX64)\n", cbWritten, offNew, offNew));
     640            uint64_t        offNew    = (int64_t)pSvcCbData->mpaParms[idx + 1].u.uint64;
     641            Log3ThisFunc(("cbWritten=%RU32 offNew=%RU64 (%#RX64)\n", cbWritten, offNew, offNew));
    642642
    643643            AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
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