Skip to content

Commit

Permalink
travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jun 20, 2019
1 parent edcf915 commit 7e613f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsprovidermetadata.h
Expand Up @@ -65,7 +65,6 @@ class CORE_EXPORT QgsProviderMetadata
/**
* Typedef for data provider creation function.
* \since QGIS 3.0
* \deprecated QGIS 3.10
*/
SIP_SKIP typedef std::function < QgsDataProvider*( const QString &, const QgsDataProvider::ProviderOptions & ) > CreateDataProviderFunction;

Expand Down
1 change: 1 addition & 0 deletions src/core/qgsproviderregistry.cpp
Expand Up @@ -184,6 +184,7 @@ void QgsProviderRegistry::init()
for ( Providers::const_iterator it = mProviders.begin(); it != mProviders.end(); ++it )
{
const QString &key = it->first;
Q_UNUSED( key ); // avoid unused variable warning in release build
QgsProviderMetadata *meta = it->second;

// now get vector file filters, if any
Expand Down

0 comments on commit 7e613f6

Please sign in to comment.