mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix build warnings
This commit is contained in:
parent
8f29f28d5c
commit
447121eb24
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user