summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-19 14:09:15 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-19 14:09:15 +0200
commitdd6deed10c7fee3dbd1313b983d2142f340bfe9f (patch)
treecb606e6d5663124af81ff3c1cc78f1553859ee78 /connectivity
parent4070f44212ff502ee211c1278fb4d9ede3614884 (diff)
dba33f: build problems ....
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqliterator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index f2ddfd2cc7e1..e1d805e9a1e5 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -1434,6 +1434,7 @@ void OSQLParseTreeIterator::traverseANDCriteria(OSQLParseNode * pSearchCondition
{
OSL_ENSURE(pSearchCondition->count() == 2,"OSQLParseTreeIterator: error in parse tree!");
const OSQLParseNode* pPart2 = pSearchCondition->getChild(1);
+ (void)pPart2;
OSL_ENSURE(SQL_ISTOKEN(pPart2->getChild(0),IS),"OSQLParseTreeIterator: error in parse tree!");
::rtl::OUString aString;