Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 10, 2013
1 parent 9de0a31 commit 7f346a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsexpression.cpp
Expand Up @@ -697,7 +697,7 @@ static QVariant fcnRegexpSubstr( const QVariantList& values, const QgsFeature* ,
}
}

static QVariant fcnUuid( const QVariantList& values, const QgsFeature* , QgsExpression* parent )
static QVariant fcnUuid( const QVariantList&, const QgsFeature* , QgsExpression* )
{
return QUuid::createUuid().toString();
}
Expand Down

0 comments on commit 7f346a4

Please sign in to comment.