summaryrefslogtreecommitdiffstats
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-18 14:28:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-18 20:47:09 +0000
commit68e6d707aecd3350ec8acd5b5e48cd3a850b7f31 (patch)
tree6c5135633c5b0eb1de105df8f47bb4e44924bf09 /connectivity/source/commontools/parameters.cxx
parentRevert "Don't produce .html variant of README_lang files" (diff)
downloadcore-68e6d707aecd3350ec8acd5b5e48cd3a850b7f31.tar.gz
core-68e6d707aecd3350ec8acd5b5e48cd3a850b7f31.zip
remove warnings in enable-debug
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index c256a73a5c2b..09ebd2096b9c 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -443,6 +443,7 @@ namespace dbtools
{
#if OSL_DEBUG_LEVEL > 0
if ( aParam->second.aInnerIndexes.size() )
+ {
if ( aParam->second.eType == eLinkedByColumnName )
{
if ( nSmallestIndexLinkedByColumnName == -1 )
@@ -452,6 +453,7 @@ namespace dbtools
{
nLargestIndexNotLinkedByColumnName = aParam->second.aInnerIndexes[ aParam->second.aInnerIndexes.size() - 1 ];
}
+ }
#endif
if ( aParam->second.eType != eFilledExternally )
continue;