Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 4, 2014
1 parent 1f8659c commit 8037585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermapgrid.h
Expand Up @@ -280,7 +280,7 @@ class CORE_EXPORT QgsComposerMapGrid

/**Constructor for QgsComposerMapGrid.
* @param name friendly display name for grid
* @parm map QgsComposerMap the grid stack is attached to
* @param map QgsComposerMap the grid stack is attached to
*/
QgsComposerMapGrid( const QString& name, QgsComposerMap* map );

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsexpression.cpp
Expand Up @@ -1506,7 +1506,7 @@ static QVariant fcnSpecialColumn( const QVariantList& values, const QgsFeature*
return QgsExpression::specialColumn( varName );
}

static QVariant fcnGetFeature( const QVariantList& values, const QgsFeature* f, QgsExpression* parent )
static QVariant fcnGetFeature( const QVariantList& values, const QgsFeature *, QgsExpression* parent )
{
//arguments: 1. layer id / name, 2. key attribute, 3. eq value
QString layerString = getStringValue( values.at( 0 ), parent );
Expand Down

0 comments on commit 8037585

Please sign in to comment.