VirtualBox

Changeset 62566 in vbox for trunk/src/VBox/Runtime/generic


Ignore:
Timestamp:
Jul 26, 2016 3:16:41 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109135
Message:

IPRT: More unused parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r62477 r62566  
    19561956    uint32_t const cBefore = RTCrStoreCertCount(hStore);
    19571957    AssertReturn(cBefore != UINT32_MAX, VERR_INVALID_HANDLE);
     1958    RT_NOREF_PV(fFlags);
     1959
    19581960
    19591961    /*
     
    21242126    PRTHTTPINTERNAL pThis = (PRTHTTPINTERNAL)pData;
    21252127    AssertReturn(pThis->u32Magic == RTHTTP_MAGIC, 1);
     2128    RT_NOREF_PV(rdTotalUpload);
     2129    RT_NOREF_PV(rdUploaded);
    21262130
    21272131    pThis->cbDownloadHint = (uint64_t)rdTotalDownload;
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