Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 22, 2021
1 parent c2a1d87 commit ea243a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsproviderguiregistry.cpp
Expand Up @@ -100,6 +100,7 @@ void QgsProviderGuiRegistry::loadStaticProviders( )
void QgsProviderGuiRegistry::loadDynamicProviders( const QString &pluginPath )
{
#ifdef HAVE_STATIC_PROVIDERS
Q_UNUSED( pluginPath )
QgsDebugMsg( QStringLiteral( "Forced only static GUI providers" ) );
#else
typedef QgsProviderGuiMetadata *factory_function( );
Expand Down

0 comments on commit ea243a0

Please sign in to comment.