diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-19 14:09:15 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-19 14:09:15 +0200 |
commit | dd6deed10c7fee3dbd1313b983d2142f340bfe9f (patch) | |
tree | cb606e6d5663124af81ff3c1cc78f1553859ee78 /connectivity | |
parent | 4070f44212ff502ee211c1278fb4d9ede3614884 (diff) |
dba33f: build problems ....
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/sqliterator.cxx | 1 |
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; |