summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-02-03 13:17:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-02-03 13:17:05 +0000
commitea1a3a9a1575f74d8f31813025e98e209d2dc458 (patch)
tree6d8b81cbdc54f6a09b377cdf881b3b427bda6094 /connectivity/source/drivers/file
parent4f68489ae200d31be8f53fb1818abb2c9427611d (diff)
gcc 4.6.0 various warnings
Diffstat (limited to 'connectivity/source/drivers/file')
-rw-r--r--connectivity/source/drivers/file/fcomp.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx
index fc0d3d4741ee..c3456f178e68 100644
--- a/connectivity/source/drivers/file/fcomp.cxx
+++ b/connectivity/source/drivers/file/fcomp.cxx
@@ -119,6 +119,7 @@ void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode)
pWhereClause = pTableExp->getChild(1);
pOrderbyClause = pTableExp->getChild(4);
+ (void)pOrderbyClause;
}
else if (SQL_ISRULE(pSQLParseNode,update_statement_searched))
{