VirtualBox

Changeset 74207 in vbox


Ignore:
Timestamp:
Sep 12, 2018 9:36:36 AM (6 years ago)
Author:
vboxsync
Message:

CloudProviderManagerImpl.cpp: Build fix for !defined(VBOX_WITH_EXTPACK) case. bugref:9152 [warning fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/CloudProviderManagerImpl.cpp

    r74206 r74207  
    6161    m_apCloudProviders.clear();
    6262
    63 #ifdef VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK
    64 # ifdef VBOX_WITH_EXTPACK
     63#if defined(VBOX_WITH_CLOUD_PROVIDERS_IN_EXTPACK) && defined(VBOX_WITH_EXTPACK)
    6564    // Engage the extension pack manager and get all the implementations of
    6665    // this class and all implemented cloud providers.
     
    7473        i_refreshProviders();
    7574    }
    76 # endif
    7775#else
    7876    RT_NOREF(aParent);
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