VirtualBox

Changeset 64098 in vbox for trunk/src


Ignore:
Timestamp:
Sep 29, 2016 4:00:43 PM (8 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

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

    r64097 r64098  
    37823782     * Some sanity checks.
    37833783     */
     3784    RT_NOREF(pfUseHostIOCache);
    37843785    ComPtr<IMediumFormat> pMediumFormat;
    37853786    HRESULT hrc = pMedium->COMGETTER(MediumFormat)(pMediumFormat.asOutParam());             H();
     
    38183819        hrc = pMedium->COMGETTER(LogicalSize)(&i64Size);                            H();
    38193820#ifdef RT_OS_WINDOWS
    3820         RT_NOREF(pfUseHostIOCache);
    3821 
    38223821        if (   enmFsTypeFile == RTFSTYPE_FAT
    38233822            && i64Size >= _4G)
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