Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build warnings
  • Loading branch information
m-kuhn committed Dec 24, 2015
1 parent 8f29f28 commit 447121e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/providers/ogr/qgsogrexpressioncompiler.cpp
Expand Up @@ -78,6 +78,9 @@ QgsSqlExpressionCompiler::Result QgsOgrExpressionCompiler::compileNode( const Qg
return Fail;

case QgsExpression::ntUnaryOperator:
case QgsExpression::ntColumnRef:
case QgsExpression::ntInOperator:
case QgsExpression::ntLiteral:
break;
}

Expand Down

0 comments on commit 447121e

Please sign in to comment.