Skip to content

Commit

Permalink
Avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 11, 2015
1 parent b384f18 commit fd31770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -589,6 +589,7 @@ QString QgsPostgresUtils::whereClause( const QgsFeatureIds& featureIds, const Qg
return whereClauses.isEmpty() ? "" : whereClauses.join( " OR " ).prepend( '(' ).append( ')' );
}
}
return QString(); //avoid warning
}

QString QgsPostgresUtils::andWhereClauses( const QString& c1, const QString& c2 )
Expand Down

0 comments on commit fd31770

Please sign in to comment.